-
Notifications
You must be signed in to change notification settings - Fork 148
PKI CA List Groups REST API
ckelleyRH edited this page Jun 10, 2021
·
4 revisions
-
Path:
/ca/rest/admin/groups -
Method:
GET -
Authentication: Client certificate
-
Parameters:
-
filter: string -
start: integer -
size: integer
-
-
Input: None
-
Success code:
200
curl \
-k \
-s \
-H "Accept: application/json" \
--user caadmin:Secret.123 \
https://localhost.localdomain:8443/ca/rest/admin/groups | python -m json.tool
{
"total": 14,
"entries": [
{
"id": "Certificate Manager Agents",
"GroupID": "Certificate Manager Agents",
"Description": "Agents for Certificate Manager",
"Link": {
"rel": "self",
"href": "https://localhost.localdomain:8443/ca/rest/admin/groups/Certificate+Manager+Agents",
"type": "application/xml"
}
},
<snip>
],
"Link": []
}
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |