HostingDomainInUseResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: HostingDomainInUseResponse

Properties

name type required default description
hostingIdentifier string yes The identifier for the hosting
responseId string yes The response id
clientRequestId string no The client request id if it was provided via the client-request-id header
status string yes The status of the request
message string yes The message

Sample JSON

{
  "responseId": "1_e431e4fff30f147debb60353833f64de7ac9d07c",
  "status": "ok",
  "message": "A hosting was found",
  "hostingIdentifier": "1_aed1f3d95b069d5cdf88ef9d70392d359847e144"
}