You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) v68Command time: 0.63 mins
Verifying:
akamai property retrieve example.property | jq .ruleFormat... searching propertyName for example.property... getting info for prp_123456Retrieving example.property v69... retrieving property (example.property) v69Command time: 0.093 mins"v2020-03-04"
The text was updated successfully, but these errors were encountered:
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
Updating it:
Verifying:
The text was updated successfully, but these errors were encountered: