Get Snapshotter Project Level Status
GET/internal/snapshotter/status/:project_id
Get snapshotter project level status.
NOTE: This endpoint is only available on the Full Node.
Args:
request (Request): The request object.
response (Response): The response object.
project_id (str): The project ID.
data (bool, optional): Whether to include data in the response. Defaults to False.
rate_limit_auth_dep (RateLimitAuthCheck, optional): The rate limit auth check dependency. Defaults to rate_limit_auth_check.
Returns:
dict: The snapshotter project status.
Request
Path Parameters
project_id Project Idrequired
Query Parameters
data Data
Responses
- 200
- 422
Successful Response
- application/json
- Schema
Schema
- any
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- MOD1
- MOD2
- ]
- ]
detail object[]
loc object[]required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...