サービスの検索構文
フィールド
You can use field:value combination with most of service fields.
条件 | 説明 |
---|---|
id : b9a33b13-1b76-4b41-be28-eed1161978fa | サービスの ID。 |
name : Reporting service | 文字列 |
description : Reporting service description | 文字列 |
team: Operations Team | 文字列 |
tags : private | 文字列 |
isExternal : true | true | false |
論理演算子
You can combine multiple value(s) by using AND and OR operators. Just don't forget to wrap them with ( ) parentheses.
例 | 説明 |
---|---|
name: (lorem OR ipsum) | name field contains "lorem" or "ipsum" |
description: (lorem AND ipsum) | description フィールドには、"lorem" と "ipsum" の両方が含まれます。 |
AND演算子とOR演算子を使用して、複数の条件を組み合わせることもできます。
例 |
---|
name: lorem AND tags: private |
name: (lorem OR ipsum) AND tags: private |
特定の値に対する検索結果を不適格にするには、NOT検索クエリを使用します。
例 | 説明 |
---|---|
name: NOT lorem | name field does not contain lorem |
アスタリスク (*) ワイルドカードの使用法
アスタリスク (*) 文字は、検索の任意の文字クラスの代替として使用できます。これは、実際の文字が何であるか分からない場合や、名前全体を入力したくない場合に、1 つ以上の文字の代替としてよく使用されます。"name" フィールドが "lorem" で始まることは分かっているが、フィールドの残りの文字は思い出せないサービスを検索する場合は、次のように入力します。
例 |
---|
message: lorem* |
lorem* |
この内容はお役に立ちましたか?