Get 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

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.