You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/SymphonyOSS.RestApiClient.Generated/OpenApi/AgentApi/Api/SystemApi.cs
+65-19Lines changed: 65 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,28 @@
14
14
// KIND, either express or implied. See the License for the
15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
+
/*
18
+
* Agent API
19
+
*
20
+
* This document refers to Symphony API calls to send and receive messages and content. They need the on-premise Agent installed to perform decryption/encryption of content. - sessionToken and keyManagerToken can be obtained by calling the authenticationAPI on the symphony back end and the key manager respectively. Refer to the methods described in authenticatorAPI.yaml. - Actions are defined to be atomic, ie will succeed in their entirety or fail and have changed nothing. - If it returns a 40X status then it will have sent no message to any stream even if a request to aome subset of the requested streams would have succeeded. - If this contract cannot be met for any reason then this is an error and the response code will be 50X. - MessageML is a markup language for messages. See reference here: https://developers.symphony.com/documentation/message_format_reference
/// Represents a collection of functions to interact with the API endpoints
29
51
/// </summary>
30
-
publicinterfaceISystemApi
52
+
publicinterfaceISystemApi:IApiAccessor
31
53
{
32
54
#region Synchronous Operations
33
55
/// <summary>
34
56
/// Checks the health of the Agent.
35
57
/// </summary>
36
58
/// <remarks>
37
-
/// Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
59
+
/// Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
38
60
/// </remarks>
39
61
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
40
62
/// <returns>V1HealthCheckResponse</returns>
@@ -44,7 +66,7 @@ public interface ISystemApi
44
66
/// Checks the health of the Agent.
45
67
/// </summary>
46
68
/// <remarks>
47
-
/// Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
69
+
/// Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
48
70
/// </remarks>
49
71
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
50
72
/// <returns>ApiResponse of V1HealthCheckResponse</returns>
@@ -55,7 +77,7 @@ public interface ISystemApi
55
77
/// Checks the health of the Agent.
56
78
/// </summary>
57
79
/// <remarks>
58
-
/// Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
80
+
/// Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
59
81
/// </remarks>
60
82
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
61
83
/// <returns>Task of V1HealthCheckResponse</returns>
@@ -65,7 +87,7 @@ public interface ISystemApi
65
87
/// Checks the health of the Agent.
66
88
/// </summary>
67
89
/// <remarks>
68
-
/// Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
90
+
/// Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
69
91
/// </remarks>
70
92
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
71
93
/// <returns>Task of ApiResponse (V1HealthCheckResponse)</returns>
@@ -76,8 +98,10 @@ public interface ISystemApi
76
98
/// <summary>
77
99
/// Represents a collection of functions to interact with the API endpoints
thrownewInvalidOperationException("Multicast delegate for ExceptionFactory is unsupported.");
179
+
}
180
+
return_exceptionFactory;
181
+
}
182
+
set{_exceptionFactory=value;}
183
+
}
184
+
141
185
/// <summary>
142
186
/// Gets the default header.
143
187
/// </summary>
@@ -161,7 +205,7 @@ public void AddDefaultHeader(string key, string value)
161
205
}
162
206
163
207
/// <summary>
164
-
/// Checks the health of the Agent. Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
208
+
/// Checks the health of the Agent. Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
165
209
/// </summary>
166
210
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
167
211
/// <returns>V1HealthCheckResponse</returns>
@@ -172,7 +216,7 @@ public V1HealthCheckResponse V1HealthCheckGet ()
172
216
}
173
217
174
218
/// <summary>
175
-
/// Checks the health of the Agent. Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
219
+
/// Checks the health of the Agent. Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
176
220
/// </summary>
177
221
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
178
222
/// <returns>ApiResponse of V1HealthCheckResponse</returns>
@@ -212,10 +256,11 @@ public ApiResponse< V1HealthCheckResponse > V1HealthCheckGetWithHttpInfo ()
localVarResponse.Headers.ToDictionary(x =>x.Name, x =>x.Value.ToString()),
@@ -224,7 +269,7 @@ public ApiResponse< V1HealthCheckResponse > V1HealthCheckGetWithHttpInfo ()
224
269
}
225
270
226
271
/// <summary>
227
-
/// Checks the health of the Agent. Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
272
+
/// Checks the health of the Agent. Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
228
273
/// </summary>
229
274
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
230
275
/// <returns>Task of V1HealthCheckResponse</returns>
@@ -236,7 +281,7 @@ public async System.Threading.Tasks.Task<V1HealthCheckResponse> V1HealthCheckGet
236
281
}
237
282
238
283
/// <summary>
239
-
/// Checks the health of the Agent. Used to validate the configuration of the agent.\nMakes a request to the HealthCheck on the Symphony cloud.\nMakes a request to the HealthCheck on the Key Manager service.\n
284
+
/// Checks the health of the Agent. Used to validate the configuration of the agent. Makes a request to the HealthCheck on the Symphony cloud. Makes a request to the HealthCheck on the Key Manager service.
240
285
/// </summary>
241
286
/// <exception cref="SymphonyOSS.RestApiClient.Generated.OpenApi.AgentApi.Client.ApiException">Thrown when fails to make API call</exception>
242
287
/// <returns>Task of ApiResponse (V1HealthCheckResponse)</returns>
@@ -276,10 +321,11 @@ public async System.Threading.Tasks.Task<ApiResponse<V1HealthCheckResponse>> V1H
0 commit comments