logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pmSearchTextInDom - search for all entities related to given instance domain

C Synopsis

#include<pcp/pmwebapi.h>intpmSearchTextInDom(pmSearchSettings*settings,pmSearchTextRequest*request,void*arg);cc...-lpcp_web

Description

       Executes  search  for  all  metrics,  instances  and instance domains, that are related to given instance
       domain as specified by request:

       query
            Target instance domain.

       count
            Limits number of results. Defaults to 10.

       offset
            Search offset. Defaults to 0.

       Results are ordered by type in an ascending order.

       Each entity matched by the request above will be passed to on_text_result callback provided by settings.

Diagnostics

       This function always returns zero on success.  On failure a negative PMAPI error code is returned.

Name

pmSearchTextInDom - search for all entities related to given instance domain

See Also

pmproxy(1), pmlogger(1), pmsearch(1), pmSearchSetup(3), PMAPI(3) and PMWEBAPI(3).

Performance Co-Pilot                                   PCP                                  PMSEARCHTEXTINDOM(3)

See Also