Show Details of a K8s Admission Controller

Provides k8s Admission controller details of the specified uuid.

GET/v1.3/k8sAdmissionControllers/{uuid}

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

uuid Mandatory

string

Specify the unique identification value of the k8s admission controller of which you want to get the details.
For example: 3sees731-b779-4lp2-9991-1991fd62fb40

Sample: Show details of the specified k8s Admission ControllerSample: Show details of the specified k8s Admission Controller

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/k8sAdmissionControllers/3sees731-b779-4lp2-9991-1991fd62fb40" 
-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"
            }
         ] 
}