Lab 1I : Execute APIGateway script with Install join - github2alfred/oracle-apipcs-Lab GitHub Wiki
Run this command to join the logical gateway created at Management Portal
./APIGateway -f gateway-props.json -a join
Note:
When I have executed join command, my gateway-props.json was already having a valid “logicalGatewayId=100” which was created before I started executing APIGateway script. but somehow while joining process, APIGateway script didn’t recognized this existing logical gateway and gave option to create a new logical gateway as you can see in above snap. I clicked “y” and it has created a new gateway called “Test” and also used “publishAddress:129.156.112.XX” element value and http (8011) and https defaults ports (9022) to co-relelate Logical gateway mapping to actual gateway node.
So, now gateway node has sent request to join logical gateway and user has to approve this request from API Management Portal.
So, jump into API management portal and approve the same.