NSX-T Data Center REST API

UrlAlias (schema)

Url Alias

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

Name Description Type Notes
alias Url Alias Name

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 Maximum length: 255
keystore_info Key Store Info for the URLAlias

Key Store information for the URLAlias.Use this property if key store information is different for each url alias.
KeyStoreInfo
query Search query of the search api, if any

Search query to be applied, if any. If query string is not provided, it will be ignored.
string Maximum length: 1024
request_body 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. object
request_headers 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. object
request_method Type of http method

Type of the http method (Get, Post) to be used while invoking the given url through dashboard datasource framework.
string Enum: Get, Post
Default: "Get"
url Url

Url to fetch data from.
string Required
Maximum length: 1024