Event Manager Retrieve Argument Description

Event Manager Retrieve Argument Description

Retrieves the argument meta-data for a given Event type

Required privileges: System.View

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/EventManager/{moId}/RetrieveArgumentDescription
COPY
Path Parameters
string
moId
Required

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 EventManager/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Request Body
RetrieveArgumentDescriptionRequestType of type(s) application/json
Required
{
    "eventTypeId": "string"
}
string
eventTypeId
Required

eventTypeId

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of EventArgDesc of type(s) application/json
[
    {
        "_typeName": "string",
        "name": "string",
        "type": "string",
        "description": {
            "key": "string"
        }
    }
]