Akamai data cache
Set-AkamaiDataCache
Synopsis
Add to or update the Data Cache.
Syntax
Set-AkamaiDataCache [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -APIEndpointName <String> -APIEndpointID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -AppSecConfigName <String> -AppSecPolicyName <String> -AppSecPolicyID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -AppSecConfigName <String> -AppSecConfigID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -ClientListName <String> -ClientListID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -EdgeWorkerName <String> -EdgeWorkerID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -METSCaSetName <String> -METSCaSetID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -MOKSClientCertName <String> -MOKSClientCertID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -PropertyName <String> -PropertyID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -IncludeName <String> -IncludeID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Creates or updates elements in the in-memory Akamai data cache, such as properties, AppSec configurations, and more, and is called by various sub-module functions automatically when elements included in the cache scope are retrieved from the Akamai APIs.
Parameters
‑APIEndpointID Conditionally required |
Your API endpoint ID to remove from the data cache. |
‑APIEndpointName Conditionally required |
Your API endpoint name to remove from the data cache. |
‑AppSecConfigID Conditionally required |
Your AppSec (AAP/Kona) configuration ID to remove from the data cache. |
‑AppSecConfigName Conditionally required |
Your AppSec (AAP/Kona) configuration name to remove from the data cache. |
‑AppSecPolicyID Conditionally required |
Your AppSec (AAP/Kona) policy ID to remove from the data cache. |
‑AppSecPolicyName Conditionally required |
Your AppSec (AAP/Kona) policy name to remove from the data cache. |
‑ClientListID Conditionally required |
Your client list ID to remove from the data cache. |
‑ClientListName Conditionally required |
Your client list name to remove from the data cache. |
‑EdgeWorkerID Conditionally required |
Your EdgeWorker ID to remove from the data cache. |
‑EdgeWorkerName Conditionally required |
Your EdgeWorker name to remove from the data cache. |
‑IncludeID Conditionally required |
Your property Include's ID to remove from the data cache. |
‑IncludeName Conditionally required |
Your property Include's name to remove from the data cache. |
‑METSCaSetID Conditionally required |
Your MTLS Edge Trust Store CA Set ID to remove from the data cache. |
‑METSCaSetName Conditionally required |
Your MTLS Edge Trust Store CA Set name to remove from the data cache. |
‑MOKSClientCertID Conditionally required |
Your MTLS Origin Keystore client certificate ID to remove from the data cache. |
‑MOKSClientCertName Conditionally required |
Your MTLS Origin Keystore client certificate name to remove from the data cache. |
‑PropertyID Conditionally required |
Your property's ID to remove from the data cache. |
‑PropertyName Conditionally required |
Your Property's name to remove from the data cache. |
Related Links
Updated 15 days ago