• Loading...
This documentation refers to a previously released version of BMC Atrium Discovery (other versions).

Parameters

Skip to end of metadata
Go to start of metadata
Space Search

Searching TWF 7.2

Table of Contents

The following parameters are required for each script that interrogates the data store:

  1. A valid query string as recognized by the data store. See the Tideway Foundation Searching and Reporting Service Technical Note for details of the syntax of data store queries.
  2. A valid username and password. If you do not supply the correct credentials, the query will fail.
    You should note that unless you are using https, usernames and passwords sent from a script are transmitted unencrypted.
  3. The CSV API accepts an optional Boolean parameter enabling you to specify whether column headings are to be returned with CSV data. This parameter is ignored by the XML API.
    • To specify that headings are returned, use headings=1. This is the default.
    • To specify that headings are not returned, use headings=0.
      For example:
      http://appliance/ui/api/CsvApi?query=SEARCH%20Host&username=system&password=system&headings=0
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.