Node Pools REST Endpoints
Container Engine/Node Pools
The operations from the Container Engine/Node Pools category.
- CreateNodePool
- Method: postPath:
/20180222/nodePools - DeleteNode
- Method: deletePath:
/20180222/nodePools/{node_pool_id}/node/{node_id} - DeleteNodePool
- Method: deletePath:
/20180222/nodePools/{node_pool_id} - GetNodePool
- Method: getPath:
/20180222/nodePools/{node_pool_id} - GetNodePoolOptions
- Method: getPath:
/20180222/nodePoolOptions/{node_pool_option_id} - ListNodePools
- Method: getPath:
/20180222/nodePools - UpdateNodePool
- Method: putPath:
/20180222/nodePools/{node_pool_id}