You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
In a scenario where we create at the same time schema and service graph, the CustomizeDiff function that is aimed at validating connector type, it should create a call to a specific schema with /schemas/schema_id, but since it doesnt know the schema ID yet, it creates a GET call to all schemas in NDO.
It would be more optimal with huge deployments if we didnt do any call at this point.
New or Affected Resource(s) + MSO Class(es):
mso_schema_site_service_graph
MSO version
V 4.2.3k
APIC version and APIC Platform for Site level Resources
V 5.2/6.0
Potential Terraform Configuration
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key.
References
#0000
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
mso_schema_site_service_graph creates a GET API call to all schemas, if schema has not been created yet
mso_schema_site_service_graph creates a GET API call to all schemas, if schema has not been created yet (DCNE-215)
Oct 18, 2024
Community Note
Description
In a scenario where we create at the same time schema and service graph, the CustomizeDiff function that is aimed at validating connector type, it should create a call to a specific schema with /schemas/schema_id, but since it doesnt know the schema ID yet, it creates a GET call to all schemas in NDO.
It would be more optimal with huge deployments if we didnt do any call at this point.
New or Affected Resource(s) + MSO Class(es):
MSO version
APIC version and APIC Platform for Site level Resources
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: