{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory Certificates API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Certificates", "type": "folder" }, "items": [ { "info": { "name": "Validate compute cluster RKE2 certificates", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/certificates/validate_compute_cluster_certificates/", "body": { "type": "json", "data": "{}" } }, "docs": "Validates a compute cluster RKE2 certificate chain without creating any objects.\nChecks PEM format, expiration, key-pair matching, chain signature, and CA constraints.\n" }, { "info": { "name": "List certificates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/certificates/" }, "docs": "List certificates" }, { "info": { "name": "Creates certificates", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/certificates/", "body": { "type": "json", "data": "{}" } }, "docs": "Creates certificates" }, { "info": { "name": "certificates_read", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/certificates/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "certificates_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/certificates/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "certificates_delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/certificates/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }