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

Get VIdm Configuration

Description

Retrieve the saved configuration of VMware Identity Manager in Network Insight. Only admin users can retrieve this information.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/vidm
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns VidmConfigResponse of type(s) application/json
{
    "certificate_validation_enabled": false,
    "client_id": "vRealize Network Insight Client-ID",
    "enable": true,
    "vidm_appliance": "identity.domain.com"
}
boolean
certificate_validation_enabled Optional

True, if SSL certificate check is enabled.


string
client_id Optional

Client-id of the configured OAuth client


boolean
enable Optional

True, if VMware Identity Manager integration is enabled


string
vidm_appliance Optional

Fully quallified domain name of VMware Identity Manager

Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/vidm


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

Was this page helpful?