NetApp · Schema

JobLink

Reference to an asynchronous job

CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Properties

Name Type Description
uuid string Job UUID
_links object
View JSON Schema on GitHub

JSON Schema

netapp-ontap-job-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobLink",
  "type": "object",
  "description": "Reference to an asynchronous job",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "Job UUID"
    },
    "_links": {
      "type": "object"
    }
  }
}