List Trusted Clusters Attestation Services Applied Config Task
Returns basic information about the health of all Attestation Service configurations applied to the cluster with respect to the desired state.
Request
URLURL
Path Parameters
Path Parameters
The ID of the cluster against which the operation will be executed. The parameter must be an identifier for the resource type: ClusterComputeResource.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Request Body
The specification for the subset of results desired to be returned. If {@term.unset} all results are returned.
{
"address": [
{
"hostname": "string",
"port": 0
}
],
"health": "NONE"
}
The network address of the Attestation Service configured for use in the Trusted Cluster. If unset, no filtration will be performed by network address.
The ServicesAppliedConfig.Health enumerated type is an indicator for the consistency of the applied Attestation Service configuration in a cluster with respect to the desired state.
NONE : The consistency of the applied configuration is unknown.
OK : The applied Attestation Service configuration is consistent with the desired state.
ERROR : The applied Attestation Service configuration has diverged from the desired state.
Possible values are: NONE , OK , ERROR
Authentication
Response
Response BodyResponse Body
An identifier for the task created by this API invocation will be returned. If the non-async version of the operation returns a value, this id can be used with the CIS Get Task operation to fetch that value. The normal description of this operation’s return value will follow if one exists. The health status for each applied configuration in the given cluster.
Errors
com.vmware.vapi.std.errors.not_found : if no cluster corresponding to the given ID is found within this vCenter.
com.vmware.vapi.std.errors.error : if there is a generic error. | com.vmware.vapi.std.errors.resource_busy : if there are ongoing mutating operations.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: list_task