Update Providers Deprecated
Update a vCenter Server identity provider. if you do not have all of the privileges described as follows: - Operation execution requires VcIdentityProviders.Manage.
Request
URLURL
Path Parameters
Path Parameters
the identifier of the provider to update The parameter must be an identifier for the resource type: com.vmware.vcenter.identity.Providers.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
This is a request body class for an operation.
{
"spec": {
"config_tag": "Oauth2"
}
}
the UpdateSpec contains the information used to update the provider
Authentication
Errors
Errors
com.vmware.vapi.std.errors.invalid_argument : if invalid arguments are provided in updateSpec.
com.vmware.vapi.std.errors.not_found : if no provider found with the given provider identifier.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
cURL Command
Vendor Extensions
x-vmw-doc-new-method: patch
x-vmw-doc-new-path: /api/vcenter/identity/providers/{provider}
x-vmw-doc-operation: update