{ "uuid": "38d47b17-970d-41c0-acaa-aa2f4ea3754e", "lastMigration": 24, "name": "Amazon Elastic Container Registry Public", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "0.0.0.0", "routes": [ { "uuid": "118c06a9-397e-4554-94f5-091bc193173e", "documentation": "
Checks the availability of one or more image layers within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
Deletes a list of specified images within a repository in a public registry. Images are specified with either an imageTag
or imageDigest
.
You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.
You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
", "method": "post", "endpoint": "#X-Amz-Target=SpencerFrontendService.BatchDeleteImage", "responses": [ { "uuid": "ff9252b1-60b6-4d1d-b92c-a26c83ff968e", "body": "{\n \"imageIds\": [\n {\n \"imageDigest\": \"\",\n \"imageTag\": \"\"\n }\n ],\n \"failures\": [\n {\n \"imageId\": {\n \"imageDigest\": \"\",\n \"imageTag\": \"\"\n },\n \"failureCode\": \"\",\n \"failureReason\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true }, { "uuid": "feb74aca-7b5c-4d5b-bbe0-20b6ec87f3ad", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false }, { "uuid": "3238d36b-6da8-4eda-b61b-6208a7188e78", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidParameterException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false }, { "uuid": "01b2d4a0-e610-44b5-a566-155d6afd0ab8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "RepositoryNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false } ], "enabled": true, "responseMode": null }, { "uuid": "761e6754-fefa-425e-a49c-9ecb8e3ab60f", "documentation": "Informs Amazon ECR that the image layer upload has completed for a specified public registry, repository name, and upload ID. You can optionally provide a sha256
digest of the image layer for data validation purposes.
When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
force
option which deletes all images on your behalf before deleting the repository.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.DeleteRepository",
"responses": [
{
"uuid": "dbdff1c0-54e8-4590-95cd-1569a4249695",
"body": "{\n \"repository\": {\n \"repositoryArn\": \"\",\n \"registryId\": \"\",\n \"repositoryName\": \"\",\n \"repositoryUri\": \"\",\n \"createdAt\": \"{{faker 'date.recent' 365}}\"\n }\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "02b2be13-6b35-470a-92ad-9674b8a4fc48",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "6e3cc03c-1ce0-4d6a-88ee-f6d4b2f783c1",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "10f8073b-70bf-4f9d-8edf-8897eff94534",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "ee2f4452-b4cb-4a17-a81a-2f09d7010047",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "RepositoryNotEmptyException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "2fb50aca-d998-47bb-bbb4-e61ad6572216",
"documentation": "Deletes the repository policy associated with the specified repository.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.DeleteRepositoryPolicy",
"responses": [
{
"uuid": "58854858-3318-4d67-9967-1ec3a5f82c5f",
"body": "{\n \"registryId\": \"\",\n \"repositoryName\": \"\",\n \"policyText\": \"\"\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "5c3540d9-a0c6-4278-9377-f11a71b2ef3a",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "1687ddbc-e43f-4674-b9f9-864049e81d6d",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "28211b3c-5a66-478a-b3bd-d2d76a8d1d55",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "f059937e-c4dd-46c3-9e80-a301a7dd1d89",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "RepositoryPolicyNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "61e276bb-d982-4e0e-ad59-963333e97913",
"documentation": "Returns the image tag details for a repository in a public registry.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.DescribeImageTags",
"responses": [
{
"uuid": "817a281f-8952-41d0-8517-81114e431c95",
"body": "{\n \"imageTagDetails\": [\n {\n \"imageTag\": \"\",\n \"createdAt\": \"{{faker 'date.recent' 365}}\",\n \"imageDetail\": {\n \"imageDigest\": \"\",\n \"imageSizeInBytes\": {{faker 'datatype.number'}},\n \"imagePushedAt\": \"{{faker 'date.recent' 365}}\",\n \"imageManifestMediaType\": \"\",\n \"artifactMediaType\": \"\"\n }\n }\n ],\n \"nextToken\": \"\"\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "882bb2a2-027f-4dd3-9cee-eed2e6e19e94",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "56bab689-89a6-4080-bff2-7864971bb175",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "7e0b8bb9-86b8-4fa8-8dea-59464fa26302",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "b1dd0dad-2bab-4919-92b1-f1fc9536f4c1",
"documentation": "Returns metadata about the images in a repository in a public registry.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images
command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.
ecr-public:GetAuthorizationToken
and sts:GetServiceBearerToken
permissions.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.GetAuthorizationToken",
"responses": [
{
"uuid": "bc5f3fcf-c048-484d-965f-b30bbd845412",
"body": "{\n \"authorizationData\": {\n \"authorizationToken\": \"\",\n \"expiresAt\": \"{{faker 'date.recent' 365}}\"\n }\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "643fd75b-3047-4f74-b3aa-56ad9a46dd11",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "52abacd9-5fff-4ca6-a0be-ec670a814620",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "98fac093-7a16-4cc1-894c-3bf4e69bf788",
"documentation": "Retrieves catalog metadata for a public registry.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.GetRegistryCatalogData",
"responses": [
{
"uuid": "56614316-4d80-41d7-b8dd-2891a91578fb",
"body": "{\n \"registryCatalogData\": {\n \"displayName\": \"\"\n }\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "360716a0-610f-42f2-87b0-cd9455742fa5",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "9deae055-aa78-41fa-8360-e83a1638917a",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "UnsupportedCommandException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "5e7968db-cb63-4922-afa8-6d432f14d0c3",
"documentation": "Retrieve catalog metadata for a repository in a public registry. This metadata is displayed publicly in the Amazon ECR Public Gallery.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.GetRepositoryCatalogData",
"responses": [
{
"uuid": "4908365f-7d7a-4fba-b747-237261370786",
"body": "{\n \"catalogData\": {\n \"description\": \"\",\n \"architectures\": [\n \"\"\n ],\n \"operatingSystems\": [\n \"\"\n ],\n \"logoUrl\": \"\",\n \"aboutText\": \"\",\n \"usageText\": \"\",\n \"marketplaceCertified\": {{faker 'datatype.boolean'}}\n }\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "a8841b5c-9d56-4ff8-aa4b-71a185ffee53",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "54cb9f84-6dee-46cc-b65c-df8f6aab978c",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "e7b04c52-e65c-4436-9388-4bba9cce7ab0",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "abc5423f-bf10-4ff4-b1f7-0cb87930e4b4",
"documentation": "Retrieves the repository policy for the specified repository.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.GetRepositoryPolicy",
"responses": [
{
"uuid": "84f36191-4891-4889-8bd9-0c6e96bdeda0",
"body": "{\n \"registryId\": \"\",\n \"repositoryName\": \"\",\n \"policyText\": \"\"\n}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "0c7de2bd-53d7-46a0-a5f3-92c7e4c32860",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "007963dd-1577-43f0-b939-a519dbe6d2e0",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "84b756dd-8fe3-4a30-b63a-7db68a41601c",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "a25d292a-8346-40f9-a19a-4ff041205c13",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "RepositoryPolicyNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "9efb9a0d-3fb5-4c83-8d80-bf151aa60e04",
"documentation": "Notifies Amazon ECR that you intend to upload an image layer.
When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
Creates or updates the image manifest and tags associated with an image.
When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags associated with the image.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.
resourceArn
. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.TagResource",
"responses": [
{
"uuid": "d5f34955-c2f4-4282-a30f-9ba1fef5beec",
"body": "{}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "12be3d03-7cd8-4a8d-b789-6a6cf6248cfd",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "8d5af556-4647-42ab-b4db-d6a2b6524065",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidTagParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "3babd8ac-af05-4a45-bcf0-17656b6449fa",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "TooManyTagsException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "11cb879b-9795-4e4d-a8b8-d531e77cd5d6",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "3951d65f-e3b8-4ab4-8084-e537ab495d4d",
"body": "\"\"",
"latency": 0,
"statusCode": 484,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "dd0d3c62-bed4-4088-8a58-ae847d8983a7",
"documentation": "Deletes specified tags from a resource.",
"method": "post",
"endpoint": "#X-Amz-Target=SpencerFrontendService.UntagResource",
"responses": [
{
"uuid": "d43ee7dd-8f72-427d-a6a5-05db3461e8ec",
"body": "{}",
"latency": 0,
"statusCode": 200,
"label": "Success",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": true
},
{
"uuid": "5c6ba4cc-1df4-4375-84f9-96cca9d0fe3b",
"body": "\"\"",
"latency": 0,
"statusCode": 480,
"label": "InvalidParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "0f06e182-08c4-41b5-8abc-ca27519b360a",
"body": "\"\"",
"latency": 0,
"statusCode": 481,
"label": "InvalidTagParameterException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "ec66c1dd-8a44-421c-a063-7bb38c727759",
"body": "\"\"",
"latency": 0,
"statusCode": 482,
"label": "TooManyTagsException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "b81cfa08-7a46-41fc-a35e-4d3e4a06d587",
"body": "\"\"",
"latency": 0,
"statusCode": 483,
"label": "RepositoryNotFoundException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
},
{
"uuid": "a6582452-fed2-497f-b83e-4569fc75040d",
"body": "\"\"",
"latency": 0,
"statusCode": 484,
"label": "ServerException",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"bodyType": "INLINE",
"filePath": "",
"databucketID": "",
"sendFileAsBody": false,
"rules": [],
"rulesOperator": "OR",
"disableTemplating": false,
"fallbackTo404": false,
"default": false
}
],
"enabled": true,
"responseMode": null
},
{
"uuid": "7b223f49-8efe-4dc5-acd7-f4a5228dcb5c",
"documentation": "Uploads an image layer part to Amazon ECR.
When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker
CLI to pull, tag, and push images.