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

# POST /v1/{+parent}/multicastGroupConsumerActivations

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

Creates a new multicast group consumer activation in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `multicastGroupConsumerActivationId` string
- `requestId` string

## Request body

- MulticastGroupConsumerActivation — Multicast group consumer activation resource.
  - `name` string — Identifier. The resource name of the multicast group consumer activation. Use the following format: `projects/*/locations/*/multicastGroupConsumerActivations/*`.
  - `createTime` string, google-datetime — Output only. [Output only] The timestamp when the multicast group consumer activation was created.
  - `updateTime` string, google-datetime — Output only. [Output only] The timestamp when the multicast group consumer activation was most recently updated.
  - `labels` object — Optional. Labels as key-value pairs
  - `multicastConsumerAssociation` string — Required. The resource name of the multicast consumer association that is in the same zone as this multicast group consumer activation. Use the following format: `projects/*/locations/*/multicastConsumerAssociations/*`.
  - `multicastGroup` string — Optional. The resource name of the multicast group created by the admin in the same zone as this multicast group consumer activation. Use the following format: // `projects/*/locations/*/multicastGroups/*`. This field is deprecated. Use multicast_group_range_activation instead.
  - `description` string — Optional. An optional text description of the multicast group consumer activation.
  - `resourceState` 'CONSUMER_RESOURCE_STATE_UNSPECIFIED' | 'ACTIVE' | 'OBSOLETE' — Output only. [Deprecated] The resource state of the multicast group consumer activation. Use the state field instead.
  - `state` MulticastResourceState — The multicast resource's state.
    - `state` 'STATE_ENUM_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'DELETING' | 'DELETE_FAILED' | 'UPDATING' | 'UPDATE_FAILED' | 'INACTIVE' | 'OBSOLETE' — Optional. The state of the multicast resource.
  - `uniqueId` string — Output only. [Output only] The Google-generated UUID for the resource. This value is unique across all multicast group consumer activation resources. If a group consumer activation is deleted and another with the same name is created, the new group consumer activation is assigned a different unique_id.
  - `multicastGroupRangeActivation` string — Required. The resource name of the multicast group range activation created by the admin in the same zone as this multicast group consumer activation. Use the following format: // `projects/*/locations/*/multicastGroupRangeActivations/*`.
  - `logConfig` MulticastLogConfig — The logging configuration.
    - `enabled` boolean — Optional. Whether to enable logging or not.

## Response `200`

Successful response

---

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