Field | Type | Required | Description | Example |
---|---|---|---|---|
ContentType |
string | ✔️ | HTTP response content type for this operation | |
Error |
Error | ➖ | Default error response | |
Manifest |
Manifest | ➖ | OK | { "config": { "digest": "sha256:6d1ef012b5674ad8a127ecfa9b5e6f5178d171b90ee462846974177fd9bdd39f", "mediaType": "application/vnd.docker.container.image.v1+json", "size": 1512 }, "layers": [ { "digest": "sha256:5d20c808ce198565ff70b3ed23a991dd49afac45dece63474b27ce6ed036adc6", "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", "size": 2107098 } ], "mediaType": "application/vnd.docker.distribution.manifest.v2+json", "schemaVersion": 2 } |
StatusCode |
int | ✔️ | HTTP response status code for this operation | |
RawResponse |
HttpResponseMessage | ✔️ | Raw HTTP response; suitable for custom response parsing |