Amazon EC2 · Example Payload

Ec2 Openapi Describe Instances Response Example

Cloud ComputingComputeIaaSInfrastructureVirtual Machines

Ec2 Openapi Describe Instances Response Example is an example object payload from Amazon EC2, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

reservationSetnextToken

Example Payload

Raw ↑
{
  "reservationSet": [
    {
      "reservationId": "example-id-4193",
      "instancesSet": [
        "example"
      ]
    },
    {
      "reservationId": "example-id-9628",
      "instancesSet": [
        "example"
      ]
    }
  ],
  "nextToken": "example-string-value"
}