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 authorization record for the specified agent running in the VOLTTRON platform.
The following boolean query parameters are 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 authorization record for the specified agent running in the VOLTTRON platform.
The following boolean query parameters are accepted to refine the contents of the response (
True
fields will be returned, whileFalse
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 be False.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: