Policy > Infra > Certificates > Certificates

Returns information about all the CA bundles

Returns information about all the bundles of trusted CA certificates.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/cabundles
Request Headers:
n/a
Query Parameters:
ListCertParameter+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/cabundles

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
CaBundleListResult+

Example Response:

{ "result_count": 2, "results": [ { "_create_time": 0, "_create_user": "unknown", "_last_modified_time": 0, "_last_modified_user": "unknown", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "display_name": "example-cabundle-id", "earliest_not_after": 1688688782000, "id": "example-cabundle-id", "marked_for_delete": false, "not_after_list": [1688688782000, ...], "overridden": false, "parent_path": "/infra", "path": "/infra/cabundles/example-cabundle-id", "relative_path": "example-cabundle-id", "resource_type": "CaBundle", "unique_id": "b829537a-fcdb-4349-b5e1-53fb40f69a8c" }, { "_create_time": 1611941474997, "_create_user": "unknown", "_last_modified_time": 1611941474997, "_last_modified_user": "unknown", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": true, "display_name": "default_trusted_public_ca_bundle", "earliest_not_after": 1616006013000, "id": "default_trusted_public_ca_bundle", "marked_for_delete": false, "not_after_list": [2289338164000, ...], "overridden": false, "parent_path": "/infra", "path": "/infra/cabundles/default_trusted_public_ca_bundle", "relative_path": "default_trusted_public_ca_bundle", "resource_type": "CaBundle", "unique_id": "293185d4-07e5-4a5e-b7b8-bd3a86fa270e"}], } ] }

Required Permissions:

read

Feature:

policy_certificate

Additional Errors: