Custom Csrs
List Custom CSRs
client.customCsrs.list(CustomCsrListParams { account_id, zone_id, page, per_page } params?, RequestOptionsoptions?): V4PagePaginationArray<CustomCsrListResponse { id, created_at, key_type, 11 more } >
GET/{accounts_or_zones}/{account_or_zone_id}/custom_csrs
Create Custom CSR
client.customCsrs.create(CustomCsrCreateParams { common_name, country, locality, 9 more } params, RequestOptionsoptions?): CustomCsrCreateResponse { id, created_at, key_type, 11 more }
POST/{accounts_or_zones}/{account_or_zone_id}/custom_csrs
Custom CSR Details
client.customCsrs.get(stringcustomCsrId, CustomCsrGetParams { account_id, zone_id } params?, RequestOptionsoptions?): CustomCsrGetResponse { id, created_at, key_type, 11 more }
GET/{accounts_or_zones}/{account_or_zone_id}/custom_csrs/{custom_csr_id}
Delete Custom CSR
client.customCsrs.delete(stringcustomCsrId, CustomCsrDeleteParams { account_id, zone_id } params?, RequestOptionsoptions?): CustomCsrDeleteResponse { id }
DELETE/{accounts_or_zones}/{account_or_zone_id}/custom_csrs/{custom_csr_id}