InfoService_Process
InfoService_Process
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
- extensions string[]
- start_time date-time
- uptime string
{
"extensions": [
"string"
],
"start_time": "2024-01-20T19:27:12.048Z",
"uptime": "string"
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
- code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
details object[]
- message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
GET /v1/info/process
Request
Request
curl / cURL
curl -L -X GET 'https://aperture-agent/v1/info/process' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://aperture-agent/v1/info/process' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://aperture-agent/v1/info/process' \
-H 'Accept: application/json'