Application
Get Application List
List all application names in the virtual host.
Request
Responses
200 Ok
The request has succeeded
Header
Content-Type: application/jsonBody
{
"statusCode": 200,
"message": "OK",
"response": [
"app",
"app2",
"app3"
]
}
# statusCode
Same as HTTP Status Code
# message
A human-readable description of the response code
# response
Json array containing a list of application namesCreate Application
Create application in the virtual host
Request
Responses
Get Application Information
Request
Responses
Patch Application Information
Modify application settings. If this request succeeds, the Application will be restarted.
Request
Responses
Delete Application
Request
Responses
Last updated
Was this helpful?