Pure Storage · JSON Structure

Pure1 Cloud Api Protection Group Snapshot Structure

A protection group snapshot is a collection of point-in-time consistent volume snapshots, for volumes associated with the protection group when the snapshot was taken.

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

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

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-protection-group-snapshot-structure.json",
  "name": "ProtectionGroupSnapshot",
  "description": "A protection group snapshot is a collection of point-in-time consistent volume\nsnapshots, for volumes associated with the protection group when the snapshot\nwas taken.\n",
  "allOf": [
    {
      "description": "A built-in resource. Many are singletons predefined by Purity (e.g., support\nsettings). Some correspond to a piece of software, like an app, or hardware,\nlike a controller. Others are created by the system in response to some event\n(e.g., alerts, audit records).\n\nTypically, a user can't create, delete or rename a built-in resource. A few\ncan be created or deleted, but not renamed because the names are meaningful\nto Purity (e.g., VIFs).\n\n",
      "allOf": [
        {
          "$ref": "#/components/schemas/_timeAware"
        },
        {
          "type": "object",
          "properties": {
            "id": {
              "description": "A non-modifiable, globally unique ID chosen by the system.",
              "type": "string",
              "readOnly": true,
              "example": "01c2889a-4124-49ff-8cbd-c33405ede123"
            },
            "name": {
              "description": "A non-modifiable, locally unique name chosen by the system.",
              "type": "string",
              "readOnly": true,
              "example": "example_name"
            }
          }
        }
      ]
    },
    {
      "type": "object",
      "properties": {
        "created": {
          "description": "Creation time in milliseconds since UNIX epoch.",
          "type": "int64",
          "example": 1502729489760
        },
        "on": {
          "description": "A reference to the array where the snapshot is stored.\n",
          "title": "FixedReferenceFqdn",
          "allOf": [
            {
              "$ref": "#/components/schemas/_fixedReferenceFqdn"
            }
          ]
        },
        "pod": {
          "description": "A reference to the pod the source protection group belongs to, if applicable.\n",
          "title": "FixedReference",
          "allOf": [
            {
              "$ref": "#/components/schemas/_fixedReference"
            }
          ]
        },
        "source": {
          "description": "A reference to the protection group that the snapshot was taken from.\n",
          "title": "FixedReference",
          "allOf": [
            {
              "$ref": "#/components/schemas/_fixedReference"
            }
          ]
        }
      }
    }
  ]
}