-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Retrieve Job REST API
Endi S. Dewata edited this page Oct 27, 2022
·
1 revision
-
Path:
/<subsystem>/rest/jobs/<ID>
-
Method:
GET
-
Authentication: User must be a member of
Administrators
group or a job owner -
Content: None
-
Success code:
200
$ curl \ -k \ -s \ -H "Accept: application/json" \ --user caadmin:Secret.123 \ https://localhost.localdomain:8443/ca/rest/jobs/publishCerts | python -m json.tool { "id": "publishCerts", "enabled": false, "cron": "0 0 * * 2", "pluginName": "PublishCertsJob", "parameters": { "summary.emailSubject": "Certs Publishing Summary", "summary.emailTemplate": "/var/lib/pki/pki-tomcat/ca/emails/publishCerts.html", "summary.enabled": "true", "summary.itemTemplate": "/var/lib/pki/pki-tomcat/ca/emails/publishCertsItem.html", "summary.recipientEmail": "", "summary.senderEmail": "" } }
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |