---
title: "POST /v1/{+parent}/backups"
method: POST
path: "/v1/{+parent}/backups"
tags: ["projects"]
---

# POST /v1/{+parent}/backups

`POST /v1/{+parent}/backups`

Creates a Backup for a domain.

## Path parameters

- `parent` string, required

## Query parameters

- `backupId` string

## Request body

- Backup — Represents a Managed Microsoft Identities backup.
  - `labels` object — Optional. Resource labels to represent user provided metadata.
  - `name` string — Output only. The unique name of the Backup in the form of `projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}`
  - `createTime` string, google-datetime — Output only. The time the backups was created.
  - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'FAILED' | 'DELETING' — Output only. The current state of the backup.
  - `statusMessage` string — Output only. Additional information about the current status of this backup, if available.
  - `updateTime` string, google-datetime — Output only. Last update time.
  - `type` 'TYPE_UNSPECIFIED' | 'ON_DEMAND' | 'SCHEDULED' — Output only. Indicates whether it’s an on-demand backup or scheduled.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/managedidentities.md) · [All operations](https://skmtc.net/google/apis/managedidentities/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/managedidentities/versions/def2f0a79c2b/schema)
