-
Integration to Splunk
need an API that works for Splunk integration with our system. My team and I tested these URLs: https://portal.xmedius.com/api/v1/enterprise/[companyname]/events https://portal.xmedius.com/services/[companyname]/events But both URLs end up in 404s. Can anyone provide a URL that would work?
-
Invalid API call as no apiproduct match found - for Contract Approval tutorial app
I am building a contract approval thrust studio core content app base don this tutorial: OpenText™ Thrust Services Tutorial When I try to run Get 'Required Approvals' decision model in Postman (Page 200 of tutorial - {{decsion_service_url}}/runtime/decision-models?namespace=contract_approval&key=required_approvals) or when…
-
Api Test
Hello, is there a test panel where I can test the ITSM program API? Thank you.
-
Sending/Rejecting Workflow Task with rest
I try to send on a workflow process using CS rest from js (Within a WebReport). const input = { comment: 'aaaabbb', action: 'reject', "authentification_info": { password: 'ppppp!' } }; $.ajax( { url: "[LL_REPTAG_URLPREFIX /]/api/v2/processes/[LL_REPTAG_!workid /]/subprocesses/[LL_REPTAG_!workid /]/tasks/[LL_REPTAG_!taskid…
-
Documentum REST Services 23.4 - POST (Create Object)
Hello everyone, I'm trying to use Documentum Rest Services 23.4 in order to create an object: My object type is 'myType' with parent type dm_sysobject. So i want , (for monitoring purposes) to create myType Object without any folder link or any other dependency. What is the purpose of the id in this call ??? : The use case…
-
Can you expose a BPM as REST API?
Hi all, Initiating a BPM from a web service in Process Automation is pretty straightforward (Execution > Generate Web Service). But is it possible to expose this initiate BPM action as a REST service? The current REST Service is automatically generated for entities, but what about other Initiate BPM services or even other…
-
Determine long running communications/documents
I recently had the need to identify long running communicatons/documents, i.e. the ones that take more than a few seconds between dropping the source data and the timestamp when the entire job was set to "finished". The goal is to identify bottlenecks and concurrency problems in a busy site. In Supervisor I can list the…
-
REST API - Create Folder with a Category
Hi Friends, I am trying to create a folder and attach the category at the same time using the POST /nodes call and couldn't able to make it work. Wondering if anyone has any luck. I can make multiple calls like first call to create a folder and second call to update the category but I want to do this in a single call. Env…
-
How to get the data about the users created and users newly added into Opentext cloud system?
Hi Team, We wanted to ingest the data about the users , groups, users associated with groups in Opentext cloud system using OTDS APIs into data lake database. First we will perform the full load for user (/otdsws/v1/users) ,groups(/rest/groups) but I am not able to find any possible to perform the delta loads based on…
-
how to test Documentum REST API
I am currently evaluating the use of Documentum and its API for my company. The link to the API can be found here: https://developer.opentext.com/ce/products/documentum/apis/documentum-d2-23-4-0. The link to install the software is here:…