Introduction

Documentation for resource file AAAKeywords.

Keywords

Arguments

controller_ip auth_data

Documentation

Makes a POST REST call to the AUTH_TOKEN_API with the given auth_data and returns the response

Arguments

user
= ${USER}
password
= ${PWD}
scope
= ${SCOPE}
client_id
= ${EMPTY}
client_secret
= ${EMPTY}

Documentation

returns a string in the direct authentacation format (e.g., grant_type=password&username=admin&password=admin). It can also be passed scope, client_id and client_secret arguments for the case of client specific authorization

Arguments

user_data

Documentation

Will return user information. If no user id is passed, it will retrieve all users in DB

Arguments

controller_ip

Documentation

Will disable token based authentication. Currently, that is done with a config file change

Arguments

controller_ip

Documentation

Will enable token based authentication. Currently, that is done with a config file change

Arguments

user
= ${USER}
password
= ${PWD}
scope
= ${SCOPE}
client_id
= ${EMPTY}
client_secret
= ${EMPTY}

Documentation

Wrapper used to login to controller and retrieve an auth token. Optional argumented available for client based credentials.

Arguments

user_id
= ${EMPTY}

Documentation

Will return user information. If no user id is passed, it will retrieve all users in DB

Arguments

token

Documentation

Requests the given token be revoked via POST to ${REVOKE_TOKEN_API}

Arguments

token

Documentation

Validates the given string is in the proper "token" format

AAAKeywords

image/svg+xml