Aspose.Cells Cloud Health Check
Contents
[
Hide
]
Check the health status of Aspose.Cells Cloud services.
Check Cloud Service Health
Web API
GET https://api.aspose.cloud/v4.0/cells/status/check
Request Parameters
Response
{
"status": "OK",
"service": "Cells",
"timestamp": "2024-03-28T12:34:56Z",
"components": {
"api": "Operational",
"storage": "Operational",
"database": "Operational"
}
}
How to Use the Aspose.Cells Cloud Status API with SDKs
OpenAPI Specification
The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.
Use Aspose.Cells Cloud SDKs
Using the SDK is the best way to accelerate development. The SDK handles the underlying details, allowing you to implement a cloud health check for Cells with minimal code.
Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: