mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
[GH-ISSUE #1344] [integration API] resource creation is broken #18954
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Esa-mimbias on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1344
Hi
since 1.9.0, I can no longer create resources with IP, neither using curl no the api/docs UI
when PUTing to
https://<pangolin API url>/v1/org/<orgName>/site/<siteID>/resourcereturn is :
{"data":null,"success":false,"error":true,"message":"Validation error: Unrecognized key(s) in object: 'siteId'","status":400,"stack":null}
using the WebUI gives same result:
I also tried to create a resource with with
put_org__orgId__resourcebut getting a 404Any clue ?
@oschwartz10612 commented on GitHub (Aug 25, 2025):
Sorry for this. This is because of the new changes where the targets
have sites and not the resources. I think it was missing in the
integration API. Working on a fix now.