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/configResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | ServiceConfigResponse | |
| 500 | Internal 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:
maxAssetsThe maximum number of unique assets in a manage request.
maxClientUserIdsThe maximum number of unique user identifiers in a manage request.
maxSerialNumbersThe maximum number of unique device identifiers in a manage request.
The following keys are specific to RevokeAssetsRequest:
maxRevokeClientUserIdsThe maximum number of unique user identifiers in a revoke request.
maxRevokeSerialNumbersThe maximum number of unique serial numbers in a revoke request.
The following keys are specific to user management requests:
maxUsersThe maximum number of unique users in a user management request.
The following keys are specific to subscription management requests:
maxSubscriptionsThe maximum number of unique subscriptions in a subscription management request.
maxSubscriptionClientUserIdsThe maximum number of unique user identifiers in a subscription management request.
The following keys are specific to Client Config:
maxNotificationLengthThe maximum length of the notification URL or authentication token.
maxMdmNameLengthThe maximum length of the
namevalue inmdmInfo.maxMdmMetadataLengthThe maximum length of the
metadatavalue inmdmInfo.maxMdmIdLengthThe maximum length of the
idvalue inmdmInfo.
The following keys are general to all requests:
maxRequestPerSecondThe maximum number of total requests per second for a location or sToken.