Job monitors
Overview of all job monitors
GET
https://cronly.app/api/monitors
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer: |
Details of job monitor
GET
https://cronly.app/api/monitors/{id}
Query Parameters
Name | Type | Description |
---|---|---|
id* | Integer | The ID of the job monitor you want to view |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer: |
Create a new job monitor
POST
https://cronly.app/api/monitors
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer: |
Request Body
Name | Type | Description |
---|---|---|
name* | String | |
timezone* | String | |
project_id | Integer | |
schedule* | String | |
duration* | Integer |
Delete a job monitor
DELETE
https://cronly.app/api/monitors/{id}
Query Parameters
Name | Type | Description |
---|---|---|
id* | Integer | The ID of the job monitor you want to view |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer: |
Last updated