Contents

Service Config

Provides the full list of web service URLs, notification types, request limits, and possible error codes.

URL

GET https://vpp.itunes.apple.com/mdm/v2/service/config

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
ServiceConfigResponse

500Internal Server Error
Content-Type: application/json
ErrorResponse

An internal server error occurred. Try again later.

Mentioned in

Discussion

Example Response

Request limits

Some request-parameter limits are dynamic and can change without notice. Read their current values from the limits section of ServiceConfigResponse.

The following keys are specific to ManageAssetsRequest:

maxAssets

The maximum number of unique assets in a manage request.

maxClientUserIds

The maximum number of unique user identifiers in a manage request.

maxSerialNumbers

The maximum number of unique device identifiers in a manage request.

The following keys are specific to RevokeAssetsRequest:

maxRevokeClientUserIds

The maximum number of unique user identifiers in a revoke request.

maxRevokeSerialNumbers

The maximum number of unique serial numbers in a revoke request.

The following keys are specific to user management requests:

maxUsers

The maximum number of unique users in a user management request.

The following keys are specific to subscription management requests:

maxSubscriptions

The maximum number of unique subscriptions in a subscription management request.

maxSubscriptionClientUserIds

The maximum number of unique user identifiers in a subscription management request.

The following keys are specific to Client Config:

maxNotificationLength

The maximum length of the notification URL or authentication token.

maxMdmNameLength

The maximum length of the name value in mdmInfo.

maxMdmMetadataLength

The maximum length of the metadata value in mdmInfo.

maxMdmIdLength

The maximum length of the id value in mdmInfo.

The following keys are general to all requests:

maxRequestPerSecond

The maximum number of total requests per second for a location or sToken.

Topics

Response

Content Metadata

See Also

Configuration management