Commit inicial - estructura base del proyecto
This commit is contained in:
@@ -0,0 +1,121 @@
|
||||
[Skip to content](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#VPContent)
|
||||
|
||||
Return to top
|
||||
|
||||
List backup executions[](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#list-backup-executions)
|
||||
|
||||
==============================================================================================================================
|
||||
|
||||
GET
|
||||
|
||||
/databases/{uuid}/backups/{scheduled\_backup\_uuid}/executions
|
||||
|
||||
Get all executions for a specific backup configuration.
|
||||
|
||||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#authorizations)
|
||||
|
||||
--------------------------------------------------------------------------------------------------------------
|
||||
|
||||
bearerAuth
|
||||
|
||||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||||
|
||||
Type
|
||||
|
||||
HTTP (bearer)
|
||||
|
||||
Parameters[](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#parameters)
|
||||
|
||||
------------------------------------------------------------------------------------------------------
|
||||
|
||||
### Path Parameters
|
||||
|
||||
uuid\*
|
||||
|
||||
UUID of the database
|
||||
|
||||
Type
|
||||
|
||||
string
|
||||
|
||||
Required
|
||||
|
||||
scheduled\_backup\_uuid\*
|
||||
|
||||
UUID of the backup configuration
|
||||
|
||||
Type
|
||||
|
||||
string
|
||||
|
||||
Required
|
||||
|
||||
Responses[](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#responses)
|
||||
|
||||
----------------------------------------------------------------------------------------------------
|
||||
|
||||
200404
|
||||
|
||||
List of backup executions
|
||||
|
||||
Content-Type
|
||||
|
||||
application/json
|
||||
|
||||
SchemaJSON
|
||||
|
||||
JSON
|
||||
|
||||
{
|
||||
|
||||
"executions": \[\
|
||||
\
|
||||
{\
|
||||
\
|
||||
"uuid": "string",\
|
||||
\
|
||||
"filename": "string",\
|
||||
\
|
||||
"size": 0,\
|
||||
\
|
||||
"created\_at": "string",\
|
||||
\
|
||||
"message": "string",\
|
||||
\
|
||||
"status": "string"\
|
||||
\
|
||||
}\
|
||||
\
|
||||
\]
|
||||
|
||||
}
|
||||
|
||||
GET
|
||||
|
||||
/databases/{uuid}/backups/{scheduled\_backup\_uuid}/executions
|
||||
|
||||
Playground[](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#playground)
|
||||
|
||||
------------------------------------------------------------------------------------------------------
|
||||
|
||||
Authorization
|
||||
|
||||
bearerAuth
|
||||
|
||||
Variables
|
||||
|
||||
Key
|
||||
|
||||
Value
|
||||
|
||||
uuid\*
|
||||
|
||||
scheduled\_backup\_uuid\*
|
||||
|
||||
Try it out
|
||||
|
||||
Samples[](https://coolify.io/docs/api-reference/api/operations/list-backup-executions#samples)
|
||||
|
||||
------------------------------------------------------------------------------------------------
|
||||
|
||||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|
||||
Reference in New Issue
Block a user