POST
/
v2
/
integrations
/
ise
Connect a Cisco ISE integration
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/integrations/ise \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ersPassword": "<string>",
  "ersUsername": "<string>",
  "gracePeriodMinutes": 123,
  "hostname": "<string>",
  "port": 123,
  "postureAttributeName": "<string>",
  "providerSlug": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Body

application/json

ISE connection payload

ersPassword
string
ersUsername
string
gracePeriodMinutes
integer
hostname
string
port
integer
postureAttributeName
string
providerSlug
string

Response

Created

The response is of type object.