Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Replicated externalRegistries API

The externalRegistries API from Replicated — 6 operation(s) for externalregistries.

Replicated externalRegistries API is one of 22 APIs that Replicated publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include externalRegistries. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and an API reference.

This API exposes 7 operations across 6 paths, and defines 2 schemas. It is described by OpenAPI 2.0, at version 3.0.0.

Requests are made against the base URL https://api.replicated.com/vendor/v3.

7 operations 6 paths 2 schemas 1 DELETE3 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
3.0.0
Base URL
https://api.replicated.com/vendor/v3
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Replicated externalRegistries API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key).

Paths & Operations 7

Across 6 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

externalRegistries 7
GET
/external_registries
List external registries for a team.
listExternalRegistries → 200400401403404
POST
/external_registry
Creates an external registry with the specified parameters.
createExternalRegistry 1 param → 201400401403
GET
/external_registry/iam
Get team OIDC IAM configuration for ECR.
getECRIAMConfig → 200401403
GET
/external_registry/logs
Get the logs for a specific external registry either by endpoint or slug, or both.
externalRegistryLogs 2 params → 200400401403404
PUT
/external_registry/test
Test external registry for a team.
testExternalRegistry 1 param → 200400401403404
PUT
/external_registry/{slug}
Updates an external registry with the specified parameters.
updateExternalRegistry 2 params → 200400401403404
DELETE
/external_registry/{slug}
Deletes an external registry by slug.
deleteExternalRegistry 1 param → 204400401403

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are ExternalRegistry (10 properties), ExternalRegistryLog (9 properties). Each schema is shown below with its type and property counts.

ExternalRegistryLog
object
9 properties
ExternalRegistry
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

replicated-externalregistries-api-openapi.yml Raw ↑

Other APIs Replicated publishes across the network.

Replicated apps API
Replicated channelReleases API
Replicated channels API
Replicated clusterAddons API
Replicated clusters API
Replicated cmx API
Replicated customers API
Replicated customHostnames API
Replicated enterprisePortal API
Replicated instances API
Replicated networks API
Replicated notifications API