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

# POST /v1/{+parent}/mirroringDeploymentGroups

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

Creates a deployment group in a given project and location. See https://google.aip.dev/133.

## Path parameters

- `parent` string, required

## Query parameters

- `mirroringDeploymentGroupId` string
- `requestId` string

## Request body

- MirroringDeploymentGroup — A deployment group aggregates many zonal mirroring backends (deployments) into a single global mirroring service. Consumers can connect this service using an endpoint group.
  - `createTime` string, google-datetime — Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
  - `description` string — Optional. User-provided description of the deployment group. Used as additional context for the deployment group.
  - `network` string — Required. Immutable. The network that will be used for all child deployments, for example: `projects/{project}/global/networks/{network}`. See https://google.aip.dev/124.
  - `labels` object — Optional. Labels are key/value pairs that help to organize and filter resources.
  - `nestedDeployments` MirroringDeploymentGroupDeployment[] — Output only. The list of Mirroring Deployments that belong to this group.
    - `name` string — Output only. The name of the Mirroring Deployment, in the format: `projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}`.
    - `state` 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'DELETING' | 'OUT_OF_SYNC' | 'DELETE_FAILED' — Output only. Most recent known state of the deployment.
  - `reconciling` boolean — Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See https://google.aip.dev/128.
  - `connectedEndpointGroups` MirroringDeploymentGroupConnectedEndpointGroup[] — Output only. The list of endpoint groups that are connected to this resource.
    - `name` string — Output only. The connected endpoint group's resource name, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/124.
  - `locations` MirroringLocation[] — Output only. The list of locations where the deployment group is present.
    - `state` 'STATE_UNSPECIFIED' | 'ACTIVE' | 'OUT_OF_SYNC' — Output only. The current state of the association in this location.
    - `location` string — Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".
  - `name` string — Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details.
  - `updateTime` string, google-datetime — Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
  - `state` 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'DELETING' | 'CLOSED' — Output only. The current state of the deployment group. See https://google.aip.dev/216.

## Response `200`

Successful response

---

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