Develop > Application Programming Interface > Legacy APIs > Lifecycle engine API > Get details for a lifecycle execution record

Get details for a lifecycle execution record

Details

URI /lifecycleengine/<lifecycle_action_id>
Method GET
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/90d96588360da0c701360da0f25400c2 ?userIdentifier=90s96588670da0c701360da0f1d540a1

The following XML was returned in the response:


<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<LifecycleExecutionRecord> 
    <callbackPending>false</callbackPending> 
    <executionState> 
        <id>90d96588360da0c701360da0f25400c2</id> 
        <objectId>90d96588360da0c701360da0f25400c2</objectId> 
        <isCriticalSystemObject>true</isCriticalSystemObject> 
        <name>READY</name> 
        <disabled>false</disabled> 
        <categoryType> 
            <id>90d96588360da0c701360da0f25200c1</id> 
            <objectId>90d96588360da0c701360da0f25200c1</objectId> 
            <isCriticalSystemObject>true</isCriticalSystemObject> 
            <name>LIFECYCLE_EXECUTION_STATE</name> 
            <extensible>false</extensible> 
        </categoryType> 
    </executionState> 
    <reverse>false</reverse> 
    <serviceInstance> 
        <id>90d96588372d758101372d75aeb90087</id> 
        <objectId>90d96588372d758101372d75aeb90087</objectId> 
        <isCriticalSystemObject>false</isCriticalSystemObject> 
        <disabled>false</disabled> 
    </serviceInstance> 
    <targetState> 
        <id>90d96588360da0c701360da0f23700bb</id> 
        <objectId>90d96588360da0c701360da0f23700bb</objectId> 
        <isCriticalSystemObject>true</isCriticalSystemObject> 
        <name>DEPLOYED</name> 
        <disabled>false</disabled> 
        <categoryType> 
            <id>90d96588360da0c701360da0f21300ae</id> 
            <objectId>90d96588360da0c701360da0f21300ae</objectId> 
            <isCriticalSystemObject>true</isCriticalSystemObject> 
            <name>LIFECYCLE_STATE</name> 
            <extensible>false</extensible> 
        </categoryType> 
    </targetState> 
</LifecycleExecutionRecord>