Monitoring

Monitoring

fieldtypedescriptionproperties
monitoring_idstring(uuid)ID of the Monitoring
latest_pull_idstring(uuid)The latest Pull ID for the Monitored account
statusstringStatus of the Monitoringenum: ACTIVE, STOPPED
next_pull_datestring(date-time) | nullWhen the Monitoring is active, this will be the next date-time the data will be refreshedpattern: ^\d4-\d2-\d2T\d2:\d2:\d2.\d3Z$
intervalstring(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|T\d)(?:(\d+)Y)?(?:(\d+)M)?(?:(\d+)([DW]))?(?:T(?:(\d+)H)?(?:(\d+)M)?(?:(\d+(?:.\d+)?)S)?)?$
stop_after_datestring(date-time) | nullOptional. Date after which monitoring should stoppattern: ^\d4-\d2-\d2T\d2:\d2:\d2.\d3Z$