ManagementServerCapabilities
The declaration to configure the server’s feature set.
Declaration
object ManagementServerCapabilitiesProperties
| Name | Type | Description |
|---|---|---|
SupportedFeatures Required | ManagementServerCapabilitiesSupportedFeaturesObject | 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 |
Version Required | string | 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
}
}
}
}