Apis

listAPIs

get

This method is used to list all the APIs configured in the cluster.

Responses
chevron-right
200

OK

application/json
get
/apis

createAPI

post

This method is used to create or update an API instance within the cluster. If the API type is LEADER, but another LEADER is already set, the older one becomes a RUNNER type.

Body
Responses
post
/apis

deleteAPI

delete

This method is used to remove an API instance from the cluster.

Path parameters
apiIdstringRequired

Unique ID of the desired API.

Responses
delete
/apis/{apiId}

Last updated

Was this helpful?