Snapservice.Sites.DeleteSpec

Snapservice.Sites.DeleteSpec
Snapservice.Sites.DeleteSpec

The Snapservice.Sites.DeleteSpec schema contains properties used for breaking the pair with remote site.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vcenter_creds": {
        "user": "string",
        "password": "string"
    }
}
vcenter_creds
Optional

Remote site credentials with enough permissions to remove service accounts and permissions.

The vCenter credentials are kept optional for future extensibility. Currently, API is expected to throw validation error if vCenter credentials are not supplied.

This property was added in vSphere API 9.0.0.0.

Must be set for current release. Field is set to optional for future use cases to support different authentication mechanisms.