IBM Security QRadar SOAR

 View Only
  • 1.  Wiki python API

    Posted Tue January 28, 2020 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 Wed January 29, 2020 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
    ------------------------------