Update Vidm Configuration
Update the existing VMware Identity Manager configuration. Only admin users can perform this action.
VMware Identity Manager configuration details
{
"vidm_appliance": "identity.domain.com",
"rootCA_certificate": "-----BEGIN CERTIFICATE----- ..etc..",
"client_id": "Operations for Networks Client-ID",
"client_secret": "T2zRetc2f242KhelfoO6Qzw9",
"sha_thumbprint": "15:37:48:1E:DB:70:65:80:B2:74:E5:78:25:E5:AD:39:14:53:69:19",
"enable": true
}
Provide fully quallified domain name of VMware Identity Manager
Provide rootCA certificate to trust. Can be generated using /vidm/licence
Register Operations for Networks as an OAuth client to VMware Identity Manager and provide client-id
Provide the registered OAuth client secret
Optionally, provide SHA thumbprint to validate VMware Identity Manager appliance that is being configured
True, to enable the VMware Identity Manager integration in Operations for Networks
Success
{
"vidm_appliance": "identity.domain.com",
"client_id": "Operations for Networks Client-ID",
"enable": true,
"certificate_validation_enabled": false
}
Fully quallified domain name of VMware Identity Manager
Client-id of the configured OAuth client
True, if VMware Identity Manager integration is enabled
True, if SSL certificate check is enabled.
Bad Request
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Unauthorized
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Not Found
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
code
message
Internal Error