---
title: "POST /describeDomain"
method: POST
path: "/describeDomain"
deprecated: true
---

# POST /describeDomain

`POST /describeDomain`

> **Deprecated.**

Provides information about the domain.

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `DomainName` string, required — The name of the domain.

## Response `200`

Success

- DescribeDomainResponse
  - `DomainName` string — The name of the domain.
  - `DisplayName` string — The name to display.
  - `CreatedTime` string, date-time — The time that the domain was added.
  - `DomainStatus` 'PENDING_VALIDATION' | 'ASSOCIATING' | 'ACTIVE' | 'INACTIVE' | 'DISASSOCIATING' | 'DISASSOCIATED' | 'FAILED_TO_ASSOCIATE' | 'FAILED_TO_DISASSOCIATE' — The current state for the domain.
  - `AcmCertificateArn` string — The ARN of an issued ACM certificate that is valid for the domain being associated.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/worklink.md) · [All operations](https://skmtc.net/aws/apis/worklink/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/worklink/versions/b0c00d03aaed/schema)
