diff --git a/content/en/blog/releases/2023.X/2023.3.md b/content/en/blog/releases/2023.X/2023.3.md index 110b0fd6f..923da0931 100644 --- a/content/en/blog/releases/2023.X/2023.3.md +++ b/content/en/blog/releases/2023.X/2023.3.md @@ -347,7 +347,7 @@ Any changes to these forecasts will be announced via the [News channel][]. [Decode Text]: {{< url path="Cortex.Reference.Blocks.Text.DecodeText.DecodeText.MainDoc" version="2023.3" >}} [Decode Text - Known Limitations]: {{< url path="Cortex.Reference.Blocks.Text.DecodeText.DecodeText.KnownLimitations" version="2023.3" >}} [Encode Text]: {{< url path="Cortex.Reference.Blocks.Text.EncodeText.EncodeText.MainDoc" version="2023.3" >}} -[Execute Ssh Command Remark]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.TerminalPromptMatchRemark" version="2023.3" >}} +[Execute Ssh Command Remark]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.TerminalPromptMatchRemark" version="2023.3" >}} [Innovation Only - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.MainDoc" version="2023.3" >}} [Innovation Only - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.MainDoc" version="2023.3" >}} diff --git a/content/en/docs/2022.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2022.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 229f3797f..579fc4d3f 100644 --- a/content/en/docs/2022.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2022.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2022.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2022.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2022.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2022.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2022.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2022.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2022.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2022.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2022.9/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2022.9/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..2c39f4e7d 100644 --- a/content/en/docs/2022.9/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2022.9/Reference/Exceptions/http/invalid-request-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request." --- # {{% param title %}} diff --git a/content/en/docs/2022.9/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2022.9/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..97da89544 100644 --- a/content/en/docs/2022.9/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2022.9/Reference/Exceptions/http/invalid-response-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}} diff --git a/content/en/docs/2022.9/Reference/data-types/http/httprequestversion.md b/content/en/docs/2022.9/Reference/data-types/http/httprequestversion.md index c3cb72abf..415c9eead 100644 --- a/content/en/docs/2022.9/Reference/data-types/http/httprequestversion.md +++ b/content/en/docs/2022.9/Reference/data-types/http/httprequestversion.md @@ -1,7 +1,7 @@ --- title: "HttpRequestVersion" linkTitle: "HttpRequestVersion" -description: "Used to represent the version of HTTP to be used when making a HTTP request." +description: "Used to represent the version of HTTP to be used when making an HTTP request." weight: 1 --- diff --git a/content/en/docs/2023.11/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2023.11/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 2e0eec183..a15153c50 100644 --- a/content/en/docs/2023.11/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2023.11/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2023.11/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2023.11/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2023.11/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2023.11/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2023.11/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2023.11/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2023.11/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2023.11/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2023.11/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2023.11/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..2c39f4e7d 100644 --- a/content/en/docs/2023.11/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2023.11/Reference/Exceptions/http/invalid-request-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request." --- # {{% param title %}} diff --git a/content/en/docs/2023.11/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2023.11/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..97da89544 100644 --- a/content/en/docs/2023.11/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2023.11/Reference/Exceptions/http/invalid-response-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}} diff --git a/content/en/docs/2023.11/Reference/data-types/http/httprequestversion.md b/content/en/docs/2023.11/Reference/data-types/http/httprequestversion.md index c3cb72abf..415c9eead 100644 --- a/content/en/docs/2023.11/Reference/data-types/http/httprequestversion.md +++ b/content/en/docs/2023.11/Reference/data-types/http/httprequestversion.md @@ -1,7 +1,7 @@ --- title: "HttpRequestVersion" linkTitle: "HttpRequestVersion" -description: "Used to represent the version of HTTP to be used when making a HTTP request." +description: "Used to represent the version of HTTP to be used when making an HTTP request." weight: 1 --- diff --git a/content/en/docs/2023.11/Reference/troubleshooting/installation.md b/content/en/docs/2023.11/Reference/troubleshooting/installation.md index bc45345d0..6079ee021 100644 --- a/content/en/docs/2023.11/Reference/troubleshooting/installation.md +++ b/content/en/docs/2023.11/Reference/troubleshooting/installation.md @@ -220,7 +220,7 @@ Perform the following steps: 1. Run the following command: `iisreset`. 1. Wait for the action to complete. -### Flow not starting in {{< ctx >}} Gateway {#ts-flow-not-starting} +### Flow not starting in {{% ctx %}} Gateway {#ts-flow-not-starting} #### Application Pool user does not have rights to the Repo folder diff --git a/content/en/docs/2023.3/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2023.3/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 657cb5306..137b2a46b 100644 --- a/content/en/docs/2023.3/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2023.3/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2023.3/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2023.3/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2023.3/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2023.3/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2023.3/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2023.3/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2023.3/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2023.3/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2023.3/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2023.3/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..2c39f4e7d 100644 --- a/content/en/docs/2023.3/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2023.3/Reference/Exceptions/http/invalid-request-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request." --- # {{% param title %}} diff --git a/content/en/docs/2023.3/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2023.3/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..97da89544 100644 --- a/content/en/docs/2023.3/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2023.3/Reference/Exceptions/http/invalid-response-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}} diff --git a/content/en/docs/2023.3/Reference/data-types/http/httprequestversion.md b/content/en/docs/2023.3/Reference/data-types/http/httprequestversion.md index c3cb72abf..415c9eead 100644 --- a/content/en/docs/2023.3/Reference/data-types/http/httprequestversion.md +++ b/content/en/docs/2023.3/Reference/data-types/http/httprequestversion.md @@ -1,7 +1,7 @@ --- title: "HttpRequestVersion" linkTitle: "HttpRequestVersion" -description: "Used to represent the version of HTTP to be used when making a HTTP request." +description: "Used to represent the version of HTTP to be used when making an HTTP request." weight: 1 --- diff --git a/content/en/docs/2023.3/Whats New/_index.md b/content/en/docs/2023.3/Whats New/_index.md index 51235254e..8c74e3b6e 100644 --- a/content/en/docs/2023.3/Whats New/_index.md +++ b/content/en/docs/2023.3/Whats New/_index.md @@ -85,7 +85,7 @@ For a full list of what has been introduced in this release, please see the [202 [Queues]: {{< url path="Cortex.Reference.Blocks.Queues.MainDoc" version="2023.3" >}} [Decode Text]: {{< url path="Cortex.Reference.Blocks.Text.DecodeText.DecodeText.MainDoc" version="2023.3" >}} [Encode Text]: {{< url path="Cortex.Reference.Blocks.Text.EncodeText.EncodeText.MainDoc" version="2023.3" >}} -[Execute Ssh Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" version="2023.3" >}} +[Execute Ssh Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" version="2023.3" >}} [2023.3 Release Notes]: {{< url path="Cortex.Blogs.Releases.2023.3.MainDoc" >}} [re-architected HA Platform]: {{< url path="Cortex.Blogs.Releases.2023.3.RearchitectedtheHAPlatform" >}} diff --git a/content/en/docs/2023.5/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2023.5/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 69bdcafe2..6c45df09e 100644 --- a/content/en/docs/2023.5/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2023.5/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2023.5/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2023.5/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2023.5/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2023.5/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2023.5/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2023.5/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2023.5/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2023.5/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2023.5/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2023.5/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..2c39f4e7d 100644 --- a/content/en/docs/2023.5/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2023.5/Reference/Exceptions/http/invalid-request-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request." --- # {{% param title %}} diff --git a/content/en/docs/2023.5/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2023.5/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..97da89544 100644 --- a/content/en/docs/2023.5/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2023.5/Reference/Exceptions/http/invalid-response-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}} diff --git a/content/en/docs/2023.5/Reference/data-types/http/httprequestversion.md b/content/en/docs/2023.5/Reference/data-types/http/httprequestversion.md index c3cb72abf..415c9eead 100644 --- a/content/en/docs/2023.5/Reference/data-types/http/httprequestversion.md +++ b/content/en/docs/2023.5/Reference/data-types/http/httprequestversion.md @@ -1,7 +1,7 @@ --- title: "HttpRequestVersion" linkTitle: "HttpRequestVersion" -description: "Used to represent the version of HTTP to be used when making a HTTP request." +description: "Used to represent the version of HTTP to be used when making an HTTP request." weight: 1 --- diff --git a/content/en/docs/2023.7/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2023.7/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 13290b64c..7c92b8644 100644 --- a/content/en/docs/2023.7/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2023.7/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2023.7/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2023.7/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2023.7/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2023.7/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2023.7/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2023.7/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2023.7/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2023.7/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2023.7/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2023.7/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..2c39f4e7d 100644 --- a/content/en/docs/2023.7/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2023.7/Reference/Exceptions/http/invalid-request-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request." --- # {{% param title %}} diff --git a/content/en/docs/2023.7/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2023.7/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..97da89544 100644 --- a/content/en/docs/2023.7/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2023.7/Reference/Exceptions/http/invalid-response-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}} diff --git a/content/en/docs/2023.7/Reference/data-types/http/httprequestversion.md b/content/en/docs/2023.7/Reference/data-types/http/httprequestversion.md index c3cb72abf..415c9eead 100644 --- a/content/en/docs/2023.7/Reference/data-types/http/httprequestversion.md +++ b/content/en/docs/2023.7/Reference/data-types/http/httprequestversion.md @@ -1,7 +1,7 @@ --- title: "HttpRequestVersion" linkTitle: "HttpRequestVersion" -description: "Used to represent the version of HTTP to be used when making a HTTP request." +description: "Used to represent the version of HTTP to be used when making an HTTP request." weight: 1 --- diff --git a/content/en/docs/2023.7/Reference/troubleshooting/installation.md b/content/en/docs/2023.7/Reference/troubleshooting/installation.md index 52dcf393b..b8ef329a8 100644 --- a/content/en/docs/2023.7/Reference/troubleshooting/installation.md +++ b/content/en/docs/2023.7/Reference/troubleshooting/installation.md @@ -214,7 +214,7 @@ Perform the following steps: 1. Run the following command: `iisreset`. 1. Wait for the action to complete. -### Flow not starting in {{< ctx >}} Gateway {#ts-flow-not-starting} +### Flow not starting in {{% ctx %}} Gateway {#ts-flow-not-starting} #### Application Pool user does not have rights to the Repo folder diff --git a/content/en/docs/2023.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2023.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 2e0eec183..a15153c50 100644 --- a/content/en/docs/2023.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2023.9/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2023.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2023.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2023.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2023.9/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2023.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2023.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2023.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2023.9/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2023.9/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2023.9/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..2c39f4e7d 100644 --- a/content/en/docs/2023.9/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2023.9/Reference/Exceptions/http/invalid-request-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request." --- # {{% param title %}} diff --git a/content/en/docs/2023.9/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2023.9/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..97da89544 100644 --- a/content/en/docs/2023.9/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2023.9/Reference/Exceptions/http/invalid-response-exception.md @@ -1,7 +1,7 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}} diff --git a/content/en/docs/2023.9/Reference/data-types/http/httprequestversion.md b/content/en/docs/2023.9/Reference/data-types/http/httprequestversion.md index c3cb72abf..415c9eead 100644 --- a/content/en/docs/2023.9/Reference/data-types/http/httprequestversion.md +++ b/content/en/docs/2023.9/Reference/data-types/http/httprequestversion.md @@ -1,7 +1,7 @@ --- title: "HttpRequestVersion" linkTitle: "HttpRequestVersion" -description: "Used to represent the version of HTTP to be used when making a HTTP request." +description: "Used to represent the version of HTTP to be used when making an HTTP request." weight: 1 --- diff --git a/content/en/docs/2023.9/Reference/troubleshooting/installation.md b/content/en/docs/2023.9/Reference/troubleshooting/installation.md index 52dcf393b..b8ef329a8 100644 --- a/content/en/docs/2023.9/Reference/troubleshooting/installation.md +++ b/content/en/docs/2023.9/Reference/troubleshooting/installation.md @@ -214,7 +214,7 @@ Perform the following steps: 1. Run the following command: `iisreset`. 1. Wait for the action to complete. -### Flow not starting in {{< ctx >}} Gateway {#ts-flow-not-starting} +### Flow not starting in {{% ctx %}} Gateway {#ts-flow-not-starting} #### Application Pool user does not have rights to the Repo folder diff --git a/content/en/docs/2024.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md b/content/en/docs/2024.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md index 2e0eec183..a15153c50 100644 --- a/content/en/docs/2024.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md +++ b/content/en/docs/2024.1/Reference/Blocks/http/execute-http-request/execute-http-request-block-1.md @@ -181,7 +181,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth password credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with password credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. @@ -224,7 +224,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi ### Executing a request using OAuth client credentials -This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][]. +This example will send a [GET][] request to `https://test-shop.com/api/items` using [HTTP 1.1][HTTP11] using OAuth authentication with client credentials which requires [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][]. Note that the result of executing an [Http Request][Http Request Property] is dependent on the [API][] that the request is being made to. diff --git a/content/en/docs/2024.1/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md b/content/en/docs/2024.1/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md index 30381cc1a..2b4530581 100644 --- a/content/en/docs/2024.1/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md +++ b/content/en/docs/2024.1/Reference/Blocks/http/execute-soap-request/execute-soap-request-block-1.md @@ -190,7 +190,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using password credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthPasswordCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthPasswordCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. @@ -242,7 +242,7 @@ Note that as the [Headers][Headers Response] contains a key of `Content-Type` wi This example will send a [Soap Request][Soap Request Property] to `https://test-converter.com/xml` using SOAP 1.1 with OAuth authentication using client credentials which requires: - [SoapMessage][SoapMessage Property] to be a [Soap11Message][] -- [Http Credentials][Http Credentials Property] to be a [HttpOAuthClientCredentials][] +- [Http Credentials][Http Credentials Property] to be an [HttpOAuthClientCredentials][] Note that the result of executing a [Soap Request][Soap Request Property] is dependent on the SOAP service that the request is being made to. diff --git a/content/en/docs/2024.1/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md b/content/en/docs/2024.1/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md index 6795b814d..db71f8032 100644 --- a/content/en/docs/2024.1/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md +++ b/content/en/docs/2024.1/Reference/Concepts/fundamentals/blocks/block-properties/what-is-a-block-property.md @@ -120,7 +120,7 @@ None [All Blocks]: {{< url path="Cortex.Reference.Blocks.MainDoc" >}} [Handle Exception blocks]: {{< url path="Cortex.Reference.Blocks.Exceptions.MainDoc" >}} -[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand.MainDoc" >}} +[Execute SSH Command]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" >}} [Blocks]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.MainDoc" >}} [block]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.WhatIsABlock.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Exceptions/http/http-authorisation-exception.md b/content/en/docs/2024.1/Reference/Exceptions/http/http-authorisation-exception.md index 3dd10d9dd..831750b98 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/http/http-authorisation-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/http/http-authorisation-exception.md @@ -7,5 +7,105 @@ description: "The exception thrown when an issue occurs during the authorisation # {{% param title %}}

(Cortex.Exceptions.Http.HttpAuthorisationException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -{{< workinprogress >}} +## Description + +The exception thrown when an issue occurs during the authorisation process when working with HTTP. + +There are multiple reasons that this exception can be thrown: + +* [Invalid Access Token Uri][] +* [Invalid Client ID or Client Secret][] +* [Invalid Resource Owner Username or Password][] + +## Reasons + +### Invalid Access Token Uri {#httpoauthcredentialsaccesstokenuri} + +An invalid access token uri was provided. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid 'Access Token Uri' (\"\") provided. A token could not be retrieved from the provided 'Access Token Uri'. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the uri provided from which the block is attempting to retrieve an access token. + +#### How to fix + +Ensure that the uri provided is valid. + +### Invalid Client ID or Client Secret {#httpoauthclientcredentialsclientauthentication} + +The client ID or client secret in the [HttpOAuthClientCredentials][] provided are invalid. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' (\"\") or '' provided. A token could not be retrieved from the provided 'Access Token Uri' (\"\") using these credentials. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the name of the property containing the possibly invalid client ID for the credentials provided. +* `` is the value of the possibly invalid client ID for the credentials provided. +* `` is the name of property containing the possibly invalid client secret for the credentials provided. +* `` is the uri provided from which the block is attempting to retrieve an access token. + +#### How to fix + +Ensure that the credentials provided for client authentication contains a valid client ID and client secret. + +### Invalid Resource Owner Username or Password {#httpoauthpasswordcredentialsresourceowner} + +The username or password for the resource owner in the [HttpOAuthPasswordCredentials][] provided are invalid. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' (\"\") or '' provided. A token could not be retrieved from the provided 'Access Token Uri' (\"\") using these credentials. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the name of the property containing the possibly invalid username for the credentials provided. +* `` is the value of the possibly invalid username for the credentials provided. +* `` is the name of property containing the possibly invalid password for the credentials provided. +* `` is the uri provided from which the block is attempting to retrieve an access token. + +#### How to fix + +Ensure that the credentials provided for the resource owner contains a valid username and password. + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +None + +[Invalid Access Token Uri]: {{}} +[Invalid Resource Owner Username or Password]: {{}} +[Invalid Client ID or Client Secret]: {{}} + +[HttpOAuthCredentials]: {{}} +[HttpOAuthClientCredentials]: {{}} +[HttpOAuthPasswordCredentials]: {{}} \ No newline at end of file diff --git a/content/en/docs/2024.1/Reference/Exceptions/http/invalid-request-exception.md b/content/en/docs/2024.1/Reference/Exceptions/http/invalid-request-exception.md index 1a5203a27..e9206f8a5 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/http/invalid-request-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/http/invalid-request-exception.md @@ -1,11 +1,335 @@ --- title: "InvalidRequestException" linkTitle: "InvalidRequestException" -description: "The exception thrown when an issue occurs with a HTTP request." +description: "The exception thrown when an issue occurs with an HTTP request or a SOAP request." --- # {{% param title %}}

(Cortex.Exceptions.Http.InvalidRequestException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -{{< workinprogress >}} +## Description + +The exception thrown when an issue occurs with an [HTTP request][HttpRequest] or a [SOAP request][SoapRequest]. + +There are multiple reasons that this exception can be thrown: + +* [Invalid Headers in HTTP Request][] +* [Invalid Headers in SOAP Request][] +* [Invalid HTTP Version in HTTP Request][] +* [Invalid HTTP Version in SOAP Request][] +* [Invalid Request Body in HTTP Request][] +* [Invalid Request Envelope in SOAP Request][] +* [Invalid Request Verb in HTTP Request][] +* [Invalid Uri in HTTP Request][] +* [Invalid Uri in SOAP Request][] + +## Reasons + +### Invalid Headers in HTTP Request {#httprequestheaders} + +The [Headers][HttpRequestHeaders] provided in the [HttpRequest][HttpRequest] are invalid (e.g. a header key in the headers is empty). + +#### Message Format + +The format of the message can be one of the following: + +```json +"Invalid 'Headers' provided. A header key has been provided which is empty. +Please click the HelpLink for more information on how to fix this." +``` + +or + +```json +"Invalid 'Headers' provided. A restricted header key (\"\") that cannot be assigned to its property. +Please click the HelpLink for more information on how to fix this." +``` + +or + +```json +"Invalid 'Headers' provided. A restricted header key (\"\") has been provided a header value (\"\") that cannot be converted to its property type (\"\"). +Please click the HelpLink for more information on how to fix this." +``` + +or + +[//]: # (forbidden header key route, implemented and technically valid though no header keys are currently set as forbidden so will never be thrown) + +```json +"Invalid 'Headers' provided. A restricted header key (\"\") has been provided which is forbidden. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the specific header key in the request headers which may be invalid or contain an invalid value. +* `` is the value assigned to the header with the given key, which may be invalid. +* `` is the expected data type for the header value. + +#### How to fix + +* Ensure that the header key is not empty. +* Ensure that the value provided for the header is valid (e.g. the `"Host"` key expects string in a uri format, so `"27/03/2024"` would not be a valid value, while `"https://www.example.com"` would). +* Ensure that the value provided for the header is of the correct type (e.g. the `"Date"` key expects a value that can convert to [DateTime][DateTime], so `0` is not a valid value, while a string of format `"dd-mm-yyyy"` such as `"13-03-2024"` is). +* Ensure that no forbidden header keys are provided in the request. + +[//]: # (TODO add a list of forbidden header keys, and explain what forbidden header keys are - i.e. they can't be set) + +### Invalid Headers in SOAP Request {#soaprequestheaders} + +The [Headers][SoapRequestHeaders] provided in the [SoapRequest][SoapRequest] are invalid (e.g. a header key in the headers is empty). + +#### Message Format + +The format of the message can be one of the following: + +```json +"Invalid 'Headers' provided. A header key has been provided which is empty. +Please click the HelpLink for more information on how to fix this." +``` + +or + +```json +"Invalid 'Headers' provided. A restricted header key (\"\") that cannot be assigned to its property. +Please click the HelpLink for more information on how to fix this." +``` + +or + +```json +"Invalid 'Headers' provided. A restricted header key (\"\") has been provided a header value (\"\") that cannot be converted to its property type (\"\"). +Please click the HelpLink for more information on how to fix this." +``` + +or + +[//]: # (forbidden header key route, implemented and technically valid though no header keys are currently set as forbidden so will never be thrown) + +```json +"Invalid 'Headers' provided. A restricted header key (\"\") has been provided which is forbidden. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the specific header key in the request headers which may be invalid or contain an invalid value. +* `` is the value assigned to the header with the given key, which may be invalid. +* `` is the expected data type for the header value. + +#### How to fix + +* Ensure that the header key is not empty. +* Ensure that the value provided for the header is valid (e.g. the `"Host"` key expects string in a uri format, so `"27/03/2024"` would not be a valid value, while `"https://www.example.com"` would). +* Ensure that the value provided for the header is of the correct type (e.g. the `"Date"` key expects a value that can convert to [DateTime][DateTime], so `0` is not a valid value, while a string of format `"dd-mm-yyyy"` such as `"13-03-2024"` is). +* Ensure that no forbidden header keys are provided in the request. + +[//]: # (TODO add a list of forbidden header keys, and explain what forbidden header keys are - i.e. they can't be set) + +### Invalid HTTP Version in HTTP Request {#httprequesthttpversion} + +The [HttpVersion][HttpRequestHttpVersion] provided in the [HttpRequest][HttpRequest] is invalid. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' provided. The '' \"\" is not a valid Http Request Version. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the property containing the invalid HTTP version value. +* `` is the invalid value for the HTTP version. + +#### How to fix + +Ensure that the [HttpVersion][HttpRequestHttpVersion] provided for the [HttpRequest][HttpRequest] is a valid version (i.e. `HTTP10` or `HTTP11`). + +### Invalid HTTP Version in SOAP Request {#soaprequesthttpversion} + +The [HttpVersion][SoapRequestHttpVersion] provided in the [SoapRequest][SoapRequest] is invalid. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' provided. The '' \"\" is not a valid Http Request Version. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the property containing the invalid HTTP version value. +* `` is the invalid value for the HTTP version. + +#### How to fix + +Ensure that the [HttpVersion][SoapRequestHttpVersion] provided for the [SoapRequest][SoapRequest] is a valid version (i.e. `HTTP10` or `HTTP11`). + +### Invalid Request Body in HTTP Request {#httprequestbody} + +The [Body][HttpRequestBody] provided for the [HttpRequest][HttpRequest] was invalid (i.e. a body was provided for a [Verb][HttpRequestVerb] which does not accept a body, or the body was invalid for the [ContentType][HttpRequestContentType]). + +#### Message Format + +The format of the message can be one of the following: + +```json +"Invalid 'Body' provided. The 'Verb' \"\" should not be provided a 'Body'. +Please click the HelpLink for more information on how to fix this." +``` + +or + +```json +"Invalid 'Body' provided. The 'Body' does not match the 'Content Type' \"\". +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the request verb of the errored request. +* `` is the content type of the request (e.g. XML, JSON, etc). + +#### How to fix + +* Ensure that no [Body][HttpRequestBody] is provided for `GET` and `HEAD` requests. +* Ensure that the content of the [Body][HttpRequestBody] is valid for the [ContentType][HttpRequestContentType] specified (e.g. the [Body][HttpRequestBody] is valid JSON if the [ContentType][HttpRequestContentType] is `application/json`). + +### Invalid Request Envelope in SOAP Request {#soaprequestsoapmessageenvelope} + +The [Envelope][RequestEnvelope] provided in the [SoapMessage][SoapRequestSoapMessage] for the [SoapRequest][SoapRequest] is not valid XML. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid 'Envelope' provided. The 'Envelope' is not valid XML. +Please click the HelpLink for more information on how to fix this." +``` + +#### How to fix + +Ensure that the [Envelope][RequestEnvelope] provided is valid XML. + +### Invalid Request Verb in HTTP Request {#httprequestverb} + +The [Verb][HttpRequestVerb] provided for the [HttpRequest][HttpRequest] is invalid. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' provided. The '' \"\" is not a valid Request Verb. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the name of the property containing the invalid verb. +* `` is the value of the invalid verb. + +#### How to fix + +Ensure that the [Verb][HttpRequestVerb] provided is a valid [RequestVerb][RequestVerb] (i.e. `GET`, `POST`, `PUT`, `DELETE`, `PATCH` or `HEAD`). + +### Invalid Uri in HTTP Request {#httprequesturi} + +The [Uri][HttpRequestUri] provided for the [HttpRequest][HttpRequest] cannot be parsed. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' (\"\") provided. The '' has been provided a uri that cannot be parsed. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the name of the property containing the invalid uri. +* `` is the value of the uri provided that could not be parsed. + +#### How to fix + +Ensure that the [Uri][HttpRequestUri] provided is a valid uri (i.e. it is of the [correct format][UriSyntax] and contains no [invalid characters][UriInvalidCharacters]). + +### Invalid Uri in SOAP Request {#soaprequesturi} + +The [Uri][SoapRequestUri] provided for the [SoapRequest][SoapRequest] cannot be parsed. + +#### Message Format + +The format of the message is as follows: + +```json +"Invalid '' (\"\") provided. The '' has been provided a uri that cannot be parsed. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the name of the property containing the invalid uri. +* `` is the value of the uri provided that could not be parsed. + +#### How to fix + +Ensure that the [Uri][SoapRequestUri] provided is a valid uri (i.e. it is of the [correct format][UriSyntax] and contains no [invalid characters][UriInvalidCharacters]). + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +* [RFC 3986 Section 2: Characters][UriInvalidCharacters] +* [Syntax of Uniform Resource Identifiers (URIs)][UriSyntax] + +[Invalid Headers in HTTP Request]: {{}} +[Invalid Headers in SOAP Request]: {{}} +[Invalid HTTP Version in HTTP Request]: {{}} +[Invalid HTTP Version in SOAP Request]: {{}} +[Invalid Request Body in HTTP Request]: {{}} +[Invalid Request Envelope in SOAP Request]: {{}} +[Invalid Uri in HTTP Request]: {{}} +[Invalid Uri in SOAP Request]: {{}} +[Invalid Request Verb in HTTP Request]: {{}} + +[DateTime]: {{}} +[Enum]: {{}} + +[HttpRequest]: {{}} +[HttpRequestBody]: {{}} +[HttpRequestContentType]: {{}} +[HttpRequestHeaders]: {{}} +[HttpRequestUri]: {{}} +[HttpRequestVerb]: {{}} +[HttpRequestHttpVersion]: {{}} + +[SoapRequest]: {{}} +[SoapRequestHeaders]: {{}} +[SoapRequestHttpVersion]: {{}} +[SoapRequestSoapMessage]: {{}} +[SoapRequestUri]: {{}} + +[RequestEnvelope]: {{}} +[RequestVerb]: {{}} +[HttpRequestVersion]: {{}} +[Execute Soap Request]: {{}} + +[UriSyntax]: {{}} +[UriInvalidCharacters]: {{}} \ No newline at end of file diff --git a/content/en/docs/2024.1/Reference/Exceptions/http/invalid-response-exception.md b/content/en/docs/2024.1/Reference/Exceptions/http/invalid-response-exception.md index 7893fe29f..9334d380a 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/http/invalid-response-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/http/invalid-response-exception.md @@ -1,11 +1,49 @@ --- title: "InvalidResponseException" linkTitle: "InvalidResponseException" -description: "The exception thrown when an issue occurs with a HTTP response." +description: "The exception thrown when an issue occurs with an HTTP response." --- # {{% param title %}}

(Cortex.Exceptions.Http.InvalidResponseException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -{{< workinprogress >}} +## Description + +The exception thrown when an issue occurs with an HTTP response. + +## Reasons + +### Response envelope in SOAP response is not valid XML + +The [response envelope][ResponseEnvelope] returned from a SOAP response is not valid XML. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Invalid 'Response Envelope' returned. The 'Response Envelope' is not valid XML. +Please click the HelpLink for more information on how to fix this." +``` + +#### How to fix + +The SOAP Web Service returning the [SoapResponse][] must be fixed to return valid XML in the [response envelope][ResponseEnvelope]. + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +None + +[ExecuteSOAPRequestBlock]: {{}} +[SoapResponse]: {{}} +[ResponseEnvelope]: {{}} \ No newline at end of file diff --git a/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-exception.md b/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-exception.md index 7815fba40..2ad09e027 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-exception.md @@ -1,22 +1,53 @@ --- title: "PSException" linkTitle: "PSException" -description: "Exception thrown when a terminating error occurs while executing scripts over WinRM." +description: "The exception thrown when a terminating error occurs while executing scripts over WinRM." --- # {{% param title %}}

(Cortex.Exceptions.PowerShell.PSException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -Exception thrown when a terminating error occurs while executing scripts over WinRM. +## Description + +The exception thrown when a terminating error occurs while executing scripts over WinRM. + +There is a single reason that this exception can be thrown: + +* [Invalid Script][] + +## Reasons + +### Invalid Script {#invalidscript} + +The PowerShell script provided is invalid (i.e. it contains unexpected or invalid tokens, or it is missing a necessary token). + +#### Message Format The format of the exception message is as follows: ```json -"TODO. -Please click the HelpLink for more information on how to fix this." +"Invalid 'Script' provided. See the Data property for details on why the script failed to execute. +Please click the help link below for more information on how to fix this." ``` -## How to fix +#### How to fix + +Fix the problems that caused the termination of the script during execution, as shown in the `Data` property under the `"Errors"` key. + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +None + +[Invalid Script]: {{}} -TODO: +[MS PowerShell]: {{}} diff --git a/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-remoting-exception.md b/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-remoting-exception.md index d4ebe8c8d..9560e829f 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-remoting-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/powershell/ps-remoting-exception.md @@ -1,22 +1,337 @@ --- title: "PSRemotingException" linkTitle: "PSRemotingException" -description: "Exception thrown when access is denied to a host when attempting to executing scripts over WinRM." +description: "The exception thrown when access is denied to a host when attempting to execute scripts over WinRM." --- # {{% param title %}}

(Cortex.Exceptions.PowerShell.PSRemotingException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -Exception thrown when access is denied to a host when attempting to executing scripts over WinRM. +## Description + +The exception thrown when access is denied to a host when attempting to execute scripts over WinRM. + +There are multiple reasons that this exception can be thrown: + +* [Access Denied][AccessDenied] +* [Client Authentication Disabled][ClientAuthenticationDisabled] +* [Host Contains Invalid Characters][HostContainsInvalidCharacters] +* [Invalid Certificate][InvalidCertificate] +* [Invalid Credentials][InvalidCredentials] +* [Invalid DNS][InvalidDNS] +* [Invalid Domain][InvalidDomain] +* [Invalid Host IP Address][InvalidHostIPAddress] +* [Invalid Host Name][InvalidHostName] +* [Invalid Port][InvalidPort] +* [Invalid Protocol][InvalidProtocol] +* [Invalid PSConfiguration][InvalidPSConfiguration] + +## Reasons + +### Access Denied {#accessdenied} + +Access to the host provided was denied. + +#### Message Format + +The format of the exception message can be one of the following: + +```json +"Access denied to the 'Host' (\"\"). +Please click the help link below for more information on how to fix this." +``` + +or + +```json +"Access denied to the 'Host' (\"\"). Authentication is disabled on the Host's WinRM service. +Please click the help link below for more information on how to fix this." +``` + +[//]: # (can't demo this message. relies on machine restart just before) + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. +* `` is the authentication mechanism (i.e. `Kerberos` or `Negotiate`) used for connecting to the host. + +#### How to fix + +* Ensure that the credentials provided are valid for a user account with permissions to execute PowerShell scripts or cmdlets on the [Host][ServerDetailsHost]. +* Ensure that the authentication mechanism (i.e. `Kerberos` or `Negotiate`) used is not disabled on the host machine's WinRM service. + +### Client Authentication Disabled {#clientauthenticationdisabled} + +[//]: # (never tested or thrown? added docs since we technically can throw this. ) + +Kerberos authentication is disabled on the server where the [Execution Service][] is running. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). Kerberos Authentication is disabled on the WinRM client on the server where the Cortex Execution Service is running (). +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. +* `` is the NetBIOS name of the server where the [Execution Service][] is running. + +#### How to fix + +If possible, enable Kerberos Authentication on the server where the [Execution Service][Execution Service] is running. + +### Host Contains Invalid Characters {#hostcontainsinvalidcharacters} + +The hostname provided contains invalid characters. + +#### Message Format The format of the exception message is as follows: ```json -"TODO. -Please click the HelpLink for more information on how to fix this." +"Invalid 'Host' (\"\") provided. The 'Host' has been provided a hostname that contains invalid characters. +Please click the help link below for more information on how to fix this." ``` -## How to fix +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. + +#### How to fix + +Ensure that the hostname does not contain invalid characters; see [Naming Conventions][NamingConventions] for more information. + +### Invalid Certificate {#invalidcertificate} + +The SSL certificate provided is invalid (e.g. the hostname provided does not match the common name on the certificate). + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). See the data property for details on why the a security error has occurred. +Please click the help link below for more information on how to fix this." +``` + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. + +#### How to fix + +Ensure that certificate provided is valid. + +### Invalid Credentials {#invalidcredentials} + +[//]: # (never tested or thrown, added docs since we technically can throw this) + +The credentials provided for accessing the host are invalid. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Username' or 'Password' provided is incorrect, or requires a 'Domain'. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. + +#### How to fix + +Ensure that the credentials provided are valid. + +### Invalid DNS {#invaliddns} + +The hostname provided could not be resolved. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Host' has been provided a hostname that could not be resolved. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. + +#### How to fix + +Ensure that the hostname provided is valid. + +### Invalid Domain {#invaliddomain} + +The domain for the authentication credentials provided is invalid. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Domain' (\"\") is unavailable on the network. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. +* `` is the domain for the authentication credentials provided, which is invalid. + +#### How to fix + +Ensure that the domain provided is valid. + +### Invalid Host IP Address {#invalidhostipaddress} + +The hostname provided is in the form of an invalid or untrusted IP address. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Host' has been provided an IP address which is either invalid or has not been added to the WinRM TrustedHosts List on the server where the Cortex Execution Service is running (). +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. +* `` is the NetBIOS name of the server where the [Execution Service][] is running. + +#### How to fix + +Ensure that the IP address provided for the [Host][ServerDetailsHost] is valid, and that this IP address has been added to the WinRM TrustedHosts List on the server where the [Execution Service][] is running. + +### Invalid Host Name {#invalidhostname} + +The hostname provided is invalid. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Host' provided is unavailable on the network. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. + +#### How to fix + +Ensure that the hostname provided is valid (i.e. that it exists and is available on the network). + +### Invalid Port {#invalidport} + +The port provided is invalid. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Host' is either not running, not listening on 'Port' , or requires communication over SSL. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. +* `` is the provided port on the host to connect (e.g. `443`, `5986`, etc.); see [ServerDetails][] for more information. + +#### How to fix + +Ensure that the port provided is a valid port (e.g. `443`, `5986`, etc.). + +### Invalid Protocol {#invalidprotocol} + +The [Host][ServerDetailsHost] requires communication over SSL, while the [UseSSL][ServerDetailsUseSSL] property in the [ServerDetails][ServerDetails] provided is `false`. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'Host' requires communication over SSL. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. + +#### How to fix + +Ensure that the [UseSSL][ServerDetailsUseSSL] property for the [ServerDetails][ServerDetails] is `true` and that valid credentials and a valid certificate are provided for access to the host. + +### Invalid PSConfiguration {#invalidpsconfiguration} + +The value of the [PSConfiguration][] property in the [PowerShellSessionDetails][] provided does not match any of the configured PowerShell session configurations on the [Host][ServerDetailsHost]. + +#### Message Format + +The format of the exception message is as follows: + +```json +"Access denied to the 'Host' (\"\"). The 'PSConfiguration' (\"\") has not been configured on the 'Host'. +Please click the help link below for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][ServerDetailsHost] property provided in the [ServerDetails][ServerDetails]. +* `` is the value of the [PSConfiguration][] property in the [PowerShellSessionDetails][] provided (i.e. the PowerShell session configuration that would be used by the host), which is invalid. + +#### How to fix + +Ensure that the [PSConfiguration][] provided matches a configured PowerShell session configuration on the [Host][ServerDetailsHost]. + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +* [Naming conventions in Active Directory for computers, domains, sites, and OUs][NamingConventions] + +[AccessDenied]: {{}} +[ClientAuthenticationDisabled]: {{}} +[HostContainsInvalidCharacters]: {{}} +[InvalidHostName]: {{}} +[InvalidDomain]: {{}} +[InvalidCredentials]: {{}} +[InvalidCertificate]: {{}} +[InvalidHostIPAddress]: {{}} +[InvalidDNS]: {{}} +[InvalidPort]: {{}} +[InvalidPSConfiguration]: {{}} +[InvalidProtocol]: {{}} + +[PowerShellSessionDetails]: {{}} +[ServerDetails]: {{}} +[ServerDetailsHost]: {{}} +[ServerDetailsUseSSL]: {{}} + +[PSConfiguration]: {{}} + +[Execution Service]: {{}} -TODO: +[NamingConventions]: {{}} \ No newline at end of file diff --git a/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-client-exception.md b/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-client-exception.md index 081e05d58..285c52512 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-client-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-client-exception.md @@ -1,22 +1,106 @@ --- title: "SshClientException" linkTitle: "SshClientException" -description: "Exception thrown when an error occurs from the Sshclient object." +description: "The exception thrown when an SSH Client (e.g. Execute Ssh Command Block) is incorrectly configured." --- # {{% param title %}}

(Cortex.Exceptions.Ssh.SshClientException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -Exception thrown when an error occurs from the Sshclient object. +## Description + +The exception thrown when an SSH Client (e.g. [Execute Ssh Command Block][]) is incorrectly configured. + +There are multiple reasons that this exception can be thrown: + +* [Host Disconnected][SshSessionDetails.Host] +* [Invalid Configuration Settings][ConfigurationSettings] +* [Invalid Connection][SshSessionDetails] + +## Reasons + +### Host Disconnected {#sshsessiondetailshost} + +The connection to the host server has been lost, so the session has closed. + +#### Message Format + +The format of the exception message is as follows: + +```json +"The 'Host' \"\" has closed the session. Any subsequent commands run on the session will result in a new one being created. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][SshSessionDetails Host] property provided in the session details; see [SshSessionDetails][SshSessionDetails DataType] for more information + +#### How to fix + +Ensure that the connection to the host server is functional, and that no commands to close the old session have been executed (e.g. `exit`). + +### Invalid Configuration Settings {#configurationsettings} + +The [Configuration Settings][SshSessionDetailsConfigurationSettings] provided were invalid (e.g. an invalid setting key was provided, a setting was provided an invalid value, etc). + +#### Message Format The format of the exception message is as follows: ```json -"TODO. +"'Configuration Settings' contains one or more invalid settings. Please click the HelpLink for more information on how to fix this." ``` -## How to fix +#### How to fix + +Fix the errors which caused this exception to be thrown, which are seen in the `InvalidSettings` property of this exception. + +### Invalid Connection {#sshsessiondetails} + +The [Ssh Session Details][SshSessionDetailsSshSessionDetails] provided is invalid (e.g. an invalid hostname was provided, an invalid port was provided, the connection timed out, etc). + +#### Message Format + +The format of the exception message is as follows: + +```json +"A connection could not be established between the server where the Cortex Execution Service is running (\"\") and the host. +Please click the HelpLink for more information on how to fix this." +``` + +where: + +* `` is the value of the [Host][SshSessionDetails Host] property provided in the session details; see [SshSessionDetails][SshSessionDetails DataType] for more information + +#### How to fix + +Ensure that the [Ssh Session Details][SshSessionDetailsSshSessionDetails] provided are valid; see [SshSessionDetails][SshSessionDetails DataType] for more information. + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +None + +[SshSessionDetails]: {{}} +[SshSessionDetails.Host]: {{}} +[ConfigurationSettings]: {{}} + +[SshSessionDetails DataType]: {{}} +[SshSessionDetails Host]: {{}} + +[IPWorksSSHClientErrors]: {{}} -TODO: +[Execute Ssh Command Block]: {{}} +[SshSessionDetailsConfigurationSettings]: {{}} +[SshSessionDetailsSshSessionDetails]: {{}} diff --git a/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-response-exception.md b/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-response-exception.md index 4b598a0d0..c965e3d3c 100644 --- a/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-response-exception.md +++ b/content/en/docs/2024.1/Reference/Exceptions/ssh/ssh-response-exception.md @@ -1,22 +1,55 @@ --- title: "SshResponseException" linkTitle: "SshResponseException" -description: "Exception thrown when an error occurs from the Ssh response." +description: "The exception thrown when an error occurs from the SSH response." --- # {{% param title %}}

(Cortex.Exceptions.Ssh.SshResponseException)

+{{% alert type="information" title="Information" %}}Improvements to this page are planned for the future.{{% /alert %}} -Exception thrown when an error occurs from the Ssh response. +## Description + +The exception thrown when an error occurs from the SSH response. + +There is a single reason that this exception can be thrown: + +* [Invalid TerminalPrompt or Short Timeout][SshSessionDetails.TerminalPrompt] + +## Reasons + +### Invalid TerminalPrompt or Short Timeout {#sshsessiondetailsterminalprompt} + +The [TerminalPrompt][SshSessionDetails TerminalPrompt] was not found in the response, or the timeout provided was too short to allow for the response to be returned. + +#### Message Format The format of the exception message is as follows: ```json -"TODO. +"The execution has timed-out because either the 'TerminalPrompt' was not found in the response or the timeout was too short to allow for the response to be returned. Please click the HelpLink for more information on how to fix this." ``` -## How to fix +#### How to fix + +Ensure that the [TerminalPrompt][SshSessionDetails TerminalPrompt] in the [Ssh Session Details][SshSessionDetails] provided matches the terminal prompt on the host and that the `Timeout` in the [Configuration Settings][SshSessionDetailsConfigurationSettings] provided is long enough for a response to be returned. + +## Remarks + +### Known Limitations + +None + +## See Also + +### External Documentation + +None + +[SshSessionDetails.TerminalPrompt]: {{}} -TODO: +[SshSessionDetails]: {{}} +[SshSessionDetailsConfigurationSettings]: {{}} +[SshSessionDetails TerminalPrompt]: {{}} \ No newline at end of file diff --git a/content/en/docs/2024.1/Reference/troubleshooting/installation.md b/content/en/docs/2024.1/Reference/troubleshooting/installation.md index c53f8ef6d..642d399ef 100644 --- a/content/en/docs/2024.1/Reference/troubleshooting/installation.md +++ b/content/en/docs/2024.1/Reference/troubleshooting/installation.md @@ -220,7 +220,7 @@ Perform the following steps: 1. Run the following command: `iisreset`. 1. Wait for the action to complete. -### Flow not starting in {{< ctx >}} Gateway {#ts-flow-not-starting} +### Flow not starting in {{% ctx %}} Gateway {#ts-flow-not-starting} #### Application Pool user does not have rights to the Repo folder diff --git a/data/urls.toml b/data/urls.toml index 83c73d0d2..ce5b3b833 100644 --- a/data/urls.toml +++ b/data/urls.toml @@ -913,9 +913,10 @@ MainDoc = "/docs/reference/blocks/ssh/" [Cortex.Reference.Blocks.Ssh.ExecuteSshCommand] MainDoc = "/docs/reference/blocks/ssh/execute-ssh-command" - [Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommand] + [Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock] MainDoc = "/docs/reference/blocks/ssh/execute-ssh-command/execute-ssh-command-block" TerminalPromptMatchRemark = "/docs/reference/blocks/ssh/execute-ssh-command/execute-ssh-command-block/#using-the-terminalpromptmatch-within-sshlogs-to-reach-the-end-of-a-prompt" + SshSessionDetails = "/docs/reference/blocks/ssh/execute-ssh-command/execute-ssh-command-block/#ssh-session-details" ConfigurationSettings = "/docs/reference/blocks/ssh/execute-ssh-command/execute-ssh-command-block/#configuration-settings" CloseSession = "/docs/reference/blocks/ssh/execute-ssh-command/execute-ssh-command-block/#close-session" Response = "/docs/reference/blocks/ssh/execute-ssh-command/execute-ssh-command-block/#response" @@ -2474,10 +2475,13 @@ MainDoc = "https://azure.microsoft.com/en-us/services/service-fabric/" Explorer = "https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-visualizing-your-cluster" ReverseProxy = "https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-reverseproxy" - [MSDocs.Windows.Apps.Win32.DesktopTechnologies.DataAccessAndStorage.LocalFileSystems.NamingFilesPathsAndNamespaces] - MainDoc = "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file" - NamingConventions = "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions" - Paths = "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#paths" + [MSDocs.Windows] + [MSDocs.Windows.Apps.Win32.DesktopTechnologies.DataAccessAndStorage.LocalFileSystems.NamingFilesPathsAndNamespaces] + MainDoc = "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file" + NamingConventions = "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions" + Paths = "https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file#paths" + [MSDocs.Windows.WindowsServer] + NamingConventions = "https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/naming-conventions-for-computer-domain-site-ou" [MSDotNet] [MSDotNet.Framework471] MainDoc = "https://dotnet.microsoft.com/en-us/download/dotnet-framework/net471" @@ -2515,6 +2519,7 @@ [RabbitMQ] MainDoc = "https://www.rabbitmq.com/" [RFC] + UriInvalidCharacters = "https://www.rfc-editor.org/rfc/rfc3986#section-2" [RFC.Docs.Telnet.Options] MainDoc = "https://www.iana.org/assignments/telnet-options/telnet-options.xhtml" Echo = "https://www.rfc-editor.org/rfc/rfc857.html" @@ -2541,4 +2546,6 @@ WhatIsJson = "https://www.w3schools.com/whatis/whatis_json.asp" XmlNodes = "https://www.w3schools.com/XML/dom_nodes.asp" CharacterSets = "https://www.w3.org/Style/XSL/TestSuite/results/4/XEP/charsets.pdf" - SqlInjection = "https://www.w3schools.com/sql/sql_injection.asp" \ No newline at end of file + SqlInjection = "https://www.w3schools.com/sql/sql_injection.asp" +[Mozilla] + UriSyntax = "https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Identifying_resources_on_the_Web#syntax_of_uniform_resource_identifiers_uris" \ No newline at end of file