Get All Agent DCT Info

Get All Agent DCT Info
Request
URI
GET
https://{api_host}/dt-rest/v100/log/manager/getallagentdctinfo
COPY
Responses
200

successful operation

[
    {
        "dateCreated": "string",
        "patternId": "string",
        "id": "string",
        "dctSize": "string",
        "expiryTime": "string",
        "dctName": "string",
        "patternName": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]