integrations.sh
← all integrations

apigee.local – registry

OpenAPI apis-guru developer_tools

The Registry service allows teams to manage descriptions of APIs.

Homepage
https://api.apis.guru/v2/specs/apigee.local:registry/0.0.1.json
Provider
apigee.local:registry / registry
OpenAPI version
3.0.3
Spec (JSON)
https://api.apis.guru/v2/specs/apigee.local/registry/0.0.1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/apigee.local/registry/0.0.1/openapi.yaml

Tools (37)

Extracted live via the executor SDK.

  • registry.registryCreateApi

    CreateApi creates a specified API.

  • registry.registryCreateApiDeployment

    CreateApiDeployment creates a specified deployment.

  • registry.registryCreateApiSpec

    CreateApiSpec creates a specified spec.

  • registry.registryCreateApiVersion

    CreateApiVersion creates a specified version.

  • registry.registryCreateArtifact

    CreateArtifact creates a specified artifact.

  • registry.registryDeleteApi

    DeleteApi removes a specified API and all of the resources that it owns.

  • registry.registryDeleteApiDeployment

    DeleteApiDeployment removes a specified deployment, all revisions, and all child resources (e.g. artifacts).

  • registry.registryDeleteApiDeploymentRevision

    DeleteApiDeploymentRevision deletes a revision of a deployment.

  • registry.registryDeleteApiSpec

    DeleteApiSpec removes a specified spec, all revisions, and all child resources (e.g. artifacts).

  • registry.registryDeleteApiSpecRevision

    DeleteApiSpecRevision deletes a revision of a spec.

  • registry.registryDeleteApiVersion

    DeleteApiVersion removes a specified version and all of the resources that it owns.

  • registry.registryDeleteArtifact

    DeleteArtifact removes a specified artifact.

  • registry.registryGetApi

    GetApi returns a specified API.

  • registry.registryGetApiDeployment

    GetApiDeployment returns a specified deployment.

  • registry.registryGetApiSpec

    GetApiSpec returns a specified spec.

  • registry.registryGetApiSpecContents

    GetApiSpecContents returns the contents of a specified spec. If specs are stored with GZip compression, the default behavior is to return the spec uncompressed (the mime_type response field indicates the exact format returned).

  • registry.registryGetApiVersion

    GetApiVersion returns a specified version.

  • registry.registryGetArtifact

    GetArtifact returns a specified artifact.

  • registry.registryGetArtifactContents

    GetArtifactContents 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).

  • registry.registryListApiDeploymentRevisions

    ListApiDeploymentRevisions lists all revisions of a deployment. Revisions are returned in descending order of revision creation time.

  • registry.registryListApiDeployments

    ListApiDeployments returns matching deployments.

  • registry.registryListApis

    ListApis returns matching APIs.

  • registry.registryListApiSpecRevisions

    ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order of revision creation time.

  • registry.registryListApiSpecs

    ListApiSpecs returns matching specs.

  • registry.registryListApiVersions

    ListApiVersions returns matching versions.

  • registry.registryListArtifacts

    ListArtifacts returns matching artifacts.

  • registry.registryReplaceArtifact

    ReplaceArtifact can be used to replace a specified artifact.

  • registry.registryRollbackApiDeployment

    RollbackApiDeployment sets the current revision to a specified prior revision. Note that this creates a new revision with a new revision ID.

  • registry.registryRollbackApiSpec

    RollbackApiSpec sets the current revision to a specified prior revision. Note that this creates a new revision with a new revision ID.

  • registry.registryTagApiDeploymentRevision

    TagApiDeploymentRevision adds a tag to a specified revision of a deployment.

  • registry.registryTagApiSpecRevision

    TagApiSpecRevision adds a tag to a specified revision of a spec.

  • registry.registryUpdateApi

    UpdateApi can be used to modify a specified API.

  • registry.registryUpdateApiDeployment

    UpdateApiDeployment can be used to modify a specified deployment.

  • registry.registryUpdateApiSpec

    UpdateApiSpec can be used to modify a specified spec.

  • registry.registryUpdateApiVersion

    UpdateApiVersion can be used to modify a specified version.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools