{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs SNIs API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "SNIs", "type": "folder" }, "items": [ { "info": { "name": "Create a new SNI", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/:workspace/snis", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SNI" }, { "info": { "name": "Get an SNI", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/:workspace/snis/:SNIIdOrName", "params": [ { "name": "SNIIdOrName", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID or name of the SNI to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Get an SNI using ID or name." }, { "info": { "name": "Upsert a SNI", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/:workspace/snis/:SNIIdOrName", "params": [ { "name": "SNIIdOrName", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID or name of the SNI to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update SNI using ID or name." }, { "info": { "name": "Delete an SNI", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/:workspace/snis/:SNIIdOrName", "params": [ { "name": "SNIIdOrName", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID or name of the SNI to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Delete an SNI" }, { "info": { "name": "List all SNIs associated with a Certificate", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/certificates/:CertificateId/snis", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "CertificateId", "value": "ddf3cdaa-3329-4961-822a-ce6dbd38eff7", "type": "path", "description": "ID of the Certificate to lookup" }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR." } ] }, "docs": "List all SNIs associated with a Certificate" }, { "info": { "name": "Create a new SNI associated with a Certificate", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/certificates/:CertificateId/snis", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "CertificateId", "value": "ddf3cdaa-3329-4961-822a-ce6dbd38eff7", "type": "path", "description": "ID of the Certificate to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SNI associated with a Certificate" }, { "info": { "name": "Get an SNI associated with a Certificate", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/certificates/:CertificateId/snis/:SNIId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "CertificateId", "value": "ddf3cdaa-3329-4961-822a-ce6dbd38eff7", "type": "path", "description": "ID of the Certificate to lookup" }, { "name": "SNIId", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID of the SNI to lookup" } ] }, "docs": "Get an SNI associated with a Certificate using ID or name." }, { "info": { "name": "Upsert an SNI associated with a Certificate", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/certificates/:CertificateId/snis/:SNIId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "CertificateId", "value": "ddf3cdaa-3329-4961-822a-ce6dbd38eff7", "type": "path", "description": "ID of the Certificate to lookup" }, { "name": "SNIId", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID of the SNI to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update an SNI associated with a Certificate using ID or name." }, { "info": { "name": "Delete a an SNI associated with a Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/certificates/:CertificateId/snis/:SNIId", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "CertificateId", "value": "ddf3cdaa-3329-4961-822a-ce6dbd38eff7", "type": "path", "description": "ID of the Certificate to lookup" }, { "name": "SNIId", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID of the SNI to lookup" } ] }, "docs": "Delete a an SNI associated with a Certificate using ID or name." }, { "info": { "name": "List all SNIs", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/snis", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "size", "value": "", "type": "query", "description": "Number of resources to be returned." }, { "name": "offset", "value": "", "type": "query", "description": "Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources" }, { "name": "tags", "value": "tag1,tag2", "type": "query", "description": "A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR." } ] }, "docs": "List all SNIs" }, { "info": { "name": "Create a new SNI", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/snis", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SNI" }, { "info": { "name": "Get an SNI", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/snis/:SNIId", "params": [ { "name": "SNIId", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID of the SNI to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "Get an SNI using ID or name." }, { "info": { "name": "Upsert a SNI", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/snis/:SNIId", "params": [ { "name": "SNIId", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID of the SNI to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update SNI using ID or name." }, { "info": { "name": "Delete an SNI", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/core-entities/snis/:SNIId", "params": [ { "name": "SNIId", "value": "64c17a1a-b7d7-4a65-a5a4-42e4a7016e7f", "type": "path", "description": "ID of the SNI to lookup" }, { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." } ] }, "docs": "Delete an SNI" } ] } ], "bundled": true }