This PR adds a new element SkipCablingReadinessCheck to the CreateBlueprintFromTemplateRequest struct.
When false (the default: Do Not Skip), the CreateBlueprintFromTemplate() function polls the /api/blueprints/<id>/experience/web/cabling-map API endpoint for 30 seconds or until it returns without error.
This PR adds a new element
SkipCablingReadinessCheck
to theCreateBlueprintFromTemplateRequest
struct.When
false
(the default: Do Not Skip), theCreateBlueprintFromTemplate()
function polls the/api/blueprints/<id>/experience/web/cabling-map
API endpoint for 30 seconds or until it returns without error.This works around AOS-44024.