Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) task_id_list = client.cloud.k8s.clusters.pools.resize( pool_name="pool_name", project_id=0, region_id=0, cluster_name="cluster_name", node_count=2, ) print(task_id_list.tasks)
{ "tasks": [ "d478ae29-dedc-4869-82f0-96104425f565" ] }
1 <= x <= 200
Was this page helpful?