SiteQuality
Return all projects' monitoring results
This function returns information about the cPanel user's Site Quality Monitoring projects' most recent monitoring check results.
post/SiteQuality/get_all_scores
Query parameters
verbose0 | 1 | null nullable required
Example:1
Whether to enable verbose output.
** Note: **
This includes information about the user's Site Quality Monitoring project's most recent results in each monitoring check subcategory.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_all_scores",
"module": "SiteQuality",
"result": {
"data": {
"scores": [
{
"system": {
"name": "MyProject",
"id": 2542
},
"scores": {
"basic-uptime": {
"master": {
"title": "Uptime",
"status": "good",
"message": "The project is proving to be very reliable (currently and in the last 30 days) and has good accessibility. The current level should be maintained.",
"description": "If a project is unavailable, customers cannot visit, browse or make purchases. The accessibility assessment is based on the current situation, but also on historical values and trends.",
"identifier": "Score:Basic:Uptime",
"score": 100,
"incidents": [],
"attributes": {
"score": 100
}
},
"sub_scores": []
},
"basic-performance": {
"master": {
"title": "Uptime",
"status": "good",
"message": "The project is proving to be very reliable (currently and in the last 30 days) and has good accessibility. The current level should be maintained.",
"description": "If a project is unavailable, customers cannot visit, browse or make purchases. The accessibility assessment is based on the current situation, but also on historical values and trends.",
"identifier": "Score:Basic:Uptime",
"score": 100,
"incidents": [],
"attributes": {
"score": 100
}
},
"sub_scores": []
},
"basic-seo": {
"master": {
"title": "Uptime",
"status": "good",
"message": "The project is proving to be very reliable (currently and in the last 30 days) and has good accessibility. The current level should be maintained.",
"description": "If a project is unavailable, customers cannot visit, browse or make purchases. The accessibility assessment is based on the current situation, but also on historical values and trends.",
"identifier": "Score:Basic:Uptime",
"score": 100,
"incidents": [],
"attributes": {
"score": 100
}
},
"sub_scores": []
},
"basic-content": {
"master": {
"title": "Uptime",
"status": "good",
"message": "The project is proving to be very reliable (currently and in the last 30 days) and has good accessibility. The current level should be maintained.",
"description": "If a project is unavailable, customers cannot visit, browse or make purchases. The accessibility assessment is based on the current situation, but also on historical values and trends.",
"identifier": "Score:Basic:Uptime",
"score": 100,
"incidents": [],
"attributes": {
"score": 100
}
},
"sub_scores": []
},
"basic-tech": {
"master": {
"title": "Uptime",
"status": "good",
"message": "The project is proving to be very reliable (currently and in the last 30 days) and has good accessibility. The current level should be maintained.",
"description": "If a project is unavailable, customers cannot visit, browse or make purchases. The accessibility assessment is based on the current situation, but also on historical values and trends.",
"identifier": "Score:Basic:Uptime",
"score": 100,
"incidents": [],
"attributes": {
"score": 100
}
},
"sub_scores": []
},
"basic-security": {
"master": {
"title": "Uptime",
"status": "good",
"message": "The project is proving to be very reliable (currently and in the last 30 days) and has good accessibility. The current level should be maintained.",
"description": "If a project is unavailable, customers cannot visit, browse or make purchases. The accessibility assessment is based on the current situation, but also on historical values and trends.",
"identifier": "Score:Basic:Uptime",
"score": 100,
"incidents": [],
"attributes": {
"score": 100
}
},
"sub_scores": []
}
}
}
]
},
"status": 1
}
}