Consumer Groups

Create a new Consumer Group

Create a new Consumer Group

post/v2/control-planes/{controlPlaneId}/core-entities/consumer_groups

Request body

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring required

The name of the consumer group.

tagsstring[] nullable

A set of strings representing tags.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Response

Successfully created Consumer Group

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

namestring required

The name of the consumer group.

tagsstring[] nullable

A set of strings representing tags.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Changes

Changed in 1 of the 75 revisions of this API.11

  • 76b0fefddb0d11See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the request property became nullable

      request-property-became-nullable