Retrieves the current serial number of your VSP One Object system.
Endpoint
POST /serial_number/get
Request structure
Not applicable.
Response structure
{
"value": "serial_number"
}
|
Parameter |
Type |
Description |
|---|---|---|
| value | String | The serial number of your VSP One Object 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. |