Skip to content

ruleformat not working #69

Description

@Heathland

Hi all,

I'm trying to adjust the ruleformat of a certain property, but even tho I see changes in the portal regarding who modified the property, nothing actually happens with regards to the format version:

Requesting the format trough the CLI

akamai property retrieve example.property | jq .ruleFormat  
... searching propertyName for example.property  
... getting info for prp_123456  
Retrieving example.property v69  
... retrieving property (example.property) v69  
Command time: 0.093 mins  
"v2020-03-04"  

Updating it:

akamai property modify example.property --ruleformat latest
... searching propertyName for example.property
... getting info for prp_123456
... retrieving property (example.property) v68
... updating property (example.property) v68
Command time: 0.63 mins

Verifying:

akamai property retrieve example.property | jq .ruleFormat
... searching propertyName for example.property
... getting info for prp_123456
Retrieving example.property v69
... retrieving property (example.property) v69
Command time: 0.093 mins
"v2020-03-04"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions