{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations DevOpsSecretsVaultSync API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DevOpsSecretsVaultSync", "type": "folder" }, "items": [ { "info": { "name": "Information about secrets syncing.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/devops-secrets-vault/sync/status", "params": [ { "name": "filter.includeInactive", "value": "", "type": "query", "description": "If inactive sync maps should be returned." }, { "name": "filter.secretId", "value": "", "type": "query", "description": "Search by the secret being synced." }, { "name": "filter.tenantId", "value": "", "type": "query", "description": "Search by the tenant being pushed to." }, { "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": "Get which tenants the secrets are syncing to, the current status of the sync, and the last sync time." }, { "info": { "name": "Information about secret syncing.", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/devops-secrets-vault/sync/status/:syncMapId", "params": [ { "name": "syncMapId", "value": "", "type": "path", "description": "syncMapId" } ] }, "docs": "Get which tenants a secret is syncing to, the current status of the sync, and the last sync time." }, { "info": { "name": "Create a DevOps sync for a secret.", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/devops-secrets-vault/add-sync", "body": { "type": "json", "data": "{}" } }, "docs": "Create a sync between a secret and a DevOps Secrets Vault tenant." }, { "info": { "name": "Sync a secret.", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/devops-secrets-vault/sync", "body": { "type": "json", "data": "{}" } }, "docs": "Sync a secret to a DevOps Secrets Vault tenant." }, { "info": { "name": "Update a secret sync.", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/devops-secrets-vault/sync/:syncSecretMapId", "params": [ { "name": "syncSecretMapId", "value": "", "type": "path", "description": "syncSecretMapId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a sync between a secret and a DevOps Secrets Vault tenant." } ] } ], "bundled": true }