Create Application

POST https://{{API_URL}}/applications

Creates a single Application and returns the record.

Request Params

KeyDatatypeRequiredDescription
**Items to be updated in Body Tabstringapplication
object

business_units string Business units for the application

external_facing boolean Set this to true if your application is external facing.

true identifiers array of strings Array of identifiers for the application

identifiers

host_name string Name of the host where the application is deployed

name string Name of the application

notes string Any notes regarding the application

owner string Name of the application owner

priority int32 The priority of your application, on a scale of 1 (low priority) to 10 (high priority).

10 repo_url string URL to the code repository for the application

team_name string Name of the team responsible for the application

|

Request Body

{"application"=>{"name"=>"Demo app", "repo_url"=>"Demo repo URL", "host_name"=>"Demo host name", "owner"=>"Demo owner", "team_name"=>"Demo team", "business_units"=>"Demo business units", "notes"=>"Demo notes", "priority"=>10, "identifiers"=>["WA-123"]}}