generated from openBackhaul/ApplicationOwnerRepositoryTemplate
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Milestone
Description
When I call the service to create or delete an object, I end up with a 409, conflict.
I tried with another device as well, but still not working.
/v1/regard-device-object-creation:
{"notification-proxy-1-0:object-creation-notification":{"counter": 10000,"timestamp": "2024-09-17T08:21:50+01:00","object-path": "/core-model-1-4:network-control-domain=live/control-construct=513250006/forwarding-domain=VLAN-FD/fc=VLAN-123"}}
/v1/regard-device-object-deletion:
{"notification-proxy-1-0:object-deletion-notification":{"counter": 10000,"timestamp": "2024-09-17T08:21:50+01:00","object-path": "/core-model-1-4:network-control-domain=live/control-construct=513250006/forwarding-domain=VLAN-FD/fc=VLAN-123"}}
Both calls respond:
{
"code": 409,
"message": "Conflict"
}
I checked that the object is not there before I called the creation service (/core-model-1-4:network-control-domain=cache/control-construct=513250006/forwarding-domain=VLAN-FD/fc=VLAN-123):
{
"code": 404,
"message": "No elements found with UUID: 513250006+VLAN-123"
}
When I only call /core-model-1-4:network-control-domain=cache/control-construct=513250006/forwarding-domain=VLAN-FD, data is returned.
also see related issue #875
Reactions are currently unavailable