Closed abhijeetkaurav1st closed 2 years ago
In DSL , we uses nutanix/v1/subnets/list api with filter as
nutanix/v1/subnets/list
filter_query = "(_entity_id_=={})".format( ",_entity_id_==".join(subnet_uuids) )
List API will fail, if there are more than 30 subnets failed. So DSL need to update functionality to avoid this API use in such cases.
Calm ticket for the same : https://jira.nutanix.com/browse/CALM-30050
In DSL , we uses
nutanix/v1/subnets/list
api with filter asList API will fail, if there are more than 30 subnets failed. So DSL need to update functionality to avoid this API use in such cases.