on 2019 Jan 16 11:49 AM
Hi All,
I am trying to retrieve information from https://tenant_url/api/v1/IntegrationRuntimeArtifacts/ using Odata adapter .
I am getting below error : com.sap.gateway.core.ip.component.odata.exception.OsciException: : 501 : HTTP/1.1
Note : The iflow is working fine when I am trying to retrieve information related to "MessageProcessingLogs"
Regards
Vinay
Hello Vinay,
For RuntimeArtifact, expand, order, select, top, skip, and inlineCount are not implemented.If you are looking for the data from this API please use HTTP adapter with below url and it works.
https://<TMN>/api/v1/IntegrationRuntimeArtifacts
Regards,
Sriprasad Shivaram Bhat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sriprasad,
When I your suggestion is working! but I when I tried getting the Error Information,
https://<TMN>/api/v1/IntegrationRuntimeArtifacts('{Id}')/ErrorInformation/$value - This doesn't fetch the error Information. I tried using this URL by following this Blog .
Please let me know if there is any solution.
Thanks,
Sidharth VR
I am able to use the below query -
https://xxxxx.cfapps.eu10.hana.ondemand.com/api/v1/IntegrationRuntimeArtifacts?$filter=Id eq 'abcde'
But the below query result in an error
https://xxxxx.cfapps.eu10.hana.ondemand.com/api/v1/IntegrationRuntimeArtifacts?$filter=DeployedOn gt datetime'2022-07-12T12:33:59'
Error Message :-
Bad Request
Invalid filter expression: 'DeployedOn gt datetime'2022-07-12T12:33''.
Can we not put filter on DeployedOn ? Is there a document, which could tell us which attributes could be filtered and which could not be filtered ?
Hi Sriprasad,
Thanks for the update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.