Amazon Snow Family · JSON Structure

Amazon Snow Family List Cluster Jobs Request Structure

ListClusterJobsRequest schema from Amazon Snow Family API

Type: object Properties: 3 Required: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

ListClusterJobsRequest is a JSON Structure definition published by Amazon Snow Family, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterId MaxResults NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-list-cluster-jobs-request-structure.json",
  "name": "ListClusterJobsRequest",
  "description": "ListClusterJobsRequest schema from Amazon Snow Family API",
  "properties": {
    "ClusterId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClusterId"
        },
        {
          "description": "The 39-character ID for the cluster that you want to list, for example <code>CID123e4567-e89b-12d3-a456-426655440000</code>."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListLimit"
        },
        {
          "description": "The number of <code>JobListEntry</code> objects to return."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "HTTP requests are stateless. To identify what object comes \"next\" in the list of <code>JobListEntry</code> objects, you have the option of specifying <code>NextToken</code> as the starting point for your returned list."
        }
      ]
    }
  },
  "required": [
    "ClusterId"
  ]
}