aeontel endpoint

Manage api endpoints

Endpoint commands

aeontel endpoint list

List endpoints under an api or workspace

TypeScript
aeontel endpoint list [--api <id>] [--workspace <id>]
Shell
aeontel endpoint list

aeontel endpoint create

Create an endpoint under

TypeScript
aeontel endpoint create <api> --method <method> --path <path> --handler-type <type> --handler-id <id> [--timeout <seconds>]
Shell
aeontel endpoint create <api> --method <method> --path <path> --handler-type agent.created --handler-id wsp_...

aeontel endpoint get

Get endpoint details

TypeScript
aeontel endpoint get <id>
Shell
aeontel endpoint get id_...

aeontel endpoint update

Update an endpoint

TypeScript
aeontel endpoint update <id> [--method <method>] [--path <path>] [--handler-type <type>] [--handler-id <id>] [--timeout <seconds>] [--enabled] [--disabled]
Shell
aeontel endpoint update id_...

aeontel endpoint delete

Soft-delete an endpoint (restorable until retention expires)

TypeScript
aeontel endpoint delete <id>
Shell
aeontel endpoint delete id_...

aeontel endpoint restore

Restore a soft-deleted endpoint

TypeScript
aeontel endpoint restore <id>
Shell
aeontel endpoint restore id_...