Pure Storage · JSON Structure

Pure1 Cloud Api Support Contract Structure

SupportContract schema from Pure1 Public REST API

Type: object Properties: 3
StorageData StorageFlash StorageEnterprise StorageCloud StorageObject StorageFile StorageBlock StorageKubernetes StorageInfrastructure

SupportContract is a JSON Structure definition published by Pure Storage, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

end_date resource start_date

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/pure-storage/refs/heads/main/json-structure/pure1-cloud-api-support-contract-structure.json",
  "name": "SupportContract",
  "description": "SupportContract schema from Pure1 Public REST API",
  "type": "object",
  "properties": {
    "end_date": {
      "description": "Date when the support contract ended.\nRepresented as a timestamp of 00:00 on that date in UTC, in milliseconds since UNIX epoch.\n",
      "type": "int64",
      "example": 1582502400000
    },
    "resource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/_fixedReference"
        },
        {
          "type": "object",
          "properties": {
            "fqdn": {
              "description": "The fully qualified domain name of the appliance when `resource_type` is `arrays`,\n`null` otherwise.\n",
              "type": "string",
              "readOnly": true,
              "example": "example_name.dc1.example.com"
            }
          }
        }
      ]
    },
    "start_date": {
      "description": "Date when the support contract started.\nRepresented as a timestamp of 00:00 on that date in UTC, in milliseconds since UNIX epoch.\n",
      "type": "int64",
      "example": 1550966400000
    }
  }
}