v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpoliciesManagement
Set Alert Timestamp Format policy.
Set the Alert Timestamp Format policy. This policy controls the date/time format used in alert and recovery notification payloads across all connections and monitor types. When set to ISO, timestamps use the format yyyy-MM-dd HH:mm:ss z. When set to LEGACY, timestamps use the format MM/dd/yyyy hh:mm:ss a z.
put/v1/policies/timestampFormat
Request body
Example request
{
"timestampFormat": "LEGACY"
}Response
Alert Timestamp Format policy was set successfully.
Example response
{
"timestampFormat": "LEGACY"
}