GET https://apis.wso2.com/api/am/admin/v0.16/export/applications
This operation can be used to export the details of a particular Application as a zip file.
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
appName required |
Application Name |
String | |
Query |
appOwner required |
Owner of the Application |
String | |
Query |
withKeys optional |
Export application keys |
Boolean |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Export Successful. |
file |
400 |
Bad Request. Invalid request or validation error |
Error |
404 |
Not Found. Requested Application does not exist. |
Error |
406 |
Not Acceptable. The requested media type is not supported |
Error |
POST https://apis.wso2.com/api/am/admin/v0.16/import/applications
This operation can be used to import an Application.
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Form |
file required |
Zip archive consisting of exported Application Configuration. |
File | |
Query |
preserveOwner optional |
Preserve Original Creator of the Application |
Boolean | |
Query |
skipSubscriptions optional |
Skip importing Subscriptions of the Application |
Boolean | |
Query |
appOwner optional |
Expected Owner of the Application in the Import Environment |
String | |
Query |
skipApplicationKeys optional |
Skip importing Keys of the Application |
Boolean | |
Query |
update optional |
Update if application exists |
Boolean |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Successful response with the updated object information as entity in the body. |
ApplicationInfo |
207 |
Multi Status. Partially successful response with skipped APIs information object as entity in the body. |
APIInfoList |
400 |
Bad Request. Invalid request or validation error |
Error |
406 |
Not Acceptable. The requested media type is not supported |
Error |