External Applications
Remove External App Runners. This action will remove the runners from its App
The unique identifier for the app
A list of runners urls
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/v1/apps/external/{appName}/runners HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"runners": [
"text"
]
}
No content
Remove External Apps. This action will remove the external app as well as all the instances of the App
The unique identifier for the app
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
An internal server error has occurred
DELETE /api/v1/environments/{name}/proxy/api/v1/apps/external/{appName} HTTP/1.1
Host:
Accept: */*
No content
Register External Apps or App Runners. This endpoint is used to register a brand new app, or to update an existing one with more Runners
name should be unique, alphanumeric set of characters
No content
The request input was invalid
Authentication error
The purchased Lenses license does not provide access to this feature
Authorisation error
The requested resource cannot be found
The supplied identifier is already being used by another resource
An internal server error has occurred
POST /api/v1/environments/{name}/proxy/api/v1/apps/external HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 252
{
"name": "text",
"metadata": {
"version": "text",
"description": "text",
"owner": "text",
"appType": "text",
"tags": [
"text"
],
"deployment": "text"
},
"input": [
{
"name": "text"
}
],
"output": [
{
"name": "text"
}
],
"runners": [
{
"url": "text",
"name": "text",
"healthCheckInterval": 1
}
]
}
No content
Last updated
Was this helpful?