Get a List of Search Keywords for Menu

get

/api/navigation/Configurations/readKeywords

Gets the list of search keywords for the menu.

Request

There are no request parameters for this operation.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : data
Type: object
Records
Example:
{
    "/#AAA/authTypes":"authentication,saml,ldap,sso,radius,active directory,security",
    "/#AAA/roles":"roles,user,acl,access control,aaa,rbac,security,permissions",
    "/#AAA/users":"users,accounts,password,operators",
    "/#AAA/userGroups":"users,groups,accounts,roles,properties,permissions,restrictions",
    "/#broker/applicationConfigTypes":"application,config,datatype,services,jobs",
    "/#broker/failoverStates":"servers,failover,service,state,status",
    "/#broker/jobs":"servers,jobs,scheduled,processes,scripts,logs,start",
    "/#broker/licenses":"license,licence,licensing",
    "/#package/depots":"packages,updates,upgrades,edge,stable,nightly",
    "/#broker/servers":"servers,updates,upgrades,versions,software,broker,roles",
    "/#broker/services":"servers,services,processes,scripts,running,applications,logs,stop,start,restart,pid",
    "/#dashboard/dashboards":"dashboards,portals,reports,panel",
    "/#dashboard/groups":"dashboards,portals,groups",
    "/#database/database":"databases,sql,mysql,neo4j,influx,query",
    "/#database/queries":"query,queries,databases,sql,reports",
    "/#database/queryTool":"query,queries,sql",
    "/#device/devices":"devices,catalog,inventory,discover",
    "/#device/groups":"groups,grouping,devices,category",
    "/#device/deviceManagement":"device,edit,multiple,management,bulk,change",
    "/#device/categories":"devices,types,categories,category,icon",
    "/#device/types":"devices,types,category,sysoid,oid,enterprise,vendor",
    "/#device/zones":"zones,devices",
    "/#device/windows":"maintenance,windows,devices,outage,mtce",
    "/#device/metaTypes":"devices,types,metatype,label,tagging",
    "/#device/vendors":"vendor,devices,types,category,categories"
}

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
Back to Top