---
title: "Create a destination health record (please note - this endpoint is in alpha mode and may change or be removed in the future)."
method: POST
path: "/api/v2/destinations/healths"
tags: ["Destinations"]
---

# Create a destination health record (please note - this endpoint is in alpha mode and may change or be removed in the future).

`POST /api/v2/destinations/healths`

Create a new health record for the specified destination.

## Request body

- object — The destination health record to create.
  - `destinationId` integer, required — The ID of the related destination.
  - `destinationType` 'XDS_PRO' | 'FTP' | 'ICECAST' | 'CODEC' | 'CD_EDGE', required — The type of the related destination.
  - `healthy` boolean, required — Whether or not the destination is reporting to be healthy
  - `message` string, required — Description of device health
  - `details` string, required — Destination type specific details. Details pending.
  - `reportedDate` string, date-time, required — The time this health information was reported

## Response `201`

The created destination health record

- DestinationHealthResource — The destination health record to create.
  - `id` integer — The ID of the created health record
  - `destinationId` integer — The ID of the related destination.
  - `destinationType` 'XDS_PRO' | 'FTP' | 'ICECAST' | 'CODEC' | 'CD_EDGE' — The type of the related destination.
  - `healthy` boolean — Whether or not the destination is reporting to be healthy
  - `message` string — Description of device health
  - `details` string — Destination type specific details. Details pending.
  - `reportedDate` string, date-time — The time this health information was reported
  - `createdDate` string, date-time — When this health record was created
  - `lastModifiedDate` string, date-time — When this health record was last modified

## Other responses

- `400` — The provided health record details are invalid.
- `401` — The current user does not have permission to report health information for this destination.
- `403` — Authorization failed, username or password not found or incorrect.
- `404` — The destination could not be found

---

[API](https://skmtc.dev/prss/apis/contentdepot.md) · [All operations](https://skmtc.dev/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prss/contentdepot/revisions/838e7ae589d8/schema)
