Veritas InfoScale · JSON-LD Context
Veritas Infoscale Rest Api Context
JSON-LD context defining the semantic vocabulary for Veritas Infoscale Rest Api from Veritas InfoScale.
10 Classes
38 Properties
4 Namespaces
Namespaces
veritas:
https://www.veritas.com/support/en_US/doc/infoscale/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Cluster
ServiceGroup
Resource
System
DiskGroup
Volume
Disk
Snapshot
Alert
Job
Properties
| Property | Type | Container |
|---|---|---|
| clusterId | string | |
| clusterName | string | |
| name | string | |
| state | string | |
| nodeCount | integer | |
| clusterVersion | string | |
| fencingMode | string | |
| uptime | string | |
| lastModified | dateTime | |
| systemList | list | |
| currentSystem | string | |
| autoStart | boolean | |
| parallel | boolean | |
| resourceCount | integer | |
| groupType | string | |
| critical | boolean | |
| totalSize | string | |
| freeSize | string | |
| diskCount | integer | |
| volumeCount | integer | |
| layout | string | |
| size | string | |
| plexCount | integer | |
| readPolicy | string | |
| usageType | string | |
| diskGroup | string | |
| frozen | boolean | |
| cpuUsage | double | |
| memoryUsage | double | |
| platform | string | |
| architecture | string | |
| severity | string | |
| message | string | |
| source | string | |
| timestamp | dateTime | |
| acknowledged | boolean | |
| devicePath | string | |
| mediaType | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"veritas": "https://www.veritas.com/support/en_US/doc/infoscale/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Cluster": "veritas:Cluster",
"ServiceGroup": "veritas:ServiceGroup",
"Resource": "veritas:Resource",
"System": "veritas:System",
"DiskGroup": "veritas:DiskGroup",
"Volume": "veritas:Volume",
"Disk": "veritas:Disk",
"Snapshot": "veritas:Snapshot",
"Alert": "veritas:Alert",
"Job": "veritas:Job",
"clusterId": {
"@id": "dcterms:identifier",
"@type": "xsd:string"
},
"clusterName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"state": {
"@id": "veritas:state",
"@type": "xsd:string"
},
"nodeCount": {
"@id": "veritas:nodeCount",
"@type": "xsd:integer"
},
"clusterVersion": {
"@id": "schema:softwareVersion",
"@type": "xsd:string"
},
"fencingMode": {
"@id": "veritas:fencingMode",
"@type": "xsd:string"
},
"uptime": {
"@id": "veritas:uptime",
"@type": "xsd:string"
},
"lastModified": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"systemList": {
"@id": "veritas:systemList",
"@container": "@list"
},
"currentSystem": {
"@id": "veritas:currentSystem",
"@type": "xsd:string"
},
"autoStart": {
"@id": "veritas:autoStart",
"@type": "xsd:boolean"
},
"parallel": {
"@id": "veritas:parallel",
"@type": "xsd:boolean"
},
"resourceCount": {
"@id": "veritas:resourceCount",
"@type": "xsd:integer"
},
"groupType": {
"@id": "veritas:groupType",
"@type": "xsd:string"
},
"critical": {
"@id": "veritas:critical",
"@type": "xsd:boolean"
},
"totalSize": {
"@id": "veritas:totalSize",
"@type": "xsd:string"
},
"freeSize": {
"@id": "veritas:freeSize",
"@type": "xsd:string"
},
"diskCount": {
"@id": "veritas:diskCount",
"@type": "xsd:integer"
},
"volumeCount": {
"@id": "veritas:volumeCount",
"@type": "xsd:integer"
},
"layout": {
"@id": "veritas:layout",
"@type": "xsd:string"
},
"size": {
"@id": "veritas:size",
"@type": "xsd:string"
},
"plexCount": {
"@id": "veritas:plexCount",
"@type": "xsd:integer"
},
"readPolicy": {
"@id": "veritas:readPolicy",
"@type": "xsd:string"
},
"usageType": {
"@id": "veritas:usageType",
"@type": "xsd:string"
},
"diskGroup": {
"@id": "veritas:diskGroup",
"@type": "xsd:string"
},
"frozen": {
"@id": "veritas:frozen",
"@type": "xsd:boolean"
},
"cpuUsage": {
"@id": "veritas:cpuUsage",
"@type": "xsd:double"
},
"memoryUsage": {
"@id": "veritas:memoryUsage",
"@type": "xsd:double"
},
"platform": {
"@id": "schema:operatingSystem",
"@type": "xsd:string"
},
"architecture": {
"@id": "veritas:architecture",
"@type": "xsd:string"
},
"severity": {
"@id": "veritas:severity",
"@type": "xsd:string"
},
"message": {
"@id": "schema:description",
"@type": "xsd:string"
},
"source": {
"@id": "veritas:source",
"@type": "xsd:string"
},
"timestamp": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"acknowledged": {
"@id": "veritas:acknowledged",
"@type": "xsd:boolean"
},
"devicePath": {
"@id": "veritas:devicePath",
"@type": "xsd:string"
},
"mediaType": {
"@id": "veritas:mediaType",
"@type": "xsd:string"
}
}
}