Skip to main content
POST
Create Application

Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The URL to the Application

name
string
required

The Application name

about
string | null

A short description of the Application

app_owner

The App owner. Can only be a User for now but this might evolve. Pass ?expand[]=field_name for full object.

app_owner_uid
string | null
deprecated

DEPRECATED: Use app_owner instead. The UID of app owner.

app_owner_backup

The App owner backup. Can only be a User for now but this might evolve. Pass ?expand[]=field_name for full object.

app_owner_backup_uid
string | null
deprecated

DEPRECATED: Use app_owner_backup instead. The UID of app owner backup.

currency
string | null
discovered_at
string<date>

date formatted as ISO 8601 (e.g. "2020-12-15")

lifecycle
enum<string> | null

Empty when status is not "approved"

Available options:
active,
cost_optimization,
deprecated,
evaluating,
security_assessment
renewal_date
string<date> | null

date formatted as ISO 8601 (e.g. "2020-12-15")

status
enum<string>
default:discovered

The status of the Application

Available options:
approved,
discovered,
restricted
total_annual_cost
number | null
default:0

Application's annual cost.

Response

Application created

result
object