Update a K8s Cluster
Lets you update a K8s cluster.
Input ParametersInput Parameters
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
clusterUid | Mandatory | string | Provide clusterUid of the K8s Cluster you want to update. |
Sample: Update a K8s ClusterSample: Update a K8s Cluster
API request
curl -X GET
"<qualys_base_url>/csapi/v1.3/k8sClusters/{clusterUid}"
-H 'accept: application/json'
-H "Authorization: Bearer <token>"
Response JSON
{ "data":
[
{
"customerUuid": "9******7-****-**35-8**5-1*******24a4",
"uuid": "3sees731-b779-4lp2-9991-1991fd62fb40",
"clusterUid": "0233a30c-6ccb-447c-8694-0e6d9e7e5a83",
"enforcementAction": "BLOCK",
"failurePolicy": "Ignore",
"dataRetention": 0,
"detectedPlatforms":
[
{
"platform": "linux/amd64",
"isSupported": true
}
],
"status": "RUNNING",
"version": "1.33.0-16",
"created": "1711973787185",
"updatedBy": "jack_reader",
"updated": "1712297318974",
"lastSynced": "1712815660118"
}
]
}