Votes
Answers
Views
Question
0
1
161
asked 8 years ago by scruffy
updated 8 years ago by josh-yates
In ALM Octane On premise version 12.53.16 We generated API Access client Id and secret from HP ALM Octane settings. We tried to login into the Octane swagger for REST API calls details but we do not see any workspaces assigned from the drop down.
2
1
38
We have noticed after kicking off automated test runs from test lab for UFT execution, a large number of REST client connections are staying in place under site connections. We are getting several hundred in there during test set execution. I can manually close these but that's not idea solution...
1
1
51
asked 8 years ago by neena
updated 8 years ago by bubblehead712
We want to promote the REST service from file system activities to ALM. If we create a REST service, it shows up in Local Activities-> Rest Services. From here we are able to promote it to ALM. If we want to use it locally then we are able to promote it to File System Activities. But once it's in Fi...
2
1
103
How Do I delete an entity (such as a defect) using REST API / VBScript?
2
1
78
How Do I update a field value (such as defect field) using REST API / VBScript?
0
1
56
How Do I log out of the session using REST API / VBScript?
0
1
253
How Do I authenticate with Basic Authorization header using REST API / VBScript?
0
2
305
asked 10 years ago by lungri
updated 9 years ago by jan-vandekerckhove
How Do I authenticate using REST API / VBScript?
3
1
430
I have to test a REST API with JSON content. This API requires that the client login first and get a session id. I tried doing this with web_custom_request...but to no avail. This is the sample web_custom_request: web_custom_request("RestAPI", "URL=https://{severname}/rest/blablabla"...