ResourcePoolCreateRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification of the new resource pool to be created, see ResourcePool.CreateSpec.
JSON Example
{
"spec": {
"name": "string",
"parent": "string"
}
}