GET
/
projects
/
{project_id}
/
monitoring_requirements
/
{requirement_id}
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/projects/{project_id}/monitoring_requirements/{requirement_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "display_name": "<string>",
  "frequency": "na",
  "id": "pmr_1DR3MR5WS1S09YQT",
  "monitoring_phase": "pre_op",
  "notes": "<string>",
  "project_id": "prj_1CTWZQGKE1S0VAXA",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "storage_unit_id": "sgu_1E844FWM71S0E0TM"
}

This endpoint is in beta and requires opting-in.

Please contact support if you’re interested in using this endpoint.

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Path Parameters

project_id
string
required
requirement_id
string
required

Response

200
application/json

Successful Response

The response is of type object.