Akamai data cache

Set-AkamaiDataCache

Synopsis

Add to or update the Data Cache.

Syntax

A

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>]

C

Set-AkamaiDataCache -ClientListName <String> -ClientListID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

E

Set-AkamaiDataCache -EdgeWorkerName <String> -EdgeWorkerID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

I

Set-AkamaiDataCache -IncludeName <String> -IncludeID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

M

Set-AkamaiDataCache -METSCaSetName <String> -METSCaSetID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Set-AkamaiDataCache -MOKSClientCertName <String> -MOKSClientCertID <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

P

Set-AkamaiDataCache -PropertyName <String> -PropertyID <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

Your API endpoint ID to remove from the data cache.

Type: String
Parameter Sets: APIDefinitions
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-APIEndpointName

Your API endpoint name to remove from the data cache.

Type: String
Parameter Sets: APIDefinitions
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AppSecConfigID

Your AppSec (AAP/Kona) configuration ID to remove from the data cache.

Type: String
Parameter Sets: AppSecConfig
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AppSecConfigName

Your AppSec (AAP/Kona) configuration name to remove from the data cache.

Type: String
Parameter Sets: AppSecPolicy, AppSecConfig
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AppSecPolicyID

Your AppSec (AAP/Kona) policy ID to remove from the data cache.

Type: String
Parameter Sets: AppSecPolicy
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AppSecPolicyName

Your AppSec (AAP/Kona) policy name to remove from the data cache.

Type: String
Parameter Sets: AppSecPolicy
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ClientListID

Your client list ID to remove from the data cache.

Type: String
Parameter Sets: ClientLists
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ClientListName

Your client list name to remove from the data cache.

Type: String
Parameter Sets: ClientLists
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-EdgeWorkerID

Your EdgeWorker ID to remove from the data cache.

Type: String
Parameter Sets: EdgeWorkers
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-EdgeWorkerName

Your EdgeWorker name to remove from the data cache.

Type: String
Parameter Sets: EdgeWorkers
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-IncludeID

Your property Include's ID to remove from the data cache.

Type: String
Parameter Sets: Include
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-IncludeName

Your property Include's name to remove from the data cache.

Type: String
Parameter Sets: Include
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-METSCaSetID

Your MTLS Edge Trust Store CA Set ID to remove from the data cache.

Type: String
Parameter Sets: METS
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-METSCaSetName

Your MTLS Edge Trust Store CA Set name to remove from the data cache.

Type: String
Parameter Sets: METS
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MOKSClientCertID

Your MTLS Origin Keystore client certificate ID to remove from the data cache.

Type: String
Parameter Sets: MOKS
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-MOKSClientCertName

Your MTLS Origin Keystore client certificate name to remove from the data cache.

Type: String
Parameter Sets: MOKS
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PropertyID

Your property's ID to remove from the data cache.

Type: String
Parameter Sets: Property
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PropertyName

Your Property's name to remove from the data cache.

Type: String
Parameter Sets: Property
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Related Links

User Guide: Overview