aristanetworks / cvprac

Other
46 stars 47 forks source link

Fix: Use status endpoint instead of config endpoint for service account resource APIs #235

Closed noredistribution closed 1 year ago

noredistribution commented 1 year ago

Fixes #234

Change svc_account_get_one and svc_account_get_all to use the status endpoints instead of the config endpoints

AccountService/GetOne and AccountService/GetAll instead of AccountConfigeService/GetOne and AccountConfigService/GetAll

this will gain us two extra key values:

this change should be transparent for users who've used these functions before as the return data has the same format + those 2 k,v pairs