Get Plugin Names
Get endpoint names in given tenant.
Request
URI
GET
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/metadata
COPY
Path Parameters
string
tenantId
Required
tenantId
Responses
200
'Success' with collection of names
Returns entities of type(s) */*
{
"links": [
{
"rel": "string",
"href": "string"
}
],
"content": [
{
"systemDefault": false,
"password": "string",
"port": 0,
"name": "string",
"host": "string",
"ssoMode": false,
"tenantId": "string",
"certificate": "string",
"description": "string",
"id": "string",
"embedded": false,
"username": "string"
}
]
}