This API is used to query the version of a specified API.
Parameter |
Type |
Description |
|---|---|---|
resources |
Array of resource objects |
Specifies the resource object list. |
{
"resources": [
{
"links": [
{
"href": "https://vpc.systems.com/v2.0/subnets",
"rel": "self"
}
],
"name": "subnet",
"collection": "subnets"
},
{
"links": [
{
"href": "https://vpc.systems.com/v2.0/networks",
"rel": "self"
}
],
"name": "network",
"collection": "networks"
},
{
"links": [
{
"href": "https://vpc.systems.com/v2.0/ports",
"rel": "self"
}
],
"name": "port",
"collection": "ports"
}
]
}
See Status Codes.
See Error Codes.