Agency Add Issue
Deprecated.
Adds an issue to this agency.
key and time is overwritten so that key becomes unique on this server and time is the current time.
Requires modify privileges.
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 Agency/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"AddIssueRequestType Object"
A new issue.
The same issue where the key and time is set.
"Issue Object"
A unique identifier per Issue
instance.
A localized message describing the issue.
The point in time when this issue was generated.
Note that issues can be regenerated periodically, so this time does not neccessarily reflect the first time the issue was detected.
InvalidArgument: Thrown if issue typeId is unknown.
"InvalidArgument Object"
Optional name of the invalid property.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/eam/Agency/{moId}/AddIssue