List all application names in the virtual host.
200 Ok
The request has succeeded
Body
404 Not Found
The given vhost name could not be found.
Body
POST /v1/vhosts/{vhost}/apps
Body
Configure applications to be created in Json array format.
200 Ok
The request has succeeded
Body
It responds with Json array for each request.
207 Multi-Status
There might be a mixture of responses.
Body
It responds with Json array for each request.
400 Bad Request
Invalid request. Body is not a Json array or does not have a required value
404 Not Found
The given vhost name could not be found.
Body
409 Conflict
An application name already exists
200 Ok
The request has succeeded
Body
404 Not Found
The given vhost name or application name could not be found.
Body
Modify application settings. If this request succeeds, the Application will be restarted.
PATCH /v1/vhosts/{vhost}/apps/{app}
Body
Write the value you want to modify. However, name and outputProfiles cannot be modified.
200 Ok
The request has succeeded
Body
404 Not Found
The given vhost name or application name could not be found.
Body
200 Ok
The request has succeeded
Body
404 Not Found
The given vhost name or application name could not be found.
Body
500 Internal Server Error
The request failed due to an error on the server. Check the server log for the reason of the error.
Body