Skip to content

Commit ff4834d

Browse files
committed
WIP
1 parent 71ee215 commit ff4834d

File tree

935 files changed

+151561
-133053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

935 files changed

+151561
-133053
lines changed

docs/AgentApi.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
func main() {
37-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
37+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
3838
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
3939
requestBody := []string{"Property_example"} // []string | List of Agent Ids to Approve (optional)
4040

@@ -73,7 +73,7 @@ Name | Type | Description | Notes
7373

7474
### HTTP request headers
7575

76-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
76+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
7777
- **Accept**: Not defined
7878

7979
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -100,7 +100,7 @@ import (
100100
)
101101

102102
func main() {
103-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
103+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
104104
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
105105
requestBody := []string{"Property_example"} // []string | List of Agent Ids to Disapprove (optional)
106106

@@ -139,7 +139,7 @@ Name | Type | Description | Notes
139139

140140
### HTTP request headers
141141

142-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
142+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
143143
- **Accept**: Not defined
144144

145145
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -166,7 +166,7 @@ import (
166166
)
167167

168168
func main() {
169-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
169+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
170170
queryString := "queryString_example" // string | (optional)
171171
pageReturned := int32(56) // int32 | (optional)
172172
returnLimit := int32(56) // int32 | (optional)
@@ -243,7 +243,7 @@ import (
243243

244244
func main() {
245245
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Guid Id of the agent to schedule the job for.
246-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
246+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
247247
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
248248

249249
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -313,7 +313,7 @@ import (
313313

314314
func main() {
315315
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Agent Id to Search
316-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
316+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
317317
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
318318

319319
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -385,7 +385,7 @@ import (
385385

386386
func main() {
387387
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Guid Id of Agent to reset
388-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
388+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
389389
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
390390

391391
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -454,7 +454,7 @@ import (
454454
)
455455

456456
func main() {
457-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
457+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
458458
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
459459
requestBody := []string{"Property_example"} // []string | List of Agent Ids to Reset (optional)
460460

@@ -493,7 +493,7 @@ Name | Type | Description | Notes
493493

494494
### HTTP request headers
495495

496-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
496+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
497497
- **Accept**: Not defined
498498

499499
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -520,7 +520,7 @@ import (
520520
)
521521

522522
func main() {
523-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
523+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
524524
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
525525
keyfactorWebKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest := *openapiclient.NewKeyfactorWebKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest("Status_example") // KeyfactorWebKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest | Object containing orchestrator ids and the new status those orchestrators should have (optional)
526526

@@ -561,7 +561,7 @@ Name | Type | Description | Notes
561561

562562
### HTTP request headers
563563

564-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
564+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
565565
- **Accept**: text/plain, application/json, text/json
566566

567567
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)

docs/AgentBlueprintApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
)
3434

3535
func main() {
36-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
36+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
3737
templateId := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Agent blueprint to apply to the agents (optional)
3838
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
3939
requestBody := []string{"Property_example"} // []string | Agents to apply the blueprints to (optional)
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
7474

7575
### HTTP request headers
7676

77-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
77+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
7878
- **Accept**: Not defined
7979

8080
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -101,7 +101,7 @@ import (
101101
)
102102

103103
func main() {
104-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
104+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
105105
agentId := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Agent to generate a blueprint from (optional)
106106
name := "name_example" // string | Name of the new agent blueprint (optional)
107107
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
@@ -171,7 +171,7 @@ import (
171171
)
172172

173173
func main() {
174-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
174+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
175175
pageReturned := int32(56) // int32 | (optional)
176176
returnLimit := int32(56) // int32 | (optional)
177177
sortField := "sortField_example" // string | (optional)
@@ -246,7 +246,7 @@ import (
246246

247247
func main() {
248248
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Keyfactor agent blueprint identifier (GUID)
249-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
249+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
250250
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
251251

252252
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -316,7 +316,7 @@ import (
316316

317317
func main() {
318318
id2 := "id_example" // string |
319-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
319+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
320320
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Returns a single agent blueprint associated with the provided id (optional)
321321
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
322322

@@ -390,7 +390,7 @@ import (
390390

391391
func main() {
392392
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string |
393-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
393+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
394394
pageReturned := int32(56) // int32 | (optional)
395395
returnLimit := int32(56) // int32 | (optional)
396396
sortField := "sortField_example" // string | (optional)
@@ -470,7 +470,7 @@ import (
470470

471471
func main() {
472472
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string |
473-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
473+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
474474
pageReturned := int32(56) // int32 | (optional)
475475
returnLimit := int32(56) // int32 | (optional)
476476
sortField := "sortField_example" // string | (optional)

docs/AgentPoolApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
func main() {
35-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
35+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
3636
queryString := "queryString_example" // string | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) (optional)
3737
pageReturned := int32(56) // int32 | The current page within the result set to be returned (optional)
3838
returnLimit := int32(56) // int32 | Maximum number of records to be returned in a single call (optional)
@@ -108,7 +108,7 @@ import (
108108
)
109109

110110
func main() {
111-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
111+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
112112
queryString := "queryString_example" // string | Contents of the query (ex: field1 -eq value1 AND field2 -gt value2) (optional)
113113
pageReturned := int32(56) // int32 | The current page within the result set to be returned (optional)
114114
returnLimit := int32(56) // int32 | Maximum number of records to be returned in a single call (optional)
@@ -185,7 +185,7 @@ import (
185185

186186
func main() {
187187
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Keyfactor identifier (GUID) of the agent pool
188-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
188+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
189189
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
190190

191191
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -255,7 +255,7 @@ import (
255255

256256
func main() {
257257
id := "38400000-8cf0-11bd-b23e-10b96e4ef00d" // string | Keyfactor (GUID) identifier of the agent pool
258-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
258+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
259259
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
260260

261261
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -326,7 +326,7 @@ import (
326326
)
327327

328328
func main() {
329-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
329+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
330330
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
331331
keyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolCreationRequest := *openapiclient.NewKeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolCreationRequest("Name_example") // KeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolCreationRequest | Agent pool properties to be applied to the new pool (optional)
332332

@@ -367,7 +367,7 @@ Name | Type | Description | Notes
367367

368368
### HTTP request headers
369369

370-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
370+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
371371
- **Accept**: text/plain, application/json, text/json
372372

373373
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -394,7 +394,7 @@ import (
394394
)
395395

396396
func main() {
397-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
397+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
398398
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
399399
keyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolUpdateRequest := *openapiclient.NewKeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolUpdateRequest("AgentPoolId_example", "Name_example") // KeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolUpdateRequest | Agent pool properties to be applied to the existing pool (optional)
400400

@@ -435,7 +435,7 @@ Name | Type | Description | Notes
435435

436436
### HTTP request headers
437437

438-
- **Content-Type**: application/json-patchjson, application/json, text/json, application/*json
438+
- **Content-Type**: application/json-patch+json, application/json, text/json, application/*+json
439439
- **Accept**: text/plain, application/json, text/json
440440

441441
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)

docs/AuditLogApi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
func main() {
34-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
34+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
3535
queryString := "queryString_example" // string | (optional)
3636
pageReturned := int32(56) // int32 | (optional)
3737
returnLimit := int32(56) // int32 | (optional)
@@ -107,7 +107,7 @@ import (
107107
)
108108

109109
func main() {
110-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
110+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
111111
queryString := "queryString_example" // string | (optional)
112112
pageReturned := int32(56) // int32 | (optional)
113113
returnLimit := int32(56) // int32 | (optional)
@@ -184,7 +184,7 @@ import (
184184

185185
func main() {
186186
id := int32(56) // int32 | Keyfactor identifer of the audit entry to be returned
187-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
187+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
188188
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
189189

190190
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -256,7 +256,7 @@ import (
256256

257257
func main() {
258258
id := int32(56) // int32 | Keyfactor identifier of the audit log entry
259-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
259+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
260260
xKeyfactorApiVersion := "1.0" // string | Desired version of the api, if not provided defaults to v1 (optional)
261261

262262
configuration := openapiclient.NewConfiguration(make(map[string]string))
@@ -327,7 +327,7 @@ import (
327327
)
328328

329329
func main() {
330-
xKeyfactorRequestedWith := "xKeyfactorRequestedWith_example" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
330+
xKeyfactorRequestedWith := "APIClient" // string | Type of the request [XMLHttpRequest, APIClient] (default to "APIClient")
331331
queryString := "queryString_example" // string | (optional)
332332
pageReturned := int32(56) // int32 | (optional)
333333
returnLimit := int32(56) // int32 | (optional)

0 commit comments

Comments
 (0)