-
Notifications
You must be signed in to change notification settings - Fork 153
PKI CA Login REST API
ckelleyRH edited this page Jun 10, 2021
·
7 revisions
-
Method:
GET -
Path:
/ca/rest/account/login -
Authentication: Not required
-
Content: None
-
Success code:
200
curl \
-k \
-s \
-H "Accept: application/json" \
--user caadmin:Secret.123 \
https://localhost.localdomain:8443/ca/rest/account/login | python -m json.tool
{
"Attributes": {
"Attribute": []
},
"id": "caadmin",
"FullName": "caadmin",
"Email": "caadmin@example.com",
"Roles": {
"Role": [
"Administrators",
"Certificate Manager Agents",
"Enterprise CA Administrators",
"Enterprise KRA Administrators",
"Enterprise OCSP Administrators",
"Enterprise RA Administrators",
"Enterprise TKS Administrators",
"Enterprise TPS Administrators",
"Security Domain Administrators"
]
}
}
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |