-
Notifications
You must be signed in to change notification settings - Fork 148
SD Get Host REST API
Endi S. Dewata edited this page Apr 1, 2024
·
1 revision
-
Path:
/ca/rest/securityDomain/hosts/{id} -
Method:
GET -
Authentication: Not Required
$ curl \
-k \
-s \
https://localhost.localdomain:8443/ca/rest/securityDomain/hosts/CA%20fedora%208443 | python -m json.tool
{
"id": "CA fedora 8443",
"Hostname": "fedora",
"Port": "8080",
"SecurePort": "8443",
"SecureEEClientAuthPort": "8443",
"SecureAgentPort": "8443",
"SecureAdminPort": "8443",
"Clone": "FALSE",
"SubsystemName": "CA fedora 8443",
"DomainManager": "TRUE"
}
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |