-
Notifications
You must be signed in to change notification settings - Fork 22
Profiler configuration
Alan Lei edited this page Oct 25, 2024
·
4 revisions
This is ISE Profiler configuration
Name | Description | Example |
---|---|---|
restBaseUrl | https://ise-host1:8910/pxgrid/ise/config/profiler | |
wsPubsubService | com.cisco.ise.pubsub | |
topic | /topic/com.cisco.ise.config.profiler |
{
}
{
"profiles": [
array of profile object
]
}
{
"sequence": integer sequence number for loss detection (since ISE 3.1),
"operation": operation type,
"profile": profile object
}
"operation" type one of the following strings:
- CREATE
- UPDATE
- DELETE
Name | Type | Description |
---|---|---|
id | String | |
name | String | |
fullName | String |
{
"profiles":[
{
"id":"fe8c7cc0-8bff-11e6-996c-525400b48521",
"name":"2Wire-Device",
"fullName":"2Wire-Device"
},
{
"id":"fed21140-8bff-11e6-996c-525400b48521",
"name":"3Com-Device",
"fullName":"3Com-Device"
}
]
}