- Property Manager name: Akamai Connector for Salesforce Commerce Cloud
- Behavior version: The
v2024-08-13
rule format supports thesalesForceCommerceCloudClient
behavior v1.2. - Rule format status: Deprecated, outdated rule format
- Access: Read/Write
- Allowed in includes: No (temporarily)
If you use the Salesforce Commerce Cloud platform for your origin content, this behavior allows your edge content managed by Akamai to contact directly to origin.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the Akamai Connector for Salesforce Commerce Cloud. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
connectorId | string (allows variables) | An ID value that helps distinguish different types of traffic sent from Akamai to the Salesforce Commerce Cloud. Form the value as instance-realm-customer, where instance is either | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
originType | enum | Specifies where the origin is. | {"displayType":"enum","options":["DEFAULT","CUSTOMER"],"tag":"select"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
DEFAULT | Use a default Salesforce origin. | |||
CUSTOMER | Customize the origin. | |||
sf3cOriginHost | string (allows variables) | This specifies the hostname or IP address of the custom Salesforce origin. | originType is CUSTOMER | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"originType","op":"eq","value":"CUSTOMER"}} |
originHostHeader | enum | Specifies where the | {"displayType":"enum","options":["DEFAULT","CUSTOMER"],"tag":"select"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
DEFAULT | Use the default Salesforce header. | |||
CUSTOMER | Customize the header. | |||
sf3cOriginHostHeader | string (allows variables) | This specifies the hostname or IP address of the custom Salesforce host header. | originHostHeader is CUSTOMER | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"originHostHeader","op":"eq","value":"CUSTOMER"}} |
allowOverrideOriginCacheKey | boolean | When enabled, overrides the forwarding origin's cache key. | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"enabled","op":"eq","value":true}} |