Perform Azure AD Backup
Perform Azure AD Backup
Path Parameters
- clientId int32 required
Id of the Azure AD client
- application/json
Request Body
- backupLevel string
Possible values: [
FULL,INCREMENTAL]Backup level for the job. Defaults to INCREMENTAL if not specified.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Loading...