initial updates to api v2.0.0:
- switch access backend to access-manager-api - change resource quota to pool based - simplify backend system - various cleanup
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
### Get ticket
|
||||
POST {{baseUrl}}/access/ticket
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
username={{username}}
|
||||
&password={{password}}
|
||||
|
||||
### Get user
|
||||
GET {{baseUrl}}/access/users/{{username}}
|
||||
|
||||
### Get group
|
||||
GET {{baseUrl}}/access/groups/{{groupname}}
|
||||
|
||||
### Get all pools
|
||||
GET {{baseUrl}}/access/pools/
|
||||
|
||||
### Get pool
|
||||
GET {{baseUrl}}/access/pools/{{poolname}}
|
||||
|
||||
### Get all pools
|
||||
GET {{baseUrl}}/cluster/nodes
|
||||
Reference in New Issue
Block a user