You can retrieve the current serial number of your HCP for cloud scale system.
HTTP request syntax (URI)
POST https://host_ip:9099/mapi/v1/serial_number/get
Request structure
Not applicable.
Response structure
The response body is:
{ "value": "serial_number" }
Parameter |
Type |
Description |
---|---|---|
value | String | The serial number of your HCP for cloud scale system. |
Return codes
Status code |
HTTP name |
Description |
---|---|---|
200 | OK | The request was executed successfully. |
401 | Unauthorized | Access was denied because credentials are not valid. |
405 | Method Not Allowed | The specified HTTP method is not allowed for administrative data. Resend using POST. |
Example
Request example:
POST https://10.10.24.195:9099/mapi/v1/serial_number/get
JSON response:
{ "value": "SerialNumber48692" }