v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426158150.9 KB

Gets information about a namespace.

post/#X-Amz-Target=Route53AutoNaming_v20170314.GetNamespace

Headers

X-Amz-Target'Route53AutoNaming_v20170314.GetNamespace' required

Request body

Idstring required

The ID of the namespace that you want to get information about.

Response

Success

Example response

{
  "Namespace": {
    "Arn": "arn:aws:servicediscovery:us-west-2:123456789012:namespace/ns-e1tpmexample0001",
    "CreateDate": "20181118T211712Z",
    "CreatorRequestId": "example-creator-request-id-0001",
    "Description": "Example.com AWS Cloud Map HTTP Namespace",
    "Id": "ns-e1tpmexample0001",
    "Name": "example-http.com",
    "Properties": {
      "DnsProperties": {},
      "HttpProperties": {
        "HttpName": "example-http.com"
      }
    },
    "Type": "HTTP"
  }
}