Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

Get available resources

Lists resources configured in the Aspire, this endpoint need the at least the OPERATOR role to be executed.

Panel
borderColorblack
bgColor#fafafb

GET /aspire/_api/resources/:type


Path Parameters

NameTypeRequiredDescription
typestringRequired


Response

Code Block
languagejs
TODO

Status: 200

Section

Delete resource

Delete one or more connectors from Aspire, this endpoint need the OPERATOR role to be executed.

Panel
borderColorblack
bgColor#fafafb

DELETE /aspire/_api/resources/:type/:appType/deleteCustom



Path Parameters

NameTypeRequiredDescription
typestringRequired
appType



Examples

Code Block
languagejs
DELETE /aspire/_api/connectors/AAABcID5GBc



Response

Code Block
languagejs
{
  "message": "delete result response message"
}

Status: 200, 404, 406