Create Resource Pool
Creates a resource pool. if you do not have all of the privileges described as follows: - The resource ResourcePool referenced by the attribute ResourcePool.CreateSpec.parent requires Resource.CreatePool.
Request
URLURL
Header Parameters
Header Parameters
Request Body
Specification of the new resource pool to be created, see ResourcePool.CreateSpec. The #CreateSpec structure contains information used to create a resource pool, see ResourcePool.create.
{
"name": "string",
"parent": "string"
}
Name of the resource pool.
Parent of the created resource pool. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ResourcePool. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ResourcePool.
Resource allocation for CPU. if unset or empty, use the default CPU allocation specification.
Resource allocation for memory. if unset or empty, use the default memory allocation specification.
Response
Response BodyResponse Body
The identifier of the newly created resource pool. The result will be an identifier for the resource type: ResourcePool.