ca response models
Generated file — do not edit by hand. Regenerate from the repo root with
CGO_ENABLED=0 go run scripts/gen-response-models-md.go.
Part of the API response model reference, which explains the Response model and Origin columns. Route inventory: routes.md. Named payload structs: payload-shapes.md.
| Method | Path | Response model | Origin |
|---|---|---|---|
POST | /api/method/shc.ca.import | MethodResponse[{provenance, tenant}] | handler |
POST | /api/method/shc.ca.provision | MethodResponse[{provenance, signer_conn, tenant}] | handler |
POST | /api/method/shc.ca.reprovision | MethodResponse[{provenance, tenant}] | handler |
GET | /api/method/shc.ca.root_cert | MethodResponse[{root_cert_pem}] | handler |
GET | /api/method/shc.ca.show | MethodResponse[map[string]string] | handler |
GET | /api/method/shc.cert.list | MethodResponse[{certs}] | handler |
shc@docs:~$