{
"name": "<string>",
"description": "<string>",
"isPublic": true,
"settings": {
"notifications": {
"email": true,
"slack": true,
"webhook": true
},
"statusPage": {
"enabled": true,
"customDomain": "<string>",
"theme": "light"
},
"ssl": {
"enabled": true,
"autoRenew": true,
"expiryThreshold": 45.5,
"alertThreshold": 15.5
},
"monitoring": {
"regions": [
"<string>"
],
"customRegions": [
"<string>"
],
"performanceThresholds": {
"responseTime": 101,
"p95ResponseTime": 101,
"p99ResponseTime": 101,
"reliability": 95
}
}
}
}Retrieve a specific project by ID
{
"name": "<string>",
"description": "<string>",
"isPublic": true,
"settings": {
"notifications": {
"email": true,
"slack": true,
"webhook": true
},
"statusPage": {
"enabled": true,
"customDomain": "<string>",
"theme": "light"
},
"ssl": {
"enabled": true,
"autoRenew": true,
"expiryThreshold": 45.5,
"alertThreshold": 15.5
},
"monitoring": {
"regions": [
"<string>"
],
"customRegions": [
"<string>"
],
"performanceThresholds": {
"responseTime": 101,
"p95ResponseTime": 101,
"p99ResponseTime": 101,
"reliability": 95
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Project ID
Project details
The name of the project
The description of the project
Whether the project is public
Project settings
Show child attributes
Show child attributes
Enable SSL certificate monitoring
Auto-renew SSL certificates when possible
Days before expiry to show warning
1 <= x <= 90Days before expiry to show critical alert
1 <= x <= 30Show child attributes
List of enabled monitoring regions
List of custom monitoring regions
Show child attributes
Average response time threshold in ms
x >= 10095th percentile response time threshold in ms
x >= 10099th percentile response time threshold in ms
x >= 100Target reliability percentage
90 <= x <= 100