Sets the serial number of the VSP One Object system. You must provide a valid serial number in order for the system to function.
Endpoint
POST /serial_number/set
Request structure
{
"value": "serial_number"
}
| Parameter | Type | Description |
|---|---|---|
| value | String | The serial number of your VSP One Object system. |
Response structure
The response returns the same parameter as the request.
Return codes
|
Status code |
HTTP name |
Description |
|---|---|---|
| 200 | OK | The request was executed successfully. |
| 400 | Bad Request | The request is invalid or improperly formatted. |
| 401 | Unauthorized | Access was denied because credentials were not valid. |
| 405 | Method Not Allowed | The specified HTTP method is not allowed for administrative data. Resend using POST. |