ExtensibleIssue
Deprecated as of vSphere 9.0. No longer in use since vSphee 6.5.
Extensible issue class used by solutions to add custom issues to agents.
When resolved, the issue is removed from the agent and an event is generated.
This structure may be used only with operations rendered under /eam
.
{
"_typeName": "string",
"key": 0,
"description": "string",
"time": "string",
"typeId": "string",
"argument": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"target": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"agent": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"agency": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
Unique string for this type of issue.
The type must match an event registered by the solution as part of its extension.
A managed object reference to the object this issue is related to.
An optional agent this issue pertains
An optional agency this issue pertains