OfferingCategory object

Example JSON representation

{
  "id": "string",
  "name": "string",
  "scope": "scalr"
}

Properties

property attributes valid values description filter option
name
string
required
filterable

The name of the Offering Category.

?name=...
id
string
read-only
filterable

Identifier of the Offering Category.

?id=...
scope
string
read-only
filterable
"scalr"
"account"
"environment"
"farm"
"farmrole"
"role"
"server"

The Scope in which this Offering Category is defined.

?scope=...