Monitors
Create server monitor
Add a new monitor to the server.
Processing mode: <small><code>async</code></small>
post/orgs/{organization}/servers/{server}/monitors
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
Request body
Example request
{
"threshold": 90,
"minutes": 1,
"notify": "taylor@laravel.com"
}Response
MonitorResource