Applications: List of Tasks
You can perform the following tasks using the Applications resource:
Task | Task Type | URI | Description |
---|---|---|---|
Create/Update application |
PUT |
/rest/ofscMetadata/v1/applications/{label} |
The operation creates a new application with configuration settings or updates the configuration settings of an existing application. |
Get application |
GET |
/rest/ofscMetadata/v1/applications/{label} |
This operation returns information about a single application entity. |
Get applications |
GET |
/rest/ofscMetadata/v1/applications |
This operation returns information about a collection of applications. |
Update applications API access |
PATCH |
/rest/ofscMetadata/v1/applications/{label}/apiAccess/{apiLabel} |
This operation updates the API configuration of an application based on the application ID specified while creating an application and the API label. For example, you can use this operation to enable Core API for a specific application. |
Get applications API access |
GET |
/rest/ofscMetadata/v1/applications/{label}/apiAccess/{apiLabel} |
This operation obtains the API configuration of an application based on the application ID specified while creating an application and the API label. |
Get Applications API Accesses |
GET |
/rest/ofscMetadata/v1/applications/{label}/apiAccess |
This operation obtains the API configuration for a collection of applications based on the application ID specified while creating an application. |