- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: WEB-API issue
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WEB-API issue
Hi,
We have Cloud-1 Solutions on AWS.
When i want to publish changes made with API, and I send API request to /publish i have 2 issues:
If i keep it empty, then i have response:
{ "code": "generic_err_invalid_syntax", "message": "Payload is empty" }
If i put current session {"uid":"<currentsession>"} i get:
{ "code": "not_implemented", "message": "Publishing other than current session is not implemented" }
But session is inputted correctly.
Please advice what to do and how to publish changes via API.
Thank you.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's still not clear exactly how you are constructing the API call when it says "payload is empty."
Your publish API call:
- Needs to have an empty body: { }
- Should not include uid in the headers (what the "publishing other than current session not implemented" means)
See: https://sc1.checkpoint.com/documents/latest/APIs/index.html#web/publish~v1.9%20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Admin note: moved for an appropriate category.
Please specify more details: SW and API versions in use, web tool used for API calls, and some actual examples.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
i am using POSTMAN.
Just sending POST to this urls:
Login:
ALL GOOD!
Then do changes
ALL GOOD!
Then publish:
IF i keep data/body empty or POST without data/body i get this:
IP Address: 100.64.0.2
Version: R80.40
OS: Gaia Kernel Version: 3.10
Up Time: 246 days and 13 hours
> show-api-versions
current-version: "1.9"
- "1.8.1"
- "1.9"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's still not clear exactly how you are constructing the API call when it says "payload is empty."
Your publish API call:
- Needs to have an empty body: { }
- Should not include uid in the headers (what the "publishing other than current session not implemented" means)
See: https://sc1.checkpoint.com/documents/latest/APIs/index.html#web/publish~v1.9%20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Okay. found the issue. Dumb thing used
Thank you!
