Amazon Cloud Map · JSON Structure

Cloud Map Register Instance Response Structure

Response for registering an instance.

Type: object Properties: 1
Cloud MapService DiscoveryMicroservicesDNS

RegisterInstanceResponse is a JSON Structure definition published by Amazon Cloud Map, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OperationId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-map/refs/heads/main/json-structure/cloud-map-register-instance-response-structure.json",
  "name": "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"
    }
  }
}