Where can I find Webservices that are under HTTPS?
HTTPS or Restful WebServices will show up under the backends as https://[provider_url.com_port . All the service requests are shown under the Default, Unless you break it down by providing a backend path set up, which is similar to a URL Grouping.
Example:
introscope.agent.backendpathgroup.keys=eligibility,search,contacts,listing,pcpdetail,summary,individual,members,getActiveMsg,default
introscope.agent.backendpathgroup.group.eligibility.pathprefix=/v1/members/eligibility
introscope.agent.backendpathgroup.group.eligibility.format=eligibility
introscope.agent.backendpathgroup.group.search.pathprefix=/v1/members/search
introscope.agent.backendpathgroup.group.search.format=search
introscope.agent.backendpathgroup.group.contacts.pathprefix=/v1/members/contacts
introscope.agent.backendpathgroup.group.contacts.format=contacts
....etc....