Backs up the current state of the specified Siddhi Application.
Not required
POST http://analytics.wso2.com/siddhi-apps/siddhi-apps/{appName}/backup
Not Available
Not Available
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
appName required |
The name of the Siddhi Application. |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
The state of the Siddhi Application is successfully persisted. |
SiddhiAppRevision |
404 |
The Siddhi Application specified is not found. |
ApiResponseMessageWithCode |
500 |
An unexpected error occured. |
ApiResponseMessageWithCode |
Restores the state of the specified Siddhi Application.
Not required
POST http://analytics.wso2.com/siddhi-apps/siddhi-apps/{appName}/restore
Not Available
Not Available
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
appName required |
The name of the Siddhi Application. |
String | |
Query |
revision optional |
The revision number of the backup. |
String |
HTTP Code | Description | Schema |
---|---|---|
201 |
The Siddhi Application is successfully restored. |
ApiResponseMessage |
409 |
The Siddhi Application specified is not found. |
ApiResponseMessageWithCode |
500 |
An unexpected error occured. |
ApiResponseMessageWithCode |