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' (\"(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 (\"(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]: {{(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]: {{(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' (\"(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' \"(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]: {{