EDB Postgres Enterprise Manager REST APIs v9.0: Probe data v10.2

get__probe_data_agent_{agent_id}_{probe_id}

Code samples

GET /probe/data/agent/{agent_id}/{probe_id}

Gets Probe data for agent.

Parameters

NameInTypeRequiredDescription
agent_idpathintegertrueAgent ID
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/{probe_id}

Gets Probe data for server.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/{probe_id}

Gets Probe data for database.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_schema_{schema_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/schema/{schema_name}/{probe_id}

Gets Probe data for schema.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
schema_namepathstringtrueSchema name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_schema_{schema_name}_table_{table_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/schema/{schema_name}/table/{table_name}/{probe_id}

Gets Probe data for table.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
schema_namepathstringtrueSchema name
table_namepathstringtrueTable name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_schema_{schema_name}_index_{index_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/schema/{schema_name}/index/{index_name}/{probe_id}

Gets Probe data for index.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
schema_namepathstringtrueSchema name
index_namepathstringtrueIndex name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_schema_{schema_name}_sequence_{sequence_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/schema/{schema_name}/sequence/{sequence_name}/{probe_id}

Gets Probe data for sequence.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
schema_namepathstringtrueSchema name
sequence_namepathstringtrueSequence name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_schema_{schema_name}_view_{view_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/schema/{schema_name}/view/{view_name}/{probe_id}

Gets Probe data for view.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
schema_namepathstringtrueSchema name
view_namepathstringtrueView name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication

get__probe_data_server_{server_id}_database_{database_name}_schema_{schema_name}_function_{function_name}_{probe_id}

Code samples

GET /probe/data/server/{server_id}/database/{database_name}/schema/{schema_name}/function/{function_name}/{probe_id}

Gets Probe data for function.

Parameters

NameInTypeRequiredDescription
server_idpathintegertrueServer ID
database_namepathstringtrueDatabase name
schema_namepathstringtrueSchema name
function_namepathstringtrueFunction name
probe_idpathintegertrueProbe ID for which data will be returned
X-Auth-TokenheaderstringtrueToken of authorization

Example responses

200 Response
[
  {}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessful responseInline

Response Schema

Info

This operation does not require authentication