sidebar | permalink | keywords | summary |
---|---|---|---|
sidebar |
concept_api_before_browser.html |
rest api, deploy rest api, rest, access browser, before you begin |
There are several things you should be aware of before using the Deploy online documentation page. |
There are several things you should be aware of before using the Deploy online documentation page.
If you intend to issue API calls as part of performing specific deployment or administrative tasks, you should consider creating a deployment plan. These plans can be formal or informal, and generally contain your goals and the API calls to be used. Refer to Workflow processes using the Deploy REST API for more information.
Each API call is described on the documentation page using a consistent format. The content includes implementation notes, query parameters, and HTTP status codes. In addition, you can display details about the JSON used with the API requests and responses as follows:
-
Example Value
If you click Example Value on an API call, a typical JSON structure for the call is displayed. You can modify the example as needed and use it as input for your request. -
Model
If you click Model, a complete list of the JSON parameters is displayed, with a description for each parameter.