post https://{region}.api.clumio.com/backups/aws/ec2-mssql/databases
Performs an on-demand backup of the specified EC2 MSSQL asset.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Performs an on-demand backup of the specified EC2 MSSQL asset.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
14curl --request POST \
--url https://us-west-2.api.clumio.com/backups/aws/ec2-mssql/databases \
--header 'accept: application/api.clumio.backup-ec2-mssql-databases=v1+json' \
--header 'content-type: application/json' \
--data '
{
"settings": {
"retention_duration": {
"unit": "hours"
}
},
"type": "ec2_mssql_database_backup"
}
'
xxxxxxxxxx
21{
"_embedded": {},
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"read-task": {
"href": "string",
"templated": true,
"type": "string"
}
},
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"task_id": "string"
}