REST API - list

vapi std introspection operation: list

Returns the set of operation identifiers for a given vAPI service.

Request:

HTTP request

GET https://{server}/rest/com/vmware/vapi/std/introspection/operation

?service_id=obj-103

Request Query Parameters:

Name Type Description
bold = required
service_id string service identifier.

Response:

HTTP Status Code: 200

Representation:

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

Response Type:

Name Type Description
bold = required
value string[] set of operation identifiers for a given vAPI service.

Errors:

HTTP Status Code Type Description
404 not_found If the service identifier does not exist.