vapi metadata metamodel service: list

Returns the identifiers for the service elements that are currently registered with the infrastructure.

The list of service elements is an aggregate list of all the service elements contained in all the package elements.

Request:

HTTP request

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

Response:

HTTP Status Code: 200

Representation:

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

Response Type:

Name Type Description
bold = required
value string[] The list of identifiers for the service elements that are currently registered with the infrastructure.

Errors:

None