{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations DevOpsSecretsVaultTenant API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DevOpsSecretsVaultTenant", "type": "folder" }, "items": [ { "info": { "name": "Get DevOps Secrets Vault Tenants.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/devops-secrets-vault/tenant", "params": [ { "name": "filter.includeInactive", "value": "", "type": "query", "description": "If inactive tenants should be returned. Defaulted to false." }, { "name": "filter.nameSearch", "value": "", "type": "query", "description": "Search by tenant names." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip before taking results" }, { "name": "sortBy[0].direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "sortBy[0].name", "value": "", "type": "query", "description": "Sort field name" }, { "name": "sortBy[0].priority", "value": "", "type": "query", "description": "Priority index. Sorts with lower values are executed earlier" }, { "name": "take", "value": "", "type": "query", "description": "Maximum number of records to include in results" } ] }, "docs": "Search, filter, sort, and page DevOps Secrets Vault Tenants." }, { "info": { "name": "Save a DevOps Secrets Vault Tenant.", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/devops-secrets-vault/tenant", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an existing DevOps Secrets Vault Tenant, or creates a new one." }, { "info": { "name": "Get a DevOps Secrets Vault Tenant.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/devops-secrets-vault/tenant/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "Get the DevOps Secrets Vault Tenant with the Tenant ID provided." }, { "info": { "name": "Update a DevOps Secrets Vault Tenant.", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/devops-secrets-vault/tenant/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing DevOps Secrets Vault Tenant, or creates a new one." }, { "info": { "name": "DevOps Secrets Vault Tenant Model.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/devops-secrets-vault/tenant/stub" }, "docs": "Retrieve an empty instance of a DevOps Secrets Vault Tenant." }, { "info": { "name": "DSV Tenant Audits.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/devops-secrets-vault/tenant/audits", "params": [ { "name": "isExporting", "value": "", "type": "query", "description": "isExporting" }, { "name": "filter.searchText", "value": "", "type": "query", "description": "Search for text in the audit log." }, { "name": "filter.tenantId", "value": "", "type": "query", "description": "Optional filter by tenant id." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip before taking results" }, { "name": "sortBy[0].direction", "value": "", "type": "query", "description": "Sort direction" }, { "name": "sortBy[0].name", "value": "", "type": "query", "description": "Sort field name" }, { "name": "sortBy[0].priority", "value": "", "type": "query", "description": "Priority index. Sorts with lower values are executed earlier" }, { "name": "take", "value": "", "type": "query", "description": "Maximum number of records to include in results" } ] }, "docs": "Retrieves the changes made to your DSV Tenants." } ] } ], "bundled": true }