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
Please consider using "Policy versions" which has similar functionality or provide use case when it is required. In the V3 of the API we do not have such functions at all.
Hello ,
I am dealing with Application Load Balancer cloudlet and its only available in v2 .
My usecase is , to create a new policy version by cloning last active prod version and add a match rule which will contain matchCriteria of Type Urlpath and range. Further on the user requirement I have to edit that specific path value or range value .
Now in the package there is no mention of akaRuleId . Creating a match rule doesn't require the need of akaRuleId but when I have to edit the specific mathRule I have to then iterate over array and check for the name to find the required one .
In the scenario where the array of match rules exceeds 2000 or 3000 it will just increase the iteration time . However , after adding the match rule if somehow I store the akaRuleId in my DB and can call this https://techdocs.akamai.com/cloudlets/v2/reference/put-policy-version-rule it just makes things easier for me
So if package involes the use of akaRuleId and makes it a part of MatchRuleALB struct that would be helpful .
mgwoj
changed the title
Not able to find wrappers for v2 cloudlets version rule
DXE-4111 Not able to find wrappers for v2 cloudlets version rule
Aug 2, 2024
Not able to find below in
https://techdocs.akamai.com/cloudlets/v2/reference/post-policy-version-rules
https://techdocs.akamai.com/cloudlets/v2/reference/get-policy-version-rule
https://techdocs.akamai.com/cloudlets/v2/reference/put-policy-version-rule
Does the package doesn't support these 3 ?? But i do objects for match-rules but no get,post,put only validate
The text was updated successfully, but these errors were encountered: