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

# POST /v1/{+parent}/reportConfigs

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

Creates a report configuration.

## Path parameters

- `parent` string, required

## Query parameters

- `reportConfigId` string
- `requestId` string

## Request body

- ReportConfig — The groups and associated preference sets on which we can generate reports.
  - `description` string — Free-text description.
  - `name` string — Output only. Name of resource.
  - `createTime` string, google-datetime — Output only. The timestamp when the resource was created.
  - `updateTime` string, google-datetime — Output only. The timestamp when the resource was last updated.
  - `groupPreferencesetAssignments` ReportConfigGroupPreferenceSetAssignment[] — Required. Collection of combinations of groups and preference sets.
    - `group` string — Required. Name of the group.
    - `preferenceSet` string — Required. Name of the Preference Set.
  - `displayName` string — User-friendly display name. Maximum length is 63 characters.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/migrationcenter.md) · [All operations](https://skmtc.dev/google/apis/migrationcenter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/migrationcenter/revisions/2a8b4eea0432/schema)
