Contents

ManagementServerCapabilities

The declaration to configure the server’s feature set.

Declaration

object ManagementServerCapabilities

Properties

NameTypeDescription
SupportedFeatures RequiredManagementServerCapabilitiesSupportedFeaturesObject

A dictionary that contains the server’s optional protocol features.

Each dictionary item uses the key name to represent a feature, and the value to hold the feature’s associated parameters. This protocol reserves keys with a prefix of com.apple., which appear as subkeys in this dictionary.

Version Requiredstring

The server’s protocol version.

Mentioned in

Discussion

Specify com.apple.management.server-capabilities as the declaration type.

Management declaration example

{
    "Type": "com.apple.management.server-capabilities",
    "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
    "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
    "Payload": {
        "Version": "1.0.0",
        "SupportedFeatures": {
            "Example Feature": {
                "parameter1": 1
            }
        }
    }
}

Topics

Objects

See Also

Management