jp-east-1.rhui.nifcloud.com Open in urlscan Pro
222.158.238.151  Public Scan

URL: https://jp-east-1.rhui.nifcloud.com/v2/_catalog
Submission: On July 14 via manual from US — Scanned from JP

Form analysis 2 forms found in the DOM

<form id="get-form" class="pull-right">
  <fieldset>
    <div class="btn-group format-selection">
      <a class="btn btn-primary js-tooltip" href="/v2/_catalog" rel="nofollow" title="Make a GET request on the Catalog resource">GET</a>
      <button class="btn btn-primary dropdown-toggle js-tooltip" data-toggle="dropdown" title="Specify a format for the GET request">
        <span class="caret"></span>
      </button>
      <ul class="dropdown-menu">
        <li>
          <a class="js-tooltip format-option" href="/v2/_catalog?format=json" rel="nofollow" title="Make a GET request on the Catalog resource with the format set to `json`">json</a>
        </li>
        <li>
          <a class="js-tooltip format-option" href="/v2/_catalog?format=api" rel="nofollow" title="Make a GET request on the Catalog resource with the format set to `api`">api</a>
        </li>
      </ul>
    </div>
  </fieldset>
</form>

/v2/_catalog

<form class="button-form" action="/v2/_catalog" data-method="OPTIONS">
  <button class="btn btn-primary js-tooltip" title="Make an OPTIONS request on the Catalog resource">OPTIONS</button>
</form>

Text Content

Pulp 3
 * rhuicontaineruser
   * Log out

 * Version
 * Catalog

GET
 * json
 * api

OPTIONS


CATALOG

Handles requests to the /v2/_catalog endpoint

GET /v2/_catalog

HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Docker-Distribution-Api-Version: registry/2.0
Vary: Accept

{
    "repositories": []
}