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
In rare cases the APIC will return a 202 response if a POST request is going to take an exceedingly long time. Cobra raises a CommitError in this case because 202 != http.OK. We can't call it a success because it isn't possible to know if the POST was a success yet.
Along with the 202 the Location is set in the header and the body contains a text message about where to visit to get status.
The text was updated successfully, but these errors were encountered:
In rare cases the APIC will return a 202 response if a POST request is going to take an exceedingly long time. Cobra raises a CommitError in this case because 202 != http.OK. We can't call it a success because it isn't possible to know if the POST was a success yet.
Along with the 202 the Location is set in the header and the body contains a text message about where to visit to get status.
The text was updated successfully, but these errors were encountered: