Оperations in progress
GEThttps://core-pl.ocplanet.cloud/backend/api/operations/has_operations_in_progress
Host: https://core.ocplanet.cloud
Оperations in progress
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
has_operations_in_progress booleanrequired
operations_count integerrequired
unseen_failed_operations booleanrequired
{
"has_operations_in_progress": true,
"operations_count": 0,
"unseen_failed_operations": true
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: Use 'OpenAPIToken {token}' as the value
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://core-pl.ocplanet.cloud/backend/api/operations/has_operations_in_progress' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear