-
api_t
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
API_T
API detection
This topic lists the expressions that are provided by this class.
-
PATH(String url)Filter the APIs by URL path.
Parameters:
url- Traditional URL with * and ** as 'wildcard segment' and 'match all after'.
Returns: api_t
-
METHOD(String methods)Filter the APIs by REST method and endpoint.
Parameters:
methods- DELETE|POST|...|GET or \*.
Returns: api_t
-
ENDPOINT(String methods, String path)Filter the APIs by REST method and endpoint.
Parameters:
methods- DELETE|POST|...|GET or \*.
path- Traditional URL with * and ** as 'wildcard segment' and 'match all after'.
Returns: api_t
-
APINAME(String endpoint)Filter the APIs by endpoint name.
Parameters:
endpoint- API service name from the schema.
Returns: api_t
-
JSONGet the specified object as a stream.
Returns: stream_t
-
OBJECT(String name)Get the specified object or undef if it does not exist.
Parameters:
name- Name to look up
Returns: api_t
-
OBJECT(String name, Unsigned LONG index)Get the specified object or undef if it does not exist.
Parameters:
name- Name to look up
index- repeated index to access
Returns: api_t
-
EXISTSCheck existence of API.
Returns: bool_at
-
TEXT(String name)Access field as a string.
Parameters:
name- Name to look up
Returns: text_t
-
TEXT(String name, Unsigned LONG index)Access repeated field as a string.
Parameters:
name- Name to look up
index- repeated index to access
Returns: text_t
-
BOOL(String name)Access field as a bool.
Parameters:
name- Name to look up
Returns: bool_at
-
BOOL(String name, Unsigned LONG index)Access repeated field as a bool.
Parameters:
name- Name to look up
index- repeated index to access
Returns: bool_at
-
DOUBLE(String name)Access field as a double value.
Parameters:
name- Name to look up
Returns: double_at
-
DOUBLE(String name, Unsigned LONG index)Access repeated field as a double value.
Parameters:
name- Name to look up
index- repeated index to access
Returns: double_at
-
NUM(String name)Access field as a signed integer.
Parameters:
name- Name to look up
Returns: num_at
-
NUM(String name, Unsigned LONG index)Access repeated field as a signed integer.
Parameters:
name- Name to look up
index- repeated index to access
Returns: num_at
-
ULONG(String name)Access field as an unsigned long.
Parameters:
name- Name to look up
Returns: unsigned_long_at
-
ULONG(String name, Unsigned LONG index)Access repeated field as an unsigned long.
Parameters:
name- Name to look up
index- repeated index to access
Returns: unsigned_long_at
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.