vapi metadata routing component: list
List all the vAPI components that contain operations which have routing information.
Request:
HTTP request
GET https://{server}/rest/com/vmware/vapi/metadata/routing/component
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : [
"obj-103",
"obj-103"
]
}
"value" : [
"obj-103",
"obj-103"
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string[] | list of fully qualified component names. |