Resources

Create, edit, and configure multiple resources.

post

The /apply route will try to parse resources and upsert them into the store.

Body
resourcesobject[]Optional
Responses
202

Accepted

application/json
post
/apply

Delete multiple resources

post

/delete endpoint will try to parse resources and delete them from the store.

Bodyobject[]
object[]Optional
Responses
202

Accepted

application/json
post
/delete

List resources by kind

get
Path parameters
kindstringRequired

the kind of the resource

Responses
get
/resources/{kind}

Get a resource by kind and name

get
Path parameters
kindstringRequired

the kind of the resource

namestringRequired

the name of the resource

Responses
get
/resources/{kind}/{name}

Delete a resource by kind and name

delete
Path parameters
kindstringRequired

the kind of the resource

namestringRequired

the name of the resource

Responses
delete
/resources/{kind}/{name}

No content

Server version

get

Returns the current bindplane version of the server.

Responses
get
/version
200

OK

Get the history of a resource

get
Path parameters
kindstringRequired

the kind of the resource

namestringRequired

the name of the resource

Responses
get
/{kind}/{name}/history

Last updated

Was this helpful?