REST API - list

vapi metadata routing service: list

Get list of all vAPI services that have operations with routing information

Request:

HTTP request

GET https://{server}/rest/com/vmware/vapi/metadata/routing/service
No request parameters

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        "obj-103",
        "obj-103"
    ]
}

Response Type:

Name Type Description
bold = required
value string[] list of fully qualified service names.

Errors:

None