Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.63 KB

concept_api_before_browser.adoc

File metadata and controls

34 lines (24 loc) · 1.63 KB
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.

Before you access the API with a browser

There are several things you should be aware of before using the Deploy online documentation page.

Deployment plan

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.

JSON examples and parameter definitions

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.

Caution when issuing API calls

All API operations you perform using the Deploy documentation page are live operations. You should be careful not to mistakenly create, update, or delete configuration or other data.