Host Certificate Manager Notify Affected Services

Host Certificate Manager Notify Affected Services

Instructs the host services affected by SSL credential changes by InstallServerCertificate or ReplaceCACertificatesAndCRLs to take into account said changes now.

Please note, that old SSL connections typically survive the transition and continue using old SSL credentials. New SSL connections will use the new SSL credentials.

Required privileges: Certificate.Manage

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostCertificateManager/{moId}/NotifyAffectedServices
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostCertificateManager/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.


Request Body
NotifyAffectedServicesRequestType of type(s) application/json
Required
{
    "services": [
        "string"
    ]
}
array of string
services
Optional

list of services that need to be notified and no other service would be notified. if not provided all supported services would be notified.

Since: vSphere API Release 8.0.1.0

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure