Apigee Registry API
Apigee Registry API
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/v1/{name}:cancel
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
/v1/{name}
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
/v1/{name}
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
/v1/{name}
Used to modify a specified spec.
/v1/{name}
Used to replace a specified artifact.
/v1/{name}/locations
Lists information about the supported locations for this service.
/v1/{name}/operations
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
/v1/{name}:deleteRevision
Deletes a revision of a spec.
/v1/{name}:getContents
Returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mime_type response field indicates the exact format returned).
/v1/{name}:listRevisions
Lists all revisions of a spec. Revisions are returned in descending order of revision creation time.
/v1/{name}:rollback
Sets the current revision to a specified prior revision. Note that this creates a new revision with a new revision ID.
/v1/{name}:tagRevision
Adds a tag to a specified revision of a spec.
/v1/{parent}/apis
Returns matching APIs.
/v1/{parent}/apis
Creates a specified API.
/v1/{parent}/artifacts
Returns matching artifacts.
/v1/{parent}/artifacts
Creates a specified artifact.
/v1/{parent}/deployments
Returns matching deployments.
/v1/{parent}/deployments
Creates a specified deployment.
/v1/{parent}/instances
Provisions instance resources for the Registry.
/v1/{parent}/specs
Returns matching specs.
/v1/{parent}/specs
Creates a specified spec.
/v1/{parent}/versions
Returns matching versions.
/v1/{parent}/versions
Creates a specified version.
/v1/{resource}:getIamPolicy
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
/v1/{resource}:setIamPolicy
Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
/v1/{resource}:testIamPermissions
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
26 endpoints auto-detected
Authentication
This API requires authentication: OAuth.
curl -X POST \
"https://apigeeregistry.googleapis.com/v1/{name}:cancel"apigeeregistry.googleapis.com · HTTPS only