Versions Compared

Key

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


...

Initiate Post Refresh Request

Include Page
REST V1 Authentication
REST V1 Authentication

Post refresh requests can be initiated through this API using the POST service.

...

...


This POST service will perform the same action found on the Post Refresh requests form off of the Environment Instance page. It will initiate a post refresh request to build and deploy any projects in order to refresh an environment to its original state after that instance has been cloned from another environment. The service will return a post refresh request json object..

Initiate Post Refresh Request

There are two implementations of GET. One will find a test instance with the given Id and return the JSON representation of the test instance. The other will find a list of test instances matching the parameters supplied to it.

Info
titleAPI URL

http://host:port/flexdeploy/rest/v1/topology/environmentinstance/{environmentId}/{instanceId}/initiatepostrefresh

...