Service DeviceProfile

HTTP Method Resource

Request

Response

Description

GET

.../tacacs_profile

N/A

TacacsProfile

Returns TACACS Profile.

PUT

.../tacacs_profile

TacacsProfile

TacacsProfile

Updates attributes of TACACS Profile.

GET

.../tacacs_profile/server

N/A

WiredElementList

Returns all TACACS Profile Servers.

POST

.../tacacs_profile/server

TacacsServer

TacacsServer

Adds a server to TACACS Profile.

GET

.../tacacs_profile/server/{TacacsServer.server_ip.octets}

N/A

TacacsServer

Returns a TACACS Profile Server with matching IP Address.

PUT

.../tacacs_profile/server/{TacacsServer.server_ip.octets}

TacacsServer

TacacsServer

Updates TACACS Server attributes with matching IP Address.

DELETE

.../tacacs_profile/server/{TacacsServer.server_ip.octets}

N/A

N/A

Removes TACACS Profile Server with matching IP Address.

Min Value of attribute ta_certificate_base64_encoded_pem is set to in TaProfile.json.

Attribute source_ip_select is added in TacacsProfile.json

Following attributes are added in TacacsServer.json:

  • opens, closes, aborts, errors
  • auth_pkts_in, auth_pkts_out, auth_pkts_timedout
  • autz_pkts_in, autz_pkts_out, autz_pkts_timedout
  • acct_pkts_in, acct_pkts_out, acct_pkts_timedout