Get All Proxy

Get All Proxy

Get all proxies for a customer

Request
URI
GET
https://{api_host}/api/v2/proxy
COPY
Query Parameters
integer
offset
Optional

offset

integer
limit
Optional

limit


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerPagedProxy of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            {
                "version": "string",
                "name": "string",
                "id": "string",
                "status": "string",
                "customerId": "string",
                "deleted": false,
                "lastCheckInTime": 0,
                "inTrash": false,
                "hostname": "string",
                "proxyname": "string",
                "lastKnownError": "string",
                "lastErrorTime": 0,
                "lastErrorEvent": {
                    "computedHlps": [
                        {
                            "severity": "string",
                            "host": "string",
                            "startTime": 0,
                            "label": "string",
                            "observed": 0,
                            "firing": 0
                        }
                    ],
                    "table": "string",
                    "name": "string",
                    "id": "string",
                    "startTime": 0,
                    "endTime": 0,
                    "createdEpochMillis": 0,
                    "updatedEpochMillis": 0,
                    "tags": [
                        "string"
                    ],
                    "metricsUsed": [
                        "string"
                    ],
                    "createdAt": 0,
                    "hosts": [
                        "string"
                    ],
                    "summarizedEvents": 0,
                    "alertTags": [
                        "string"
                    ],
                    "isUserEvent": false,
                    "isEphemeral": false,
                    "creatorId": "string",
                    "updaterId": "string",
                    "updatedAt": 0,
                    "runningState": "string",
                    "canDelete": false,
                    "canClose": false,
                    "creatorType": [
                        "string"
                    ]
                },
                "timeDrift": 0,
                "bytesLeftForBuffer": 0,
                "bytesPerMinuteForBuffer": 0,
                "localQueueSize": 0,
                "sshAgent": false,
                "ephemeral": false,
                "shutdown": false,
                "truncate": false,
                "collectorSetsRateLimit": false,
                "collectorRateLimit": 0,
                "histogramRateLimit": 0,
                "sourceTagsRateLimit": "number",
                "eventsRateLimit": "number",
                "spanRateLimit": 0,
                "spanLogsRateLimit": 0,
                "preprocessorRules": "string",
                "userId": "string",
                "histoDisabled": false,
                "traceDisabled": false,
                "spanLogsDisabled": false,
                "logsDisabled": false,
                "statusCause": "string"
            }
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response