
schema.ToStorageService.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/ToStorageService.json",
"type": "object",
"allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
"properties": {
"LocalPath": {
"type": "string",
"description": "The path within the ComputingService that is used to access the StorageService"
},
"RemotePath": {
"type": "string",
"description": "The path in the StorageService which is associated with the LocalPath"
},
"ComputingServiceID": {
"type": "string",
"description": "The ID of the ComputingService"
},
"StorageServiceID": {
"type": "string",
"description": "The ID of the StorageService"
}
},
"required": ["LocalPath","RemotePath","ComputingServiceID","StorageServiceID"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy