---
title: "Save inlong group"
method: POST
path: "/inlong/manager/api/group/save"
tags: ["Inlong-Group-API"]
---

# Save inlong group

`POST /inlong/manager/api/group/save`

## Request body

- InlongGroupCreateRequest
  - `dailyRecords` integer — Number of access items per day, unit: 10,000 items per day
  - `dailyStorage` integer — Access size per day, unit: GB per day
  - `dataReportType` integer — Data report type, default is 0. 0: report to DataProxy and respond when the DataProxy received data. 1: report to DataProxy and respond after DataProxy sends data. 2: report to MQ and respond when the MQ received data.
  - `description` string — Inlong group description
  - `enableCreateResource` integer — Whether to enable create resource? 0: disable, 1: enable
  - `enableZookeeper` integer — Whether to enable zookeeper? 0: disable, 1: enable
  - `extList` InlongGroupExtensionInformation[] — Inlong group Extension properties
    - `id` integer — id
    - `inlongGroupId` string, required — inlong group id
    - `keyName` string — property name
    - `keyValue` string — property value
  - `followers` string — Name of followers, separated by commas
  - `inCharges` string — Name of responsible person, separated by commas
  - `inlongClusterTag` string — Inlong cluster tag, which links to inlong_cluster table
  - `inlongGroupId` string, required — Inlong group id
  - `inlongGroupMode` integer — Standard mode(include Data Ingestion and Synchronization): 0, DataSync mode(only Data Synchronization): 1
  - `maxLength` integer — The maximum length of a single piece of data, unit: Byte
  - `middlewareType` string — MQ type, replaced by mqType
  - `mqResource` string — MQ resource
  - `mqType` string — MQ type, high throughput: TUBEMQ, high consistency: PULSAR
  - `name` string, required — Inlong group name
  - `peakRecords` integer — peak access per second, unit: bars per second
  - `tubeMaster` string — TubeMQ master URL
  - `version` integer — Version number

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.net/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/untitled-api-2/versions/41c687f48683/schema)
