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.
{
"$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
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.