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

Zededa PrivateHelmRepositories API

APIs for managing private Helm repositories and their authentication configurations

Zededa PrivateHelmRepositories API is one of 35 APIs that Zededa publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include PrivateHelmRepositories. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 4 paths, and defines 24 schemas. It is described by OpenAPI 2.0, at version 1.0.

Requests are made against the base URL https://zedcontrol.zededa.net/api.

6 operations 4 paths 24 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0
Base URL
https://zedcontrol.zededa.net/api
Authentication
API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Zededa PrivateHelmRepositories API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (BearerToken). By default, every request must be authenticated.

  • BearerToken — Bearer token for user session

Paths & Operations 6

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

PrivateHelmRepositories 6

APIs for managing private Helm repositories and their authentication configurations

GET
/v1/cluster/instances/kubernetes/helm/repository
List all private Helm repositories
PrivateHelmRepositories_ListPrivateRepos 1 param → 200400401403500default
POST
/v1/cluster/instances/kubernetes/helm/repository
Create a new private Helm repository
PrivateHelmRepositories_CreatePrivateRepo 2 params → 200201400401403409500default
PUT
/v1/cluster/instances/kubernetes/helm/repository/id/{id}
Update private Helm repository
PrivateHelmRepositories_UpdatePrivateRepo 3 params → 200400401403404409500default
GET
/v1/cluster/instances/kubernetes/helm/repository/id/{privateRepoId}
Get private Helm repository by ID
PrivateHelmRepositories_GetPrivateRepo 2 params → 200400401403404500default
DELETE
/v1/cluster/instances/kubernetes/helm/repository/id/{privateRepoId}
Delete private Helm repository
PrivateHelmRepositories_DeletePrivateRepo 2 params → 200400401403404409500default
GET
/v1/cluster/instances/kubernetes/helm/repository/id/{privateRepoId}/charts
Get Helm charts from private repository
PrivateHelmRepositories_GetPrivateRepoCharts 2 params → 200400401403404500default

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are ZsrvResponse (15 properties), PrivateRepoGetByIdResponse (5 properties), PrivateRepoSecretInfo (4 properties), PrivateRepoStatus (4 properties). Each schema is shown below with its type and property counts.

ZcOpsType
string
ObjectType
string
PrivateRepoAuthConfig
object
Authentication configuration for private repository access
1 property
protobufAny
object
2 properties
PrivateRepoRepositoryDetails
object
Repository configuration details for private repository
3 properties 2 required
PrivateRepoStatus
object
Current operational status of a private repository
4 properties
PrivateRepoListResponse
object
Response message for listing private repositories
2 properties
ZcOpsStatus
string
- OPSSTATUSPENDING: In rare cases, system may not start operation when it was requested. Client will be notified that operation is PENDING - OPSSTATUSONGOING:…
PrivateRepoSecretConfig
object
Secret configuration for private repository authentication
2 properties
HelmChartListResponse
object
Response containing a list of Helm charts with their metadata and versions
4 properties
PrivateRepoAuthInfo
object
Enhanced authentication information including secret details for private repository access
1 property
ZsrvError
object
3 properties
googlerpcStatus
object
3 properties
PrivateRepoMetadata
object
Metadata information for a private repository configuration
4 properties 1 required
PrivateRepoSecretInfo
object
Enhanced secret information including credentials data for private repository authentication
4 properties
SecretType
string
ZsrvResponse
object
15 properties
PrivateRepoType
string
ZsrvErrorCode
string
- zMsgErrorNone: common validation errors - IncompleteData: message had fields that weren't filled in - InvalidData: message contained the field that wasn't ex…
PrivateRepoCreateRequest
object
Request message for creating a new private repository configuration
2 properties 2 required
PrivateRepoGetByIdResponse
object
Detailed response message for private repository get by ID operation including metadata, specification, and status
5 properties
PrivateRepoSpec
object
Complete specification for a private repository configuration
2 properties 1 required
SecretData
object
Raw data for Kubernetes secrets including encoded credentials and SSH keys
4 properties
PrivateRepoSpecInfo
object
Enhanced specification information for a private repository configuration
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zededa-privatehelmrepositories-api-openapi.yml Raw ↑

Other APIs Zededa publishes across the network.

Zededa AppProfileService API
Zededa ArtifactManager API
Zededa AssetGroupService API
Zededa BulkJobOps API
Zededa CertificateEnrollmentProfileConfiguration API
Zededa CloudDiagnostics API
Zededa ClusterGroups API
Zededa ClusterStatus API
Zededa DatastoreConfiguration API
Zededa EdgeApplicationConfiguration API
Zededa EdgeApplicationInstanceConfiguration API
Zededa EdgeApplicationInstanceStatus API