Skip to main content

List all CA certificates

GET 

/node/:hostname/certificate/ca

List all CA certificates on the target node.

Request

Path Parameters

    hostname stringrequired

    Possible values: non-empty

    Target agent hostname, reserved routing value (_any, _all), or label selector (key:value).

Responses

List of CA certificates.

Schema

    job_id uuid

    The job ID used to process this request.

    results

    object[]

    required

  • Array [

  • hostname stringrequired

    Hostname of the agent that reported this entry.

    status stringrequired

    Possible values: [ok, failed, skipped]

    The status of the operation for this host.

    certificates

    object[]

    List of CA certificates on this host.

  • Array [

  • name string

    Certificate name.

    source string

    Possible values: [system, custom]

    Where the certificate originated: "system" for distribution-provided, "custom" for user-installed.

    object string

    Object store name for the deployed content.

  • ]

  • error string

    Error message if the agent failed to retrieve certificates.

  • ]

Loading...