This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
Hi,
I'm trying to add Endpoint customAttributes with ERS json with a python library i've forked and updated to 2.2
The thing is that I can't assign any customAttributes to endpoints with ERS api.
We "only" have base licensing, are customAttributes on Endpoints a plus / apex license feature?
Endpoint Scheme
{
"ERSEndPoint" : {
"id" : "id",
"name" : "name",
"description" : "description",
"mac" : "00:01:02:03:04:05",
"profileId" : "profileId",
"staticProfileAssignment" : false,
"groupId" : "groupId",
"staticGroupAssignment" : true,
"portalUser" : "portalUser",
"identityStore" : "identityStore",
"identityStoreId" : "identityStoreId",
"customAttributes" : {
"customAttributes" : {
"key1" : "value1",
"key2" : "value2"
}
}
}
}
My EndpointResponse
{
"ERSEndPoint": {
"id": "2321f660-8e47-11e7-8fb9-0242312c20cd",
"name": "AA:BB:CC:00:11:24",
"description": "test02",
"mac": "AA:BB:CC:00:11:22",
"profileId": "",
"staticProfileAssignment": false,
"groupId": "bf6bdcf0-14ed-11e5-a7a6-00505683258b",
"staticGroupAssignment": true,
"portalUser": "",
"identityStore": "",
"identityStoreId": "",
"link": {
"rel": "self",
"href": "https://10.0.0.1:9060/ers/config/endpoint/2321f660-8e47-11e7-8fb9-0242312c20cd",
"type": "application/xml"
}
}
}
Any Ideas?
--
Regards Falk
Meddelandet redigerades av: Andreas Falk Cleaned up strange formatting :)
Solved! Go to Solution.
Shouldn't be, but informed PM for follow up. I just tested in kab, but I am still running eval licenses for Base/Plus/Apex.
Shouldn't be, but informed PM for follow up. I just tested in kab, but I am still running eval licenses for Base/Plus/Apex.
Hi,
Tnx for the fast answer, I'll open a TAC case and see whats up with our env.
It's an updated environment from way back when
--
Regards Falk
Hi Andreas,
We have the same problem on Cisco ISE (base licenses).
We came from ISE 1.x and are now on ISE 2.6. We defined a custom endpoint attribute, but we don't see it under the endpoint itself.
Was the issue related to base licensing or something else?
Many thanks.
Regards,
Kris
Hello,
does anyone have a solution to this problem? We also added a custom attribute, but we also cannot add it to the endpoint, it just says "No data found. Add custom attributes here."
Running on ISE 2.4.0.357
regards,
Philipp