This contains APIs for Rancher infra entities for account level.
List rancher clusters using the given account level rancher connector
Response containing list of rancher cluster names
{- "clusters": [
- "string"
], - "clusterItems": [
- {
- "id": "string",
- "name": "string"
}
]
}
List rancher clusters using the given account level environment and infrastructure definition.
Response containing list of rancher cluster names
{- "clusters": [
- "string"
], - "clusterItems": [
- {
- "id": "string",
- "name": "string"
}
]
}