Fetch Control Attributes
POST/fetchControlAttributes
This API is used for fetching the details of dynamic attributes associated with an analytics control. This can be used for both Elasticsearch and Database analytics. The Authorization
must have Bearer
followed by Token
. Mandatory params: analyticstype
(ES/DB) analyticsname
OR id
Request
- application/json
Body
analyticstype string
id string
max string
offset string
Responses
- 200
Fetch Control Attributes
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Fetch Control Attributes
Schema
Array [
]
attributesList
object[]
attributeDefaultValue string
attributeKey number
attributeLabel string
attributeName string
attributeValue string
format string
orderIndex numbernull
errorcode string
msg string
{
"attributesList": [
{
"attributeDefaultValue": "'Enter Account ID here'",
"attributeKey": 145,
"attributeLabel": "AWS Accounts",
"attributeName": "AWS Accounts",
"attributeValue": "",
"format": "String",
"orderIndex": null
}
],
"errorcode": "0",
"msg": "Success"
}
{
"attributesList": [
{
"attributeDefaultValue": "'Enter Account ID here'",
"attributeKey": 145,
"attributeLabel": "AWS Accounts",
"attributeName": "AWS Accounts",
"attributeValue": "",
"format": "String",
"orderIndex": null
}
],
"errorcode": "0",
"msg": "Success"
}
Loading...