Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

The Governance REST API is an API that is supported by WSO2 Governance RegistryThe Governance REST API uses the GET, POST, PUT, and DELETE operations of the well-defined HTTP protocol to perform CRUD operations on the governance registry. You can use any REST client to send API requests, such as Google Chrome's Advanced REST client.

At the moment REST API only supports configurable governance artifacts and has limited support for Content artifacts such as WSDL and Policy.
The Governance REST API is secured with Basic Auth access token. You can invoke the rest API with Basic Auth header as follows:
Authorization: Basic YWRtaW46YWRtaW4= where the format is Authorization: Basic {base64encoded(username:password)} 

You must send valid HTTP BasicAuth credentials when invoking the REST API as shown below.
 

See the sections below for information on sample requests and complete URI formats used when invoking the REST APIs after generating the access token:

Assets

Endpoints



  • No labels