REST API - list

vapi std introspection service: list

Returns the set of service identifiers.

Request:

HTTP request

GET https://{server}/rest/com/vmware/vapi/std/introspection/service
No request parameters

Response:

HTTP Status Code: 200

Representation:

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

Response Type:

Name Type Description
bold = required
value string[] set of service identifiers.

Errors:

None