Emory University worker API

worker resource

OpenAPI Specification

emory-worker-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Girder REST API (Emory Digital Slide Archive) annotation worker API
  version: 3.2.14
  description: OpenAPI 3.0 conversion of the Girder REST API powering the Emory Digital Slide Archive (computablebrain). Converted faithfully from the live Swagger 2.0 document at https://computablebrain.emory.edu/api/v1/describe.
  license:
    name: Apache-2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.txt
servers:
- url: https://computablebrain.emory.edu/api/v1
tags:
- description: worker resource
  name: worker
paths:
  /worker/status:
    get:
      description: Return -1 if the broker is inaccessible.
      operationId: worker_getWorkerStatus_status
      responses:
        '200':
          description: Success
        '400':
          description: A parameter was invalid.
      summary: Get worker status and task information.
      tags:
      - worker
      parameters: []
components:
  securitySchemes:
    Girder-Token:
      in: header
      name: Girder-Token
      type: apiKey