[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get VIdm OAuth Clien ID

Description

Get 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

Request

URL

URL


get
https://vrni.example.com/api/ni/auth/vidm/client-id
Copy

Response

Response

Response Body

Response 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

Errors

ApiError
403

Forbidden


500

Internal Error

Code Samples

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
Feedback

Was this page helpful?