Amazon API Gateway · Example Payload

Management Connection Example

API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper Portal

Management Connection Example is an example object payload from Amazon API Gateway, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ConnectedAtLastActiveAtIdentity

Example Payload

Raw ↑
{
  "ConnectedAt": "2025-03-15T14:30:00Z",
  "LastActiveAt": "2025-03-15T14:30:00Z",
  "Identity": {
    "SourceIp": "example-value",
    "UserAgent": "example-value"
  }
}