Akamai data cache
Clear-AkamaiDataCache
Synopsis
Remove one or all items from the data cache.
Syntax
Clear-AkamaiDataCache [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-APIEndpointName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-APIEndpointID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-AppSecConfigName <String>] [-AppSecPolicyName <String>] [-AppSecPolicyID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-AppSecConfigID <String>] [-AppSecPolicyName <String>] [-AppSecPolicyID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-ClientListName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-ClientListID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-EdgeWorkerName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-EdgeWorkerID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-METSCaSetName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-METSCaSetID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-MOKSClientCertName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-MOKSClientCertID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-PropertyName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-PropertyID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-IncludeName <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Clear-AkamaiDataCache [-IncludeID <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Removes a given item from the in-memory data cache, either by its name or ID, or clears the entire cache.
Parameters
‑APIEndpointID |
Your API endpoint ID to remove from the data cache. |
‑APIEndpointName |
Your API endpoint name to remove from the data cache. |
‑AppSecConfigID |
Your AppSec (AAP/Kona) configuration ID to remove from the data cache. |
‑AppSecConfigName |
Your AppSec (AAP/Kona) configuration name to remove from the data cache. |
‑AppSecPolicyID |
Your AppSec (AAP/Kona) policy ID to remove from the data cache. |
‑AppSecPolicyName |
Your AppSec (AAP/Kona) policy name to remove from the data cache. |
‑ClientListID |
Your client list ID to remove from the data cache. |
‑ClientListName |
Your client list name to remove from the data cache. |
‑EdgeWorkerID |
Your EdgeWorker ID to remove from the data cache. |
‑EdgeWorkerName |
Your EdgeWorker name to remove from the data cache. |
‑IncludeID |
Your property Include's ID to remove from the data cache. |
‑IncludeName |
Your property Include's name to remove from the data cache. |
‑METSCaSetID |
Your MTLS Edge Trust Store CA Set ID to remove from the data cache. |
‑METSCaSetName |
Your MTLS Edge Trust Store CA Set name to remove from the data cache. |
‑MOKSClientCertID |
Your MTLS Origin Keystore client certificate ID to remove from the data cache. |
‑MOKSClientCertName |
Your MTLS Origin Keystore client certificate name to remove from the data cache. |
‑PropertyID |
Your property's ID to remove from the data cache. |
‑PropertyName |
Your Property's name to remove from the data cache. |
Related Links
Updated 5 days ago