Esx. Settings. Internal. Summary Get
Summarize the compliance result of the clusters. The API will return the cluster summary with an empty compliance result and/or desired software specification if the service failed to get this information from the database due to unexpected scenarios.
This operation was added in vSphere API 7.0.0.0.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires VcIntegrity.lifecycleSettings.Read.
Identifier of the entity to perform cluster compliance get operation.
If missing or null, the compliance result of all the clusters of the entity type vcenter will be returned.
Compliance summary of all the clusters.
The key in the response map will be an identifier for the resource type: ClusterComputeResource.
{
"0": "E",
"1": "s",
"2": "x",
"3": ".",
"4": "S",
"5": "e",
"6": "t",
"7": "t",
"8": "i",
"9": "n",
"10": "g",
"11": "s",
"12": ".",
"13": "I",
"14": "n",
"15": "t",
"16": "e",
"17": "r",
"18": "n",
"19": "a",
"20": "l",
"21": ".",
"22": "S",
"23": "u",
"24": "m",
"25": "m",
"26": "a",
"27": "r",
"28": "y",
"29": ".",
"30": "C",
"31": "l",
"32": "u",
"33": "s",
"34": "t",
"35": "e",
"36": "r",
"37": "S",
"38": "u",
"39": "m",
"40": "m",
"41": "a",
"42": "r",
"43": "y",
"44": " ",
"45": "O",
"46": "b",
"47": "j",
"48": "e",
"49": "c",
"50": "t"
}
If the caller is not authenticated.
"Vapi.Std.Errors.Unauthenticated Object"
If there is no entity found in the system.
"Vapi.Std.Errors.NotFound Object"
If there is unknown internal error. The accompanying error message will give more details about the failure.
"Vapi.Std.Errors.Error Object"
If the service is not available.
"Vapi.Std.Errors.ServiceUnavailable Object"
curl -H 'Authorization: <value>' https://{api_host}/esx/settings/internal/summary