Get Resource Pools 1

Get Resource Pools 1

Use this endpoint to get cluster's resource pools
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/registered-environments/{id}/onboarding/vc/clusters/{clusterMorId}/resourcepools
COPY
Path Parameters
string
clusterMorId
Required

MorId of the Cluster

string
id
Required

ID of the registered environment


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "name": "string",
        "mor": "string",
        "childResourcePools": [
            "ResourcePoolDTO Object"
        ]
    }
]

400

Bad Request

Operation doesn't return any data structure