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.
Hi Everyone, I'm trying to get some clarification on the ISE REST API. Right now, if I import an endpoint from CSV, then use the API to GET the endpoint I see the following. {
"ERSEndPoint": {
"id": "someID",
"name": "11:11:11:11...
Hello! I am trying to automate the importing of devices into ISE. The current workflow is make a csv with 3 fields from the Context Visibility => Endpoints => Import from file. The 3 fields are MAC Address | Endpoint_Policy | Identity_Group I can use...
Hello! I am studying for DevNet associate and trying out the Meraki SDK on the DevNet SandBox. I am using the provided Dashboard API Key, however when trying to perform a PUT/update it returns a 403. I tried generating a API key from dashboard myself...
Hi Greg, I am not looking to use the CSV, but replace it. You mention map them to a specific profiling policy with JSON.... where do you see this? I show above that I am assigning a profileID in my POST, however it's not showing up.
I think we're on the same page, I want to replicate what users were doing with the CSV, with a REST API. I am trying to find API endpoint/parameters to replicate the "Import File" dropdown under Context Visibility => Endpoints => Import from file. Is...
Hi Greg, Thanks for responding. I have viewed the link and the ERS SDK. The problem I am having is around creating the endpoint with API vs CSV. The two images I attached should make it clearer. I upload a file with 3 fields, and I use the rest API w...
Hi Mike, Thanks, that looks similar to the API Create call for ise/ers/config/endpoint. {
"ERSEndPoint" : {
"id" : "id",
"name" : "name",
"description" : "description",
"mac" : "00:01:02:03:04:05",
"profileId" : "profileId",
...