All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.ComputingEndpoint.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/ComputingEndpoint.json",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Endpoint.json"}],
  "properties": {
    "Staging": {
      "type": "string",
      "description": "Supported file staging functionality - Staging_t",
      "enum": ["none","stagingin","staginginout","stagingout"]
    },
    "JobDescription": {
      "type": "array",
      "description": "Supported job description languages - JobDescription_t (open Enumeration)",
      "items": {
        "type": "string"
      }
    },
    "TotalJobs": {
      "type": "integer",
      "description": "The total number of Grid jobs known to the system"
    },
    "RunningJobs": {
      "type": "integer",
      "description": "The number of Grid jobs which are running in an ExecutionEnvironment"
    },
    "WaitingJobs": {
      "type": "integer",
      "description": "The number of Grid jobs which are waiting to start executing"
    },
    "StagingJobs": {
      "type": "integer",
      "description": "The number of Grid jobs staging files before or after execution"
    },
    "SuspendedJobs": {
      "type": "integer",
      "description": "The number of Grid jobs that started to execute, but are now suspended"
    },
    "PreLRMSWaitingJobs": {
      "type": "integer",
      "description": "The number of Grid jobs managed by the Grid software, but not yet passed to the LRMS"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy