Skip to main content

Fetch List of Analytics ES

GET 

/fetchControlListES

This method fetches a list of Analytic Controls in Elastic and support the usage of GET and POST methods. It is recommended to use the POST method. Optional params: searchcriteria: analytics params to search. Example: {"analyticsid": "9","risk": "Medium","category": "Usage","status": "Active","analyticsname":"testESQuery","owner":"awsadmin","usergroup":"MTSTrade_Approver_BusinessOwner","tags":"Tagname","description":"desc","recommendations":"comm"}, max, offset loggedinuser Note: Security is based on owner, delegate, ROLE_ADMIN, SAV_ROLE's analytics ES category. The Authorization must have Bearer followed by Token.

Request

Body

    analyticsid string
    max string
    offset string

Responses

Fetch List of Analytics ES / GET - Fetchlist / Post-FetchControlListES

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

Schema

    displaycount string
    errorcode string
    msg string

    result

    object[]

  • Array [

  • actionJson string
    allowedAction string
    analyticsEsIndex string
    analyticsEsIndexType string
    analyticsName string
    analyticsid string
    analyticstype string
    baseCount string
    category string
    createDate string
    description string
    emailTemplate string
    enableArchival string
    noOfHistoryToKeep string
    recommendations string
    risk string
    securityContext string
    status string
    subcategory string
    tags string
  • ]

  • totalcount string
Loading...