Get Management Endpoint

Get Management Endpoint

Retrieval of Metrics provider Management Endpoint. If default metrics provider is used, then response body will be empty.

Request
URI
GET
https://{api_host}/management-service/api/management/endpoint/{tenantId}
COPY
Path Parameters
string
Required

tenant Id


Responses
200

Success. Returns the ManagementEndpointDetails

Returns ManagementEndpointDetails of type(s) */*
{
    "password": "string",
    "endpointUrl": "string",
    "tenant": "string",
    "username": "string"
}
string
password
Required

password

string
endpointUrl
Required

endpointUrl

string
tenant
Required

tenant

string
username
Required

username