Retrieve IPA license status (v5)
Contributors
Suggest changes
POST /ipa/account/{accountId}/serial-number/{serialNumber}/status/v5
Retrieves an IPA license status (V5).
Token usage: BlueXP service token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
|
serialNumber |
string |
path |
True |
|
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
nssKeyId |
string |
True |
|
version |
integer |
False |
|
op |
string |
False |
|
package |
string |
False |
|
product |
string |
False |
Example request
{
"nssKeyId": "string",
"op": "string",
"package": "string",
"product": "string"
}
Response
Status: 200, Default Response
Name | Type | Required | Description |
---|---|---|---|
status |
string |
False |
|
statusDescription |
string |
False |
|
contractEndDate |
string |
False |
|
statusResp |
string |
False |
|
capacity |
integer |
False |
|
serialNumber |
string |
False |
Example response
{
"status": "string",
"statusDescription": "string",
"contractEndDate": "string",
"statusResp": "string",
"serialNumber": "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"
}