-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Added extended service listing REST documentation #4902
Conversation
} | ||
``` | ||
### PropertyFilter | ||
A filter matching property keys and values. If the `value` property omitted the filter will match if the property is set, regardless of the value. If the service property value is of array or list type, the filter will match if at least one of the elements match. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the
value
property omitted
If the value
property is omitted,
} | ||
``` | ||
### Filter | ||
A filter that operates on service properties. This object allow to specify basic property key/value matchers and the `and` `or` and `not` operators. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This object allow
This object allows
} | ||
``` | ||
### NotFilter | ||
A filter that matches if filter specified by the "not" propertiy does not match. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A filter that matches if filter specified by the "not" propertiy does not match.
Successfully returning if the filter specified by the "not" property does not match.
Brief description of the PR. [e.g. Added
null
check onobject
to avoidNullPointerException
]Documentation for the changes in #4901