- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: Locked session on web api call
- 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
Locked session on web api call
Hi team,
Hope you are doing well.
I'm trying to use the add host method in the web api to create hosts into existing group.
I was able to run it using postman with the below body:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You also need to close the session after "publish" action, in other word, to log out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you @_Val_ .
When i try a new request i got this error:
{
"code" : "generic_error",
"message" : "Action cannot be executed on object: N-DENY-XX due to: Object 'N-DENY-XX' is locked by another session."
}
How can i bypass this error. I need to brute force close this session
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As said before, all previous sessions should be properly closed to unlock the object again. Clean your sessions, try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On sessions view it appears disconnected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @_Val_ ,
Sorry for this.
I was able to run a command to discard all web_api sessions and i tried again to add host and add to specific group but i got the same result.
This time i complete all the steps with logout method.
Response from add-host
{
"uid": "XXXXXXX",
"name": "XXXXXXX",
"type": "host",
"domain": {
"uid": "XXXXXXX",
"name": "SMC User",
"domain-type": "domain"
},
"ipv4-address": "XXXXXXX",
"interfaces": [],
"nat-settings": {
"auto-rule": false
},
"groups": [
{
"uid": "XXXXXXX",
"name": "XXXXXXX",
"type": "group",
"domain": {
"uid": "XXXXXXX",
"name": "SMC User",
"domain-type": "domain"
},
"icon": "General/group",
"color": "slate blue"
}
],
"comments": "Imported from soar API",
"color": "black",
"icon": "Objects/host",
"tags": [],
"meta-info": {
"lock": "unlocked",
"validation-state": "ok",
"last-modify-time": {
"posix": 1663687538594,
"iso-8601": "2022-09-20T17:25+0200"
},
"last-modifier": "XXXXXXX",
"creation-time": {
"posix": 1663687538594,
"iso-8601": "2022-09-20T17:25+0200"
},
"creator": "XXXXXXX"
},
"read-only": true
}
Response from publish
"task-id": "01234567-89ab-cdef-9516-e10f427f328e"
Response from logout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is very odd and should not happen. Please open a TAC case for this, it's the fastest way.
I would also run a set of sample actions through mgmt_cli tool, to see if it has the same result.
