Develop > API calls > Release gate APIs > List OO flow Id component properties

List OO flow Id component properties

Lists component properties for the OO flow Id. This API requires ooFlowId and providerInstanceId as parameters.

URI Method Parameters Returns
http://[host]:[port]/csa/api//codar/release-gate/gate-action/properties/ GET
  • ooFlowId

  • providerInstanceId

200 - Successful
400 - Bad request
401 - Authorization failure
404 - Not found
500 - Internal server error

Example

The following URL was sent:

https://localhost:8444/csa/api/codar/release-gate/gate-action/properties/?ooFlowId=22e2317c-20d8-4efc-b572-332f3222a801&providerInstanceId=6ba7b81c-9dad-11d1-80b4-00c04fd430c8

The following JSON was returned:

{ "@self" : "/csa/codar/release-gate/gate-action/properties", "@type" : "urn:x-hp:2012:software:cloud:data_model:ReleaseGateProperty", "id" : "22e2317c-20d8-4efc-b572-332f3222a801", "name" : "ExecuteDevelopmentTest", "path" : "/Library/Integrations/Hewlett-Packard/Cloud Service Automation/Components/HPOO/Dummy Application/1.0", "input_properties" : [ { "id" : "7817109d-b58e-40b8-ba34-17038ec90c5c", "name" : "OutputFilePath", "description" : "", "mandatory" : false }, { "id" : "a5f148fb-c6f7-491f-af26-726727201260", "name" : "LIFECYCLE_PHASE", "description" : "", "mandatory" : false } ], "output_properties" : [ { "id" : null, "name" : "Result", "description" : "", "mandatory" : false } ] }