Update VIdm Configuration
DescriptionUpdate the existing VMware Identity Manager configuration. Only admin users can perform this action.
Request
URLURL
Request Body
VMware Identity Manager configuration details
{
"client_id": "vRealize Network Insight Client-ID",
"client_secret": "T2zRetc2f242KhelfoO6Qzw9",
"enable": true,
"rootCA_certificate": "-----BEGIN CERTIFICATE----- ..etc..",
"sha_thumbprint": "15:37:48:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:19",
"vidm_appliance": "identity.domain.com"
}
Register VMware vRealize Network Insight as an OAuth client to VMware Identity Manager and provide client-id
Provide the registered OAuth client secret
True, to enable the VMware Identity Manager integration in vRealize Network Insight
Provide rootCA certificate to trust. Can be generated using /vidm/licence
Optionally, provide SHA thumbprint to validate VMware Identity Manager appliance that is being configured
Provide fully quallified domain name of VMware Identity Manager
Authentication
Response
Response BodyResponse Body
{
"certificate_validation_enabled": false,
"client_id": "vRealize Network Insight Client-ID",
"enable": true,
"vidm_appliance": "identity.domain.com"
}
True, if SSL certificate check is enabled.
Client-id of the configured OAuth client
True, if VMware Identity Manager integration is enabled
Fully quallified domain name of VMware Identity Manager
Errors
Internal Error