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: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$
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
stop_after_datestring(date-time) | nullOptional. Date after which monitoring should stoppattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z$