Get All Configurations in Your Account

Provides a list of configurations in your account.

GET/csapi/v1.3/runtime/configs

Sample

API request

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

Response

[
    {
        "id": "5e18c86e4e08ce0001368941",
        "created": "2020-01-10T18:54:38.82Z",
        "updated": "2020-01-10T18:54:38.82Z",
        "policyId": "5e18c86e4e08ce0001368940",
        "logMode": "POLICY_MONITOR_DENY",
        "isDefaultConfig": true,
        "name": "default config"
    },
    {
        "id": "5e1ae506b06e090001bf8741",
        "created": "2020-01-10T18:54:38.82Z",
        "updated": "2020-06-04T13:03:53.676Z",
        "policyId": "5e2587fd6bee780001c5625e",
        "logMode": "POLICY_MONITOR_DENY",
        "isDefaultConfig": false,
        "name": ""
    },
 
 ...
]
    

 

 

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.