Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I was hoping we could get some assistance with a Restconf API call. We are trying to remove an IP address from our blocklist sources object group on an ASR-1001x. We have no problem adding IP's and subnets to the object group. I was thinking that ...
We have encountered a strange issue with our ASR 1001x routers. We use RESTCONF to add IP's to a blocklist object group. Recently we had to remove an IP from that blocklist. In the CLI, we do not see the IP. However, when we run a GET method usin...
We have a Cloud SMA appliance (M300V). It is running AsyncOS v14.3. I am trying to write and API query to pull back message tracking results on the following fields:
Subject
Sender
Attachment Hash
The API call I am trying to make will be for any of...
Hello,
Can someone tell me how to add an IP Subnet to a network-object using RESTCONF? I have no issues with adding an IP, but I get a 400 error when trying to add a subnet.
I am using an HTTP client to make this call. The parameters as as follows:...
Interesting. Are you saying that each time we make a change with RESTCONF, we would need to run a full commit or refresh operation? If so, do you know how to do that with RESTCONF?
I abandoned using cURL and switched to using an HTTP client in our SOAR and it now works. I am good with that. I am still having issues with the API call itself. I will ask for help with that in another conversation. Thanks everyone for you assist...
Yes that is correct. I have to go through enable when I SSH to the server. Joe was seeing failed authentications on his end in the TACACS+ logs and a 401 does correlate with failed authentication. That is why I thinking it was thought. However, i...