Developing API Projects
When a project is opened by clicking the icon from the API Projects screen, it lands on the Overview screen by default. This section lists the basic information of the opened project.
Sections in the API Projects help develop and manage a project.
Tab to view the project summary and its documentation. The sub-topic gives details of the project deployment.
Policies are actions that may be set to perform on a request before and after a target URL is called.
Project resources are where policies can be applied. There are 4 resources available for use: Proxy Request, Target Request, Target Response, and Proxy Response. Policies can be added to any of these four depending on implementation requirements.
This is the backend target URL that is being called. While calling the target URL, it is possible to define the method and the authentication details to be used.
Allows the interception of a message at various points of policy execution and thereby helps in analyzing/modifying the message at respective breakpoints.
Helps to trace HTTP messages sent from an application to a proxy right until a response is received by the application.
On the left navigation bar, the following details will be available from all the sections above:
Property | Description |
---|---|
<Server Group names> | The indicator next to the server group will be in a green or red color based on whether the project is deployed or undeployed on the particular server group. |
Created | Date and time of the creation of the project. |
Last Modified | Date and time of last modification of the project. |