You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get routes for authentication/authorization records of all agents running in the VOLTTRON platform.
Request accepts the query parameter records which will cause the response to include auth records in addition to the routes.
If records is provided, and is True, the following boolean query parameters are also accepted to refine the contents of the response (True fields will be returned, while False fields will be excluded.):
If no query paramters are provided, all will be assumed to be True. If only False query parameters are provided, others will remain True. If any True query parameter is provided, however, all others not marked as True will be assumed to be False.
Note:<auth_user_id> can take any value specified in a user_id field in an auth record on the system. For local agents, this should be the actual VIP identity. The string, however is arbitrary and may have other values for remote agents to distinguish them from local versions of the same agent.
Get routes for authentication/authorization records of all agents running in the VOLTTRON platform.
Request accepts the query parameter
records
which will cause the response to include auth records in addition to the routes.If
records
is provided, and isTrue
, the following boolean query parameters are also accepted to refine the contents of the response (True fields will be returned, while False fields will be excluded.):domain
,address
,capabilities
,roles
,groups
,mechanism
,credentials
,comments
,enabled
If no query paramters are provided, all will be assumed to be
True
. If onlyFalse
query parameters are provided, others will remainTrue
. If anyTrue
query parameter is provided, however, all others not marked asTrue
will be assumed to beFalse
.Request:
BEARER <jwt_token>
Response:
200 OK
application/json
400 Bad Request
application/json
401 Unauthorized
The text was updated successfully, but these errors were encountered: