ResourceFunctionalitiesCaller

ResourceFunctionalitiesCaller
ResourceFunctionalitiesCaller

Defines a resource functionality caller specification

JSON Example
{
    "operationId": "string",
    "operationName": "string",
    "serviceId": "string",
    "resourceFunctionalities": [
        {
            "resourceType": "One among: SYSTEM, HOST, CLUSTER, DOMAIN, EDGE_CLUSTER",
            "resourceId": "string",
            "functionalities": [
                {
                    "type": "Sample values: HOST_COMMISSION, HOST_DECOMMISSION",
                    "isAllowed": true,
                    "errorMessage": "string"
                }
            ]
        }
    ]
}
string
operationId
Optional

The identifier of the operation associated with the resource functionalities

string
operationName
Optional

The name of the operation associated with the resource functionalities

string
serviceId
Optional

The identifier of the service associated with the resource functionalities

resourceFunctionalities
Optional

List of resource functionalities associated with the caller