---
title: "Create a client monitor profile"
method: POST
path: "/client-monitor-profiles"
tags: ["Configuration - Policy"]
---

# Create a client monitor profile

`POST /client-monitor-profiles`

Create a new client monitor profile.

## Request body

- XiqClientMonitorProfileRequest
  - `name` string, required — The client monitor profile name
  - `description` string — The client monitor profile description
  - `association` XiqClientMonitorParameters — This represents the client monitor parameters for a problem type
    - `trigger_times` integer — The trigger times, min = 1, max = 10
    - `report_interval` integer — The report interval, min = 30, max = 3600 seconds
  - `authentication` XiqClientMonitorParameters — This represents the client monitor parameters for a problem type
    - `trigger_times` integer — The trigger times, min = 1, max = 10
    - `report_interval` integer — The report interval, min = 30, max = 3600 seconds
  - `networking` XiqClientMonitorParameters — This represents the client monitor parameters for a problem type
    - `trigger_times` integer — The trigger times, min = 1, max = 10
    - `report_interval` integer — The report interval, min = 30, max = 3600 seconds

## Response `201`

Created

- XiqClientMonitorProfile — The payload of client monitor profile
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string, required — The client monitor profile name
  - `description` string — The client monitor profile description
  - `predefined` boolean, required — Whether the client monitor profile is predefined or user-customized.
  - `association` XiqClientMonitorParameters — This represents the client monitor parameters for a problem type
    - `trigger_times` integer — The trigger times, min = 1, max = 10
    - `report_interval` integer — The report interval, min = 30, max = 3600 seconds
  - `authentication` XiqClientMonitorParameters — This represents the client monitor parameters for a problem type
    - `trigger_times` integer — The trigger times, min = 1, max = 10
    - `report_interval` integer — The report interval, min = 30, max = 3600 seconds
  - `networking` XiqClientMonitorParameters — This represents the client monitor parameters for a problem type
    - `trigger_times` integer — The trigger times, min = 1, max = 10
    - `report_interval` integer — The report interval, min = 30, max = 3600 seconds

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/revisions/5ff7ab84e8e8/schema)
