Interface IInfoClient
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public interface IInfoClient
Methods
GetInfoAsync(CancellationToken)
Get info
Declaration
Task<CustomerInfo> GetInfoAsync(CancellationToken cancellationToken = default)
Parameters
CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Task<CustomerInfo>
CustomerInfo |
Remarks
Get the customer specific configuration infos.
Exceptions
ApiException
A server side error occurred. |
GetStatusAsync(CancellationToken)
Get status
Declaration
Task<SystemStatus> GetStatusAsync(CancellationToken cancellationToken = default)
Parameters
CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Task<SystemStatus>
SystemStatus |
Remarks
Get the status of the system data compared to the schema model.
Exceptions
ApiException
A server side error occurred. |
GetVersionAsync(CancellationToken)
Get version
Declaration
Task<VersionInfo> GetVersionAsync(CancellationToken cancellationToken = default)
Parameters
CancellationToken
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Returns
Task<VersionInfo>
VersionInfo |
Remarks
Get the version information of the deployed application.
Exceptions
ApiException
A server side error occurred. |