Project object

Example JSON representation

{
  "billingCode": "string",
  "costCenter": {
    "id": "string"
  },
  "description": "string",
  "id": "string",
  "leadEmail": "string",
  "name": "string",
  "scope": "scalr"
}

Properties

property attributes valid values description filter option
billingCode
string
required
create-only
filterable
?billingCode=...
costCenter
CostCenterForeignKey object
required
create-only
filterable
Pass the id of the object you are referencing in:
?costCenter=...
leadEmail
string
required
create-only
name
string
required
filterable
?name=...
id
string
read-only
filterable
?id=...
scope
string
read-only
"scalr"
"account"
"environment"
"farm"
"farmrole"
"role"
"server"
description
string
optional

Endpoints using this object