UrlAlias
Short name or alias of a url. It is used to represent the url.
{
"alias": "string",
"keystore_info": {
"keystore": "string",
"keystore_alias": "string",
"keystore_phrase": "string",
"truststore": "string"
},
"query": "string",
"request_body": {},
"request_headers": {},
"request_method": "string",
"url": "string"
}
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 $
Search query to be applied, if any. If query string is not provided, it will be ignored.
A raw request body in the form json format for a given url. This request body will be submitted along with request while giving a post api call.
A raw request header in the form json format for a given url. This request header will be submitted along with request while giving a api call.
Type of the http method (Get, Post) to be used while invoking the given url through dashboard datasource framework.
Url to fetch data from.