Get Configuration ID for Instrumented Image

Returns the configuration ID assigned to an instrumented image. Once you have the configId, you’ll be able to use it in other API calls that require it.

GET/csapi/v1.3/runtime/images/{imageSha}/config

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description

imageSha={value}

Mandatory string

Specify the SHA value of an instrumented image for which you want to get the configuration ID.

SampleSample

In this sample, we’ll get the configId for the specified image.

API Request

    curl --location --request GET "<qualys_base_url>/csapi/v1.3/images/6124ce09d13b89e2f26f01f8/config" --header "Authorization: Bearer <token>"  
    

Response

    "ConfigID": "6124ce09d13b89e2f26f01f8"
    

 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.