Std_Introspection_Operation_Info

Std_Introspection_Operation_Info
Std_Introspection_Operation_Info

Information about a vAPI operation. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "input_definition": {
        "type": "string",
        "element_definition": "Std_Introspection_Operation_DataDefinition Object",
        "name": "string"
    },
    "output_definition": {
        "type": "string",
        "element_definition": "Std_Introspection_Operation_DataDefinition Object",
        "name": "string"
    },
    "error_definitions": [
        {
            "type": "string",
            "element_definition": "Std_Introspection_Operation_DataDefinition Object",
            "name": "string"
        }
    ]
}
input_definition
Required

The Operation.DataDefinition structure describes a vAPI data type. Note: This structure is restricted for VMware internal use only.

output_definition
Required

The Operation.DataDefinition structure describes a vAPI data type. Note: This structure is restricted for VMware internal use only.

error_definitions
Required

List of Operation.DataDefinition describing the errors that the operation might report. The Operation.DataDefinition.type of every element in this list will be ERROR.