monitoring_id | string(uuid) | ID of the Monitoring | |
latest_pull_id | string(uuid) | The latest Pull ID for the Monitored account | |
status | string | Status of the Monitoring | enum: ACTIVE , STOPPED |
next_pull_date | string(date-time) | null | When the Monitoring is active, this will be the next date-time the data will be refreshed | pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$ |
interval | string(ISO-8601-duration) | How often the information should be refreshed. Must be >= 30 days. We accept ISO-8601 duration interval value and support days, months, and/or years. | pattern: ^(-?)P(?=\d |
stop_after_date | string(date-time) | null | Optional. Date after which monitoring should stop | pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$ |