Esx. Settings. Repository. Software. Drafts. Effective Components List
Returns the components that comprise the desired software state.
This operation was added in vSphere API 9.0.0.0.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires VcIntegrity.lifecycleSoftwareSpecification.Read.
Identifier of the working copy document.
The parameter must be an identifier for the resource type: com.vmware.esx.settings.draft.
Filter spec to indicate whether removed components are included.
If missing or null, removed components are not included.
Map of effective components keyed by their identifier.
The key in the response map will be an identifier for the resource type: com.vmware.esx.settings.component.
{
"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": "E",
"14": "f",
"15": "f",
"16": "e",
"17": "c",
"18": "t",
"19": "i",
"20": "v",
"21": "e",
"22": "C",
"23": "o",
"24": "m",
"25": "p",
"26": "o",
"27": "n",
"28": "e",
"29": "n",
"30": "t",
"31": "I",
"32": "n",
"33": "f",
"34": "o",
"35": " ",
"36": "O",
"37": "b",
"38": "j",
"39": "e",
"40": "c",
"41": "t"
}
If the caller is not authenticated.
"Vapi.Std.Errors.Unauthenticated Object"
If the caller is not authorized.
"Vapi.Std.Errors.Unauthorized Object"
No draft associated with draft 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/repository/software/drafts/{draft}/effective-components