Votes
Answers
Views
Question
0
votes
1
answer
180
views
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
votes
1
answer
40
views
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
vote
1
answer
54
views
asked 9 years ago by neena
updated 9 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
votes
1
answer
114
views
How Do I delete an entity (such as a defect) using REST API / VBScript?
2
votes
1
answer
93
views
How Do I update a field value (such as defect field) using REST API / VBScript?
0
votes
1
answer
63
views
How Do I log out of the session using REST API / VBScript?
0
votes
1
answer
272
views
How Do I authenticate with Basic Authorization header using REST API / VBScript?
0
votes
2
answers
324
views
asked 11 years ago by lungri
updated 9 years ago by jan-vandekerckhove
How Do I authenticate using REST API / VBScript?
3
votes
1
answer
446
views
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"...