Register a license
POST /ipa/account/{accountId}/serial-number/{serialNumber}/register
Registers a license with IPA.
Token usage: NetApp Console 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"
}