forked from docs/doc-exports
Reviewed-by: Kucerak, Kristian <kristian.kucerak@t-systems.com> Co-authored-by: gtema <artem.goncharov@gmail.com> Co-committed-by: gtema <artem.goncharov@gmail.com>
11 KiB
11 KiB
Querying a Specified API Version
Function
This API is used to query the version of a specified API.
Response Message
- Response parameter
Table 2 Response parameter Parameter
Type
Description
resources
Array of resource objects
Specifies the resource object list.
- Example response
{ "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" } ] }
Status Code
See Status Codes.
Error Code
See Error Codes.
Parent topic: API Version Information