VMware {code} Community
KeisukeIK
Contributor
Contributor

Cannot get management endpoint on vCO

Hello,

I want to get vRA endpoint list by vCO REST API.

I did as below and suceeded, but got no response (HTTP status is 200: OK, but responded body was empty)

curl -s --insecure -H "Accept:application/json" -H "Authorization: ${VCOAUTH}" -H "Content-Type: application/json" https://<IP>:8281/vco/api/actions/7563c9c6-d865-47a4-9b04-234005c49b95/executions

--data '{"parameters":[{"description":"vCAC Host","type":"vCAC:VCACHost","name":"vCACIaaS"}]}'

${VCOAUTH} is token for vCO admin user.

vCACIaaS is vcac host display name.

7563c9c6-d865-47a4-9b04-234005c49b95 is action id of getManagementEndpointNames

vCO : 5.5.2

vCAC plugin : vCloud Automation Center 6.1.0.2073620

Can anyone help me? What did I miss?

Regards,

Keisuke

Tags (3)
Reply
0 Kudos
0 Replies