Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

All the requests and responses are in JSON format.

listAllAppsGUID

URI/applications/
HTTPGET 

Fetch details of Application

URIapplications/{applicationGUID}/{applicationVersion}
HTTPGET

launchEStudioApps

URI/applications/{applicationGUID}/{applicationVersion}/
HTTPPOST
Code Block
titleSample JSON
{
"action":"START"
} 

stopEStudioApps

URI/applications/{applicationGUID}/{applicationVersion}/
HTTPPOST
Code Block
titleSample JSON
{
"action":"STOP"
}

stopAllEStudioServices

URI/applications/{applicationGUID}/{applicationVersion}/services/
HTTPPOST
Code Block
titleSample JSON
{
"action":"STOP"}

startAllEStudioServices

URI/applications/{applicationGUID}/{applicationVersion}/services
HTTPPOST
Code Block
titleSample JSON
{
"action":"START"}

stopEStudioServices

URI/applications/{applicationGUID}/{applicationVersion}/services/{serviceName}/
HTTPPOST
Code Block
titleSample JSON
{
"action":"STOP"}

startEStudioServices

URI/applications/{applicationGUID}/{applicationVersion}/services/{serviceName}/
HTTPPOST
Code Block
titleSample JSON
{
"action":"START"}

syncEStudioApps

URI/applications/{applicationGUID}/{applicationVersion}/ 
HTTPPOST
Code Block
titleSample JSON
{
"action":"SYNCHRONIZE"}

start all eStudio Apps of

URI/applications
HTTPPOST
Code Block
titleSample JSON
{
"action": "start"
} 

stop all eStudio Apps of

URI/applications
HTTPPOST
Code Block
titleSample JSON
{
"action": "stop"
} 

exportEStudioApps

URI/applications/export/{applicationGUID}/{applicationVersion}/
HTTPPOST
Code Block
titleSample JSON
{ 
"namedConfigList":<list of named config> 
} 

exportEStudioServices

URI/services/export/{ServiceName}/{Service Version}/
HTTPPOST
Adaptavist ThemeBuilder EngineAtlassian Confluence