/
/Epinio API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10h ago · Updated 1mo ago
app-env6
appcharts4
application21
catalogservice1
configuration9
exportregistry3
gitconfig6
info1
namespace6
service13
  • getReturn all available Epinio Catalog services.
  • getReturn details of the named Epinio `CatalogService`.
  • getReturn list of names for all services whose name matches the prefix `Pattern`.
  • getReturn map from services in the `Namespace`, to the apps in the same.
  • getReturn list of services in the `Namespace`.
  • postCreate a named service of an Epinio catalog service in the `Namespace`.
  • getReturn details of the named `Service` in the `Namespace`.
  • put/namespaces/{Namespace}/services/{Service}
  • deleteDelete the named `Service` in the `Namespace`.
  • patch/namespaces/{Namespace}/services/{Service}
  • postBind the named `Service` in the `Namespace` to an App.
  • postUnbind the named `Service` in the `Namespace` from an App.
  • getReturn all the `Services` where the User has authorization.
svc-binding2
  • deleteDelete the named gitconfigs.
  • deleteDelete the named namespaces.
  • deleteDelete the named `Applications` in the `Namespace`.
  • deleteDelete the named `Configurations` in the `Namespace`.
  • deleteDelete the named `Services` in the `Namespace`.
service

Return list of names for all services whose name matches the prefix `Pattern`.

get/namespace/{Namespace}/servicesmatches/{Pattern}

Path parameters

Namespacestring required
Patternstring required

Changes