Get the container specification(s) for the specified image.
Returns the container specifications(s) for the specified image. For example, a CWL CommandlineTool can be associated with one specification for a container, a CWL Workflow can be associated with multiple specifications for containers.
Path parameters
A unique identifier of the tool, scoped to this registry, for example 123456.
An identifier of the tool version, scoped to this registry, for example v1. We recommend that versions use semantic versioning https://semver.org/spec/v2.0.0.html (For example, 1.0.0 instead of develop)
Response
The tool payload.
Example response
[
{
"checksum": [
{
"checksum": "ea2a5db69bd20a42976838790bc29294df3af02b",
"type": "sha1"
}
]
}
]Changes
Changed in 5 of the 22 revisions of this API.227
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ▲
removed the media type
text/plainfor the response with the statusresponse-media-type-removed
- ▲
removed the media type
text/plainfor the response with the statusresponse-media-type-removed
- ▲
- ○
added the optional property
/to the response with the status (media type: application/json)response-optional-property-added
- ○
added the optional property
/to the response with the status (media type: text/plain)response-optional-property-added
- ○
- ○
the endpoint scheme security
BEARERwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
the endpoint scheme security
BEARERwas removed from the APIapi-security-removed
- ○
added the media type
text/plainfor the response with the statusresponse-media-type-added
- ○
added the media type
text/plainfor the response with the statusresponse-media-type-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●