{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/75c38ad4-23aa-3dad-be7d-9e544f2af019","info":{"description":"Creates a new test snapshot in ThousandEyes.","title":"Test Snapshots API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"name":"Test Snapshots"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"properties":{"displayName":{"description":"Snapshot title.","example":"Snapshot created through API","type":"string"},"startDate":{"description":"The start date for the snapshot in UTC time, formatted in ISO date-time.","example":"2023-06-06T00:00:00Z","format":"date-time","type":"string"},"endDate":{"description":"The end date for the snapshot in UTC time, formatted in ISO date-time.","example":"2023-06-06T01:00:00Z","format":"date-time","type":"string"},"isPublic":{"description":"Set to `true` for saved events and `false` for share links. Its default value is `false`.","example":false,"type":"boolean"}},"required":["displayName","endDate","startDate"],"type":"object","$$ref":"#/components/schemas/SnapshotRequest","title":"SnapshotRequest"}}