Develop > Application Programming Interface > Legacy APIs > Lifecycle engine API > Schedule lifecycle transition for service instance

Schedule lifecycle transition for service instance

Details

URI /lifecycleengine/execute
Method POST
Parameters

userIdentifier=<user_id>
    Required; the user ID you want to use as credentials for this API call. See Get userIdentifier for the steps required to get the userIdentifier value.

Returns 200 - Ok
401 - Not authorized
404 - Not found
500 - Server exception

Examples

Use the following URL:

https://<host>:<port>/csa/rest/lifecycleengine/execute ?userIdentifier=90s96588670da0c701360da0f1d540a1

The following XML was sent in the request:


<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<LifecycleExecutionRequest> 
    <reverse>false</reverse> 
    <serviceComponentId>90d96588372d758101372d75aebb009f</serviceComponentId> 
    <serviceInstanceId>90d96588372d758101372d75aeb90087</serviceInstanceId> 
    <targetStateName>DEPLOYED</targetStateName> 
</LifecycleExecutionRequest>