EDB Postgres Enterprise Manager REST APIs v1.0: Probe history v10.2

get__probe_history_agent_{agent_id}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/agent/{agent_id}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for agent.

Parameters

NameInTypeRequiredDescription
agent_idpathintegertrueAgent ID
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for server.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for database.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_schema_{schema_name}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/schema/{schema_name}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for schema.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
schema_namepathstringtrueSchema Name
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_schema_{schema_name}_table_{table_name}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/schema/{schema_name}/table/{table_name}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for table.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
schema_namepathstringtrueSchema Name
table_namepathstringtrueTable Name
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_schema_{schema_name}_index_{index_name}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/schema/{schema_name}/index/{index_name}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for index.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
schema_namepathstringtrueSchema Name
index_namepathstringtrueIndex Name
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_schema_{schema_name}_sequence_{sequence_name}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/schema/{schema_name}/sequence/{sequence_name}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for sequence.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
schema_namepathstringtrueSchema Name
sequence_namepathstringtrueSequence Name
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_schema_{schema_name}_view_{view_name}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/schema/{schema_name}/view/{view_name}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for view.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
schema_namepathstringtrueSchema Name
view_namepathstringtrueView Name
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_history_server_{server_id}_database_{database_name}_schema_{schema_name}_function_{function_name}_args_{function_arguments}_from_{start_time}_to_{end_time}_{probe_id}

Code samples

GET /probe/history/server/{server_id}/database/{database_name}/schema/{schema_name}/function/{function_name}/args/{function_arguments}/from/{start_time}/to/{end_time}/{probe_id}

Gets Probe history for function.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase Name
schema_namepathstringtrueSchema Name
function_namepathstringtrueFunction Name
function_argumentspathstringtrueFunction arguments comma separated
start_timepathstringtrueStart time in ISO-8601 format to get probe history
end_timepathstringtrueEnd time in ISO-8601 format to get probe history
probe_idpathintegertrueProbe ID for which data will be returned

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication