Config Delivery API

Service: configdelivery.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://configdelivery.googleapis.com

REST Resource: v1alpha.projects.locations

Methods
get GET /v1alpha/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1alpha/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1alpha.projects.locations.fleetPackages

Methods
create POST /v1alpha/{parent=projects/*/locations/*}/fleetPackages
Creates a new FleetPackage in a given project and location.
delete DELETE /v1alpha/{name=projects/*/locations/*/fleetPackages/*}
Deletes a single FleetPackage.
get GET /v1alpha/{name=projects/*/locations/*/fleetPackages/*}
Gets details of a single FleetPackage.
list GET /v1alpha/{parent=projects/*/locations/*}/fleetPackages
Lists FleetPackages in a given project and location.
patch PATCH /v1alpha/{fleetPackage.name=projects/*/locations/*/fleetPackages/*}
Updates the parameters of a single FleetPackage.

REST Resource: v1alpha.projects.locations.fleetPackages.rollouts

Methods
abort POST /v1alpha/{name=projects/*/locations/*/fleetPackages/*/rollouts/*}:abort
Abort a Rollout.
get GET /v1alpha/{name=projects/*/locations/*/fleetPackages/*/rollouts/*}
Gets details of a single Rollout.
list GET /v1alpha/{parent=projects/*/locations/*/fleetPackages/*}/rollouts
Lists Rollouts in a given project, location, and fleet package.
resume POST /v1alpha/{name=projects/*/locations/*/fleetPackages/*/rollouts/*}:resume
Resume a Rollout.
suspend POST /v1alpha/{name=projects/*/locations/*/fleetPackages/*/rollouts/*}:suspend
Suspend a Rollout.

REST Resource: v1alpha.projects.locations.operations

Methods
cancel POST /v1alpha/{name=projects/*/locations/*/operations/*}:cancel
Starts asynchronous cancellation on a long-running operation.
delete DELETE /v1alpha/{name=projects/*/locations/*/operations/*}
Deletes a long-running operation.
get GET /v1alpha/{name=projects/*/locations/*/operations/*}
Gets the latest state of a long-running operation.
list GET /v1alpha/{name=projects/*/locations/*}/operations
Lists operations that match the specified filter in the request.

REST Resource: v1alpha.projects.locations.resourceBundles

Methods
create POST /v1alpha/{parent=projects/*/locations/*}/resourceBundles
Creates a new ResourceBundle in a given project and location.
delete DELETE /v1alpha/{name=projects/*/locations/*/resourceBundles/*}
Deletes a single ResourceBundle.
get GET /v1alpha/{name=projects/*/locations/*/resourceBundles/*}
Gets details of a single ResourceBundle.
list GET /v1alpha/{parent=projects/*/locations/*}/resourceBundles
Lists ResourceBundles in a given project and location.
patch PATCH /v1alpha/{resourceBundle.name=projects/*/locations/*/resourceBundles/*}
Updates the parameters of a single ResourceBundle.

REST Resource: v1alpha.projects.locations.resourceBundles.releases

Methods
create POST /v1alpha/{parent=projects/*/locations/*/resourceBundles/*}/releases
Creates a new Release in a given project, location and resource bundle.
delete DELETE /v1alpha/{name=projects/*/locations/*/resourceBundles/*/releases/*}
Deletes a single Release.
get GET /v1alpha/{name=projects/*/locations/*/resourceBundles/*/releases/*}
Gets details of a single Release.
list GET /v1alpha/{parent=projects/*/locations/*/resourceBundles/*}/releases
Lists Releases in a given project and location.
patch PATCH /v1alpha/{release.name=projects/*/locations/*/resourceBundles/*/releases/*}
Updates the parameters of a single Release.