Skip to content

Develop 2.1.1

kharimza requested to merge develop_2.1.1 into master
  1. Traffic rule, field action definition updated to reflect the change in enums for FORWARD_ENCAPSULATED and DUPLICATE_ENCAPSULATED
  2. Traffic rule, field dstInterface description updated to match spec.
  3. Traffic Rule state descrirption updated to match spec.
  4. Dns rule state description updated to match spec
  5. Required changes to support the POST API for confirm_ready including the request body AppReadyConfirmation.
  6. SerAvailabilityNotificationSubscription will use CategoryRef data type now.CategoryRefs array was there but was using String, now made array of CategoryRef
  7. CategoryRef href is now explicitly defined as uri. So the format as uri was added to href attribute definition. Also added an example of uri type
  8. Get /services error code 414 is now added
  9. Get /applications/{appInstanceId}/services - error code 414 is now added
  10. Delete applications/{appInstanceId}/services/{serviceId} is now added

Following changes in spec had no impact to yaml

  1. URI data type is now named as Uri (e.g. For LinkType. This has no impact to yaml since it already uses format uri. e.g. for href attribute of LinkType
  2. Types for Sername and SerInstanceId - already taken care in the yaml

Attached the word differences between 2.1.1 and 2.0.11worddiff.docx

Merge request reports