IBM QRadar SOAR

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Wiki python API

    Posted 01/28/20 03:54 AM
    Hello,

    Does anyone know whats the "API Name" of the "Page Name" of the wiki? Im trying to develop an script, but i need this information. Here is the screenshot: 

    Thank you


    ------------------------------
    Aitor Vivanco Sata Cruz
    ------------------------------


  • 2.  RE: Wiki python API

    Posted 01/29/20 08:48 AM
    Wiki entries do not have internal API names. Those pages only have integer identifiers:

    rest/orgs/202/wikis/30

    You can get the full list of wiki entries with titles and ids using the

    GET /rest/orgs/<org_id>/wikis

    endpoint.

    ------------------------------
    Ben Lurie
    ------------------------------