Endevor REST API return wrong response URL for reports with STC pooling
search cancel

Endevor REST API return wrong response URL for reports with STC pooling

book

Article ID: 137664

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Using Endevor REST API, issue HTTPS request, get HTTP URL for reports (APIMSGS and C1MSGS) in response. 

For example issue this HTTPS request using Endevor REST API

https://www.example.com:####/EndevorService/rest/ENDEVOR/env/ENV1/stgnum/2/sys/SYS1/subsys/SUBSYS1/type/ASM/ele/C1DEFLTS/acm/

And get this response with wrong reports URL:

"returnCode": "0000",

"reasonCode": "0000",

"reports": {

"APIMSGS": "http://www.example.com:####/endevor/reports/1234567890-389928437-APIMSGS",

"C1MSGS1": "http://www.example.com:####/endevor/reports/1234567890-959424002-C1MSGS1",

"C1MSGSA": "http://www.example.com:####/endevor/reports/1234567890-803443192-C1MSGSA"

}

User can't click the link to access APIMSGS/C1MSGS unless they manually change the URL protocol from HTTP to HTTPS.

Environment

Release : Endevor V18.0 and V18.1

Resolution

Apply PTF SO11268 for V18.0 or PTF SO11272 for V18.1