Register a license
Contributors
Suggest changes
POST /ipa/account/{accountId}/serial-number/{serialNumber}/register
Registers a license to IPA.
Token usage: BlueXP service token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
serialNumber |
string |
path |
True |
|
accountId |
string |
path |
True |
|
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
nssKeyId |
string |
True |
|
instanceID |
string |
True |
|
cloudAccountId |
string |
True |
|
startDate |
string |
True |
Example request
{
"nssKeyId": "string",
"instanceID": "string",
"cloudAccountId": "string",
"startDate": "string"
}
Response
Status: 200, Success response
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"
}