Retrieve IPA license status (v6)
Contributors
Suggest changes
POST /ipa/account/{accountId}/serial-number/{serialNumber}/status/v6
Retrieves an IPA license status (V6).
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 |
True |
|
source |
string |
False |
|
hostId |
string |
False |
|
requestType |
string |
False |
|
product |
string |
False |
Example request
{
"nssKeyId": "string",
"op": "string",
"package": "string",
"source": "string",
"hostId": "string",
"requestType": "string",
"product": "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"
}