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
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -520,7 +520,7 @@ import (
520
520
)
521
521
522
522
funcmain() {
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")
524
524
xKeyfactorApiVersion:="1.0"// string | Desired version of the api, if not provided defaults to v1 (optional)
525
525
keyfactorWebKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest:= *openapiclient.NewKeyfactorWebKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest("Status_example") // KeyfactorWebKeyfactorApiModelsOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest | Object containing orchestrator ids and the new status those orchestrators should have (optional)
526
526
@@ -561,7 +561,7 @@ Name | Type | Description | Notes
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")
330
330
xKeyfactorApiVersion:="1.0"// string | Desired version of the api, if not provided defaults to v1 (optional)
331
331
keyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolCreationRequest:= *openapiclient.NewKeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolCreationRequest("Name_example") // KeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolCreationRequest | Agent pool properties to be applied to the new pool (optional)
332
332
@@ -367,7 +367,7 @@ Name | Type | Description | Notes
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)
@@ -394,7 +394,7 @@ import (
394
394
)
395
395
396
396
funcmain() {
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")
398
398
xKeyfactorApiVersion:="1.0"// string | Desired version of the api, if not provided defaults to v1 (optional)
399
399
keyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolUpdateRequest:= *openapiclient.NewKeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolUpdateRequest("AgentPoolId_example", "Name_example") // KeyfactorWebKeyfactorApiModelsOrchestratorPoolsAgentPoolUpdateRequest | Agent pool properties to be applied to the existing pool (optional)
400
400
@@ -435,7 +435,7 @@ Name | Type | Description | Notes
0 commit comments