Amazon Cloud Map · Schema

RegisterInstanceResponse

Response for registering an instance.

Cloud MapService DiscoveryMicroservicesDNS

Properties

Name Type Description
OperationId string A value that you can use to determine whether the request completed successfully.
View JSON Schema on GitHub

JSON Schema

cloud-map-register-instance-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-map/refs/heads/main/json-schema/cloud-map-register-instance-response-schema.json",
  "title": "RegisterInstanceResponse",
  "description": "Response for registering an instance.",
  "type": "object",
  "properties": {
    "OperationId": {
      "type": "string",
      "description": "A value that you can use to determine whether the request completed successfully.",
      "example": "op-abc12345"
    }
  }
}