UrlAlias

UrlAlias
UrlAlias

Short name or alias of a url. It is used to represent the url.

JSON Example
{
    "url": "string",
    "alias": "string",
    "query": "string"
}
string
url
Required

Url to fetch data from.

string
alias
Optional

Short name or alias of url, if any. If not specified, the url can be referenced by its index in the array of urls of the datasource instance as $ (for example, $0).

string
query
Optional

Search query to be applied, if any. If query string is not provided, it will be ignored.

Property Of