"Available IP count" field on "cmdb_ci_cloud_subnet" table is not getting populated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2023 10:17 PM
Hi,
I am running cloud-based discovery on Azure cloud. We are getting the subnet details on "cmdb_ci_cloud_subnet" table. However, "available Ip count" field is not getting populated. Can someone please suggest what would be the best possible way to get "available Ip count" data?
Many Thanks,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 03:11 AM
Hi @Rahul Jain5,
The Azure Virtual Machine Instance is different from the Windows server CI. You will have the same thing when you discover VMWare and AWS. The Azure VM Instance is what is on the host and has information that the host knows such as CPU cores, Memory, and Disk space, or in the case of Azure Region, Azure VM Size and subscription information. The Windows Server CI is the Guest Operating System that is being discovered in this case Windows 2012 server and has information that the OS knows Software, TCP Connections, etc. Just like discovering a physical server. The relationship between the two is Instantiates:: Instantiated by.
Please mark Helpful / Accept Solution so that it helps others with similar questions.
Thanks & Regards
Prahlad Kumar
Tera Expert
LinkedIn - https://www.linkedin.com/in/prahlad-kumar-92a877117/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 11:02 PM
Hi @Prahlad Kumar ,
I reckon, you didn't get the question.
Though, thank you for trying to help. Appreciate it!
Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 05:19 AM
Hi @Rahul Jain5
I don't see the implementation to populate this field for Azure at all and hence is expected. You may write an extension section to fill in if required if the API response data has that info.