v1

latestOpenAPI 3.0.0Apache 2.02026-07-17392074.2 KB
terminated

Gets a specific terminated environment launched by the given owner

get/terminated/{owner}/environments/{environment}

Path parameters

ownerstring required

The username of the user whose resources that you wish to access

environmentstring required

The environment that you wish to access

Response

A manifest describing the terminated environment

manifestVersionstring required
additionalPropertiesobject

Example response

{
  "manifestVersion": "v1",
  "clientMetadata": {
    "name": "track-analysis",
    "title": "Track analysis",
    "description": "A track analysis environment"
  },
  "warehouseMetadata": {
    "owner": "lhamilton",
    "created": "2019-03-25 11:40:59 Z",
    "modified": "2019-03-25 11:41:32 Z",
    "version": "abc345d",
    "tags": [
      "default",
      "latest"
    ],
    "server": "http://example.org/warehouse/"
  },
  "dispatchMetadata": {
    "owner": "vbottas",
    "dispatcher": "com.cray.analytics.capsules.dispatcher.k8s.KubernetesDispatcher",
    "carriers": {
      "track-analyser": "com.cray.analytics.capsules.carriers.k8s.PodCarrier"
    },
    "launched": "2019-03-25 13:38:00 Z",
    "userInterfaces": [
      {
        "type": "web",
        "location": "http://some-pod.kubernetes.svc.default"
      }
    ]
  },
  "payloads": [
    {
      "name": "track-analyser",
      "id": "com.f1.analytics.tracks",
      "version": 1,
      "carriers": [
        "com.cray.analytics.capsules.carriers.k8s.PodCarrier"
      ],
      "launchParameters": {
        "mode": "interactive",
        "configuration": {
          "track": "bahrain"
        },
        "images": {
          "default": "track-analyser:latest"
        },
        "arguments": [
          "--g-force"
        ]
      },
      "resourceRequirements": {
        "instances": {
          "total": 1
        },
        "cores": {
          "total": 16
        },
        "memory": {
          "total": "128GiB"
        },
        "gpus": {
          "total": 1
        }
      }
    }
  ],
  "sharedData": [
    {
      "mountLocations": [
        "master",
        "workers"
      ],
      "name": "Environmentdata",
      "readOnly": false,
      "source": "/data/mydata",
      "target": "/var/data",
      "type": "Directory"
    }
  ]
}