Skip to content

[NotificationService] Observing 409 error from /v1/regard-device-object-creation/deletion #1001

@kmohr-soprasteria

Description

@kmohr-soprasteria

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

Metadata

Metadata

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions