Skip to main content

List TACACS server profiles

GET 

https://api.strata.paloaltonetworks.com/config/identity/v1/tacacs-server-profiles

Retrieve a list of TACACS server profiles.

Request

Query Parameters

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

    limit number

    The maximum number of results per page

    Default value: 200
    offset number

    The offset into the list of results returned

    Default value: 0

Responses

OK

Schema
    dataobject[]
    limitnumber
    Default value: 200
    offsetnumber
    Default value: 0
    totalnumber

Authorization: http

name: scmTokentype: httpdescription: Strata Cloud Manager APIs authenticate client requests using the 
OAuth 2.0 Client Credentials flow.  Please use the `client_id`, 
`client_secret` values associated with an IAM service account along 
with a scope value of `tsg_id:XXXXXXXXXX`, where `XXXXXXXXXX` is the 
Tenant Service Group (TSG) ID.  The resulting JWT access token should 
be attached to all API calls as a `Bearer` token in the `Authorization` 
header (ex. `Authorization: Bearer tokenstring`).
scheme: bearerbearerFormat: JWT
curl -L 'https://api.strata.paloaltonetworks.com/config/identity/v1/tacacs-server-profiles' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.strata.paloaltonetworks.com/config/identity/v1
Auth
Parameters
— query
— query
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!