Get Details for a Specific Configuration

Provides details about a specific configuration.

GET/csapi/v1.3/runtime/configs/{configId}

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
configId Mandatory string Specify the ID of the configuration you want to get details of.

SampleSample

API request

    curl -X GET 
"<qualys_base_url>/csapi/v1.3/runtime/configs/5e284a064b80630001437f4e"
--header "Authorization: Bearer <token>"      
    

Response

    {
    "id": "5e284a064b80630001437f4e",
    "created": "2020-06-08T10:03:43.507Z",
    "updated": "2020-06-08T10:07:44.249Z",
    "policyId": "5e18c86e4e08ce0001368940",
    "logMode": "ALL",
    "isDefaultConfig": false,
    "name": "example configuration"
}
    

 

 

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.