|
Post by scooby on May 30, 2022 20:48:59 GMT
Hello, I by accident ran I to an issue by mistake and can not find anything in the spec on the expected behavior
Issue and PATCH array for 3 DNS servers Issue another PATCH array for 3 different DNS servers.
By accident I forgot a sleep between the two to let the first complete.
1. First try the first one returns a 204 2. Next PATCH is done an returns a 400 3. Every patch to the DNS server after this returns a 400 regardless of the amount of time amd have to do a cold reset of the BMC to recover 4.in very few cases everything under eth0 is removed or all ipv4 information and some ipv6 information is removed.
Where in the spec does it state the behavior for. PATCH to be entered while another is in progress to the Sam attributes? In some cases ipv4 address can not be pinged.
I would assume that once thus occurs never being able to Issue another PATCH until a cold bmc reset is a problem?
Inwould assume the second failure above is a very serious issue?
I would assume
|
|
|
Post by mraineri on Jun 1, 2022 13:29:26 GMT
Just to clarify what you're doing, are steps 1 and 2 performs on the same property in the same URI? If so, I would not expect a 400. Step 2 in this case would essentially write over whatever you did in step 1, and I would not expect a 400 as a result.
Are you able to provide examples of this with curl or other tools? It sounds like the service you're working with has a bug and likely needs to be fed back to the vendor for correction.
|
|