How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Delinea Proxy API

Retrieve and update SSH and RDP proxy configurations

Delinea Proxy API is one of 102 APIs that Delinea publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Proxy. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 23 operations across 19 paths, and defines 30 schemas. It is described by OpenAPI 3.0.0, at version 11.7.2.

Requests are made against a single base URL, /SecretServer/api.

23 operations 19 paths 30 schemas 1 DELETE12 GET7 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
11.7.2
Base URL
https://your-secret-server-instance/api/v1
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Delinea Proxy API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (BearerToken). By default, every request must be authenticated.

  • BearerToken — Perform a POST request to /oauth2/token. It should include three form data parameters - username, password, and granttype.The granttype parameter should always…

Paths & Operations 23

Across 19 paths, the API surfaces 23 operations — 1 DELETE, 12 GET, 7 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Proxy 23

Retrieve and update SSH and RDP proxy configurations

DELETE
/v1/proxy/ssh/client-overrides/{clientOverrideId}
Deletes SSH Terminal client overrides
ProxyService_DeleteTerminalClientOverrides 1 param → 200400403500
PATCH
/v1/proxy/ssh/client-overrides/{clientOverrideId}
Updates SSH Terminal client overrides
ProxyService_UpdateTerminalClientOverrides 1 param body → 200400403500
GET
/v1/proxy/ssh/config
Get the SSH proxy configuration
ProxyService_GetSshProxyConfiguration → 200400403500
PATCH
/v1/proxy/ssh/config
Update the SSH proxy configuration
ProxyService_PatchSshProxyConfiguration body → 200400403500
GET
/v1/proxy/rdp/config
Get the RDP proxy configuration
ProxyService_GetRdpProxyConfiguration → 200400403500
PATCH
/v1/proxy/rdp/config
Update the RDP proxy configuration
ProxyService_PatchRdpProxyConfiguration body → 200400403500
GET
/v1/proxy/explanation
Get Proxy Explanations
ProxyService_GetExplanations → 200400403500
GET
/v1/proxy/audit
Get the Proxy Audit List
ProxyService_GetAudits 6 params → 200400403500
GET
/v1/proxy/endpoints
Get the proxy endpoints list
ProxyService_GetEndpoints → 200400403500
GET
/v1/proxy/ssh/notification
Get a notification of where the SSH proxy is running
ProxyService_GetSshEndpointNotification → 200400403500
GET
/v1/proxy/rdp/notification
Get a notification of where the RDP proxy is running
ProxyService_GetRdpEndpointNotification → 200400403500
GET
/v1/proxy/endpoints/notification
Get endpoint warnings
ProxyService_GetEndpointNotification → 200400403500
GET
/v1/proxy/ssh/clients
Get SSH Terminal clients
ProxyService_GetTerminalClients 7 params → 200400403500
GET
/v1/proxy/ssh/clienthistory
Get SSH Terminal client history
ProxyService_GetTerminalClientHistory 10 params → 200400403500
GET
/v1/proxy/ssh/client-overrides
Get SSH Terminal client overrides
ProxyService_GetTerminalClientOverrides → 200400403500
POST
/v1/proxy/ssh/client-overrides
Creates SSH Terminal client overrides
ProxyService_CreateTerminalClientOverrides body → 200400403500
GET
/v1/proxy/state
Get proxy state
ProxyService_GetProxyingState → 200400403500
PATCH
/v1/proxy/endpoints/nodes/{id}
Update a node proxy configuration
ProxyService_PatchNode 1 param body → 200400403500
PATCH
/v1/proxy/endpoints/sites/{id}
Update a site proxy configuration
ProxyService_PatchSite 1 param body → 200400403500
PATCH
/v1/proxy/endpoints/engines/{id}
Update an engine proxy configuration
ProxyService_PatchEngine 1 param body → 200400403500
PATCH
/v1/proxy/ssh/clients/{clientId}
Updates a SSH Terminal client type
ProxyService_UpdateTerminalClientType 1 param body → 200400403500
POST
/v1/proxy/ssh/generate-key
Generate SSH Host Key
ProxyService_GenerateSshHostKey body → 200400403500
POST
/v1/proxy/rdp/generate-certificate
Generate RDP server certificate
ProxyService_GenerateRdpProxyCertificate body → 200400403500

Schemas 30

The contract defines 30 schemas that model the data the API accepts and returns. The most detailed are SshProxyConfigurationViewModel (25 properties), PagingOfProxyClientSummaryAndSshProxyClientsFilterQuery (15 properties), PagingOfProxyClientHistorySummaryAndSshProxyClientHistoryFilterQuery (15 properties), PagingOfProxyAuditModel (14 properties). Each schema is shown below with its type and property counts.

Sort
object
Sort options. Multiple sort options can be provided in the query string.
3 properties 2 required
ProxyClientSummary
object
Query results
4 properties
ProxyExplanationsViewModel
object
ProxyExplanationsViewModel
5 properties
SortDirection
string
Sort direction
PagingOfProxyClientSummaryAndSshProxyClientsFilterQuery
object
Specify filtering, paging, sorting options for querying records and returning results
15 properties
Severity
string
Error severity level
ProxyClientHistorySummary
object
Query results
4 properties
InternalServerErrorResponse
object
Response object for internal server errors
4 properties 4 required
BadRequestResponse
object
Response object for invalid requests
4 properties 1 required
ProxyNodeViewModel
object
Nodes
5 properties
ProxyAuditModel
object
Query results
5 properties
ProxyClientType
string
TerminalClientType
ProxyingStateModel
object
ProxyingStateModel
1 property
DeletedModel
object
Information about an object that was deleted
3 properties
TerminalAuthenticateResult
string
AuthenticateResult
PagingOfProxyAuditModel
object
Specify paging and sorting options for querying records and returning results
14 properties
RdpProxyConfigurationViewModel
object
RdpProxyConfigurationViewModel
10 properties
RdpProxyCertificateViewModel
object
The certificate that is server when connections begin to the RDP proxy (used "Content-Type: application/json" only)
3 properties
AuthenticationFailedResponse
object
Response object for authentication failures
1 property 1 required
ProxyClientOverrideSummary
object
ProxyClientOverrideSummary
3 properties
GenerateSshHostKeyArgs
object
GenerateSshHostKeyArgs
1 property
SshProxyClientHistoryFilterQuery
object
Additional query options
5 properties
ProxyEndpointsViewModel
object
ProxyEndpointsViewModel
7 properties
SshProxyClientsFilterQuery
object
Additional query options
2 properties
ProxySiteViewModel
object
Sites
9 properties
PagingOfProxyClientHistorySummaryAndSshProxyClientHistoryFilterQuery
object
Specify filtering, paging, sorting options for querying records and returning results
15 properties
ProxyEngineViewModel
object
Engines
5 properties
DictionaryOfStringAndString
object
SshProxyExplanation
GenerateRdpCertificateArgs
object
GenerateRdpCertificateArgs
1 property
SshProxyConfigurationViewModel
object
SshProxyConfigurationViewModel
25 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

delinea-proxy-api-openapi.yml Raw ↑

Other APIs Delinea publishes across the network.

Secret Server REST API
DevOps Secrets Vault API
Delinea Platform API
Delinea Activations API
Delinea ActiveDirectory API
Delinea AdvancedConfigSettings API
Delinea ApiToken API
Delinea AppClients API
Delinea ApplicationAccounts API
Delinea ApplicationRequest API
Delinea AppState API
Delinea BulkOperations API
Where this information came from

This is an independent, third-party profile of Delinea Proxy API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.