Nutanix tags extension section fails with 409 error "Categories specified in query has exceeded the max limit of 128"DescriptionNutanix discovery would fail if there are more than 128 categories(key/value) configured, because there is a limitation of maximum 128 to be used as API filter. The API is used in step 'Get Categories in use' part of the Nutanix Tags extension section. Reported error would be:Response body: {"api_version": "3.1","code": 409,"kind": "category","message_list": [{"message": "Categories specified in query has exceeded the max limit of 128","reason": "CATEGORIES_LIMIT_EXCEEDED"}],"state": "ERROR"}Steps to Reproduce 1. Have over 128 Nutanix categories (key/value tags) configured2. Run Nutanix discovery3. Issue reproduced: 409 response code when querying the Nutanix endpoint 'api/nutanix/v3/category/query' in the Nutanix Tags extension section (step: 'Get Categories in use')WorkaroundAttached the modified XML files for the pattern, custom operation and MID script include that solve this issue. To apply the fix: 1. unzip the attached file 2. Login into your instance 3. Switch to "Discovery and Service Mapping Patterns" scope 4. Navigate to Discovery patterns 5. Load the 3 files by right clicking on the column names and select "import XML"Related Problem: PRB1736456