Openstatus www.openstatus.dev
at 667a3c951c07121fc1fca68fa28bb40ca64fae2d 41 lines 610 B view raw
1meta { 2 name: checker 3 type: http 4 seq: 2 5} 6 7post { 8 url: {{url}}/checker 9 body: text 10 auth: none 11} 12 13headers { 14 Authorization: Basic test 15 X-CloudTasks-TaskRetryCount: 1 16 Content-Type: application/json 17} 18 19body:json { 20 { 21 "workspaceId": 1, 22 "monitorId": 1, 23 "method": "GET", 24 "url":"https://openstat.us/404", 25 "status": "active", 26 "cronTimestamp":1699088595307 27 "pageId":1 28 } 29} 30 31body:text { 32 { 33 "workspaceId": "1", 34 "monitorId": "1", 35 "method": "GET", 36 "url":"https://openstat.us/404", 37 "status": "active", 38 "cronTimestamp":1699088595307, 39 "pageId":1 40 } 41}