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": "abc_1H0G39139CF0DZB2",
  "monitoring_phase": "pre_op",
  "notes": "<string>",
  "project_id": "<string>"
}

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

Path Parameters

project_id
string
required
requirement_id
string
required

Response

200
application/json
Successful Response
display_name
string
required
frequency
enum<string>
required
Available options:
na,
once,
optional,
if_needed,
every_1_days,
every_1_months,
every_2_weeks,
every_3_months,
every_6_months,
every_2_years,
every_5_years
id
string
required
Required string length: 20 - 36
monitoring_phase
enum<string>
required
Available options:
pre_op,
operation,
post_op,
feedstock
notes
string | null
required
project_id
string
required