REST API - get

vapi std introspection service: get

Returns the vapi.std.introspection.service.info for the specified service

Request:

HTTP request

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

Path Parameters

Name Type Description
Required
id string service identifier.

Response:

HTTP Status Code: 200

Representation:

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

Response Type:

Name Type Description
bold = required
value info vapi.std.introspection.service.info for the specified service.
value.operations string[] Set of identifiers of operations present in the service

When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.vapi.operation. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.vapi.operation.

Errors:

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