Check system entitlements
Contributors
Suggest changes
POST /ipa/support/case/system-entitlements
Checks system entitlements for a specified serial number. This will check whether a user is entitled to create a case for the requested serial number.
Token usage: Both a BlueXP user token and service token. The service token needs to include the following scopes: %scopes%. Pass the user token in the %userTokenHeader% request header and the service token in the %serviceTokenHeader% request header.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
serialNumber |
string |
True |
|
string |
False |
||
nssKeyId |
string |
False |
|
accountId |
string |
False |
Example request
{
"serialNumber": "string",
"email": "string",
"nssKeyId": "string",
"accountId": "string"
}
Response
Status: 200, Default Response
Name | Type | Required | Description |
---|---|---|---|
ntapUID |
string |
False |
Example response
{
"ntapUID": "string"
}
Response
Status: 4xx, Error response
Name | Type | Required | Description |
---|---|---|---|
error |
string |
False |
Error code/category |
message |
string |
False |
Error description message |
Example response
{
"error": "string",
"message": "string"
}