Get Proxy

Get Proxy

Get a specific proxy

Request
URI
GET
https:////api/v2/proxy/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

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

status

response
Optional

response