Resource
Create a Resource
This operation creates a new inventory resource
POST
/
inventory
/
{id}
/
resource
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
the inventory identifier
Body
application/json
Unique identifier for the entity
the inventory resource name
the inventory resource type
Available options:
WEBSITE
, DATABASE
, COMPUTE
, STRIPE
, AWS_CLOUDFRONT
, CLOUDFLARE
, STATUS_PAGE
, RDS_DATABASE
Response
201 - application/json
Unique identifier for the entity
the inventory resource name
the inventory resource type
Available options:
WEBSITE
, DATABASE
, COMPUTE
, STRIPE
, AWS_CLOUDFRONT
, CLOUDFLARE
, STATUS_PAGE
, RDS_DATABASE