POST
/
inventory
/
{id}
/
resource

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

the inventory identifier

Body

application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
name
string
required

the inventory resource name

type
enum<string>
required

the inventory resource type

Available options:
WEBSITE,
DATABASE,
COMPUTE,
STRIPE,
AWS_CLOUDFRONT,
CLOUDFLARE,
STATUS_PAGE,
RDS_DATABASE
configuration
object
required

Response

201 - application/json
id
string
required

Unique identifier for the entity

createdAt
string
required
updatedAt
string
required
name
string
required

the inventory resource name

type
enum<string>
required

the inventory resource type

Available options:
WEBSITE,
DATABASE,
COMPUTE,
STRIPE,
AWS_CLOUDFRONT,
CLOUDFLARE,
STATUS_PAGE,
RDS_DATABASE
configuration
object
required