v1

latestSwagger 2.0MIT LICENSE2026-07-1799215370.0 KB
General

GetEndpointCertificate

Get a server endpoint's certificate and certificate chain if available.

post/v2/certificate

Request body

urlstring required

Endpoint url to use to connect with

alternativeUrlsstring[]

Alternative endpoint urls that can be used for accessing and validating the server

securityMode'Best' | 'Sign' | 'SignAndEncrypt' | 'None' | 'NotNone'

Specifies the security mode for OPC UA endpoint connections. Determines how messages are protected during transmission between the Publisher and OPC UA servers. Proper security mode selection is crucial for protecting sensitive data and credentials.

securityPolicystring

Security policy uri to use for communication. default to best.

certificatestring

Endpoint certificate thumbprint

Response

The operation was successful or the response payload contains relevant error information.

status'NotTimeValid' | 'Revoked' | 'NotSignatureValid' | 'NotValidForUsage' | 'UntrustedRoot' | 'RevocationStatusUnknown' | 'Cyclic' | 'InvalidExtension' | 'InvalidPolicyConstraints' | 'InvalidBasicConstraints' | 'InvalidNameConstraints' | 'HasNotSupportedNameConstraint' | 'HasNotDefinedNameConstraint' | 'HasNotPermittedNameConstraint' | 'HasExcludedNameConstraint' | 'PartialChain' | 'CtlNotTimeValid' | 'CtlNotSignatureValid' | 'CtlNotValidForUsage' | 'HasWeakSignature' | 'OfflineRevocation' | 'NoIssuanceChainPolicy' | 'ExplicitDistrust' | 'HasNotSupportedCriticalExtension'

Chain validation status if validated