[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Get VIdm OAuth Clien ID
DescriptionGet client-id of password grant OAuth client registered at VMware Identity Manager. This client-id along with user credentials is required while making an access token request to VMware Identity Manager.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://vrni.example.com/api/ni/auth/vidm/client-id
Response
Response
Response BodyResponse Body
200 OK
Returns
VidmOauthClientResponse
of type(s) application/json
{
"client_id": "vRealize Network Insight Client-ID",
"vidm_appliance": "identity.domain.com"
}
string
client_id
Optional
Client-id of the password grant OAuth client
string
vidm_appliance
Optional
Fully quallified domain name of VMware Identity Manager configured in vRealize Network Insight
Errors
ApiError
403
Forbidden
500
Internal Error
Code Samples
cURL Command
curl https://vrni.example.com/api/ni/auth/vidm/client-id
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api