
schema.ToComputingService.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airavata-gfac-hpc-monitor Show documentation
Show all versions of airavata-gfac-hpc-monitor Show documentation
The Grid related monitoring implementation
The newest version!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/ToComputingService.json",
"type": "object",
"allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
"properties": {
"NetworkInfo": {
"type": "string",
"description": "Type of network connections between the Storage and Computing services (NetworkInfo_t)"
},
"Bandwidth": {
"type": "integer",
"description": "The normal bandwidth available between the Storage and Computing services (Mb/s)"
},
"StorageAccessProtocolID": {
"type": "array",
"description": "IDs of the protocols that can be used to access the StorageService",
"items": {
"type": "string"
}
},
"ComputingServiceID": {
"type": "string",
"description": "The ID of the ComputingService"
},
"StorageServiceID": {
"type": "string",
"description": "The ID of the StorageService"
}
},
"required": ["ComputingServiceID","StorageServiceID"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy