Search code examples
oracle-databaseinstanceoracle-cloud-infrastructure

how to get all IP in VNIC [Oracle Cloud Using API]


i have a instance related with VNIC in this VNIC I have 33 IP Adress but when i use GetVnic commande GET /20160918/vnics/{vnicId} it's return only one Adress IP , how i can to return all the ips ?


Solution

  • Please take a look at this script as an example on how you can do this.