Get Proxy
Get a specific proxy
Request
URI
GET
https://{api_host}/api/v2/proxy/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
successful operation
Returns ResponseContainerProxy of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"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"
}
}