Set serial number

Virtual Storage Platform One Object API Reference Guide

Version
3.0.x
File Size
270 KB
Audience
anonymous
Part Number
MK-24VSP1OB002-01

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.