hpecp-python-library icon indicating copy to clipboard operation
hpecp-python-library copied to clipboard

api/v1/catalog/?association=/api/v1/tenant/8

Open snowch opened this issue 3 years ago • 0 comments

GET /api/v1/catalog/?association=/api/v1/tenant/8 HTTP/1.1
Host: 127.0.0.1:8080
Accept-Encoding: gzip, deflate
REMOTE_ADDR: 86.138.132.112
Accept: */*
User-Agent: python-requests/2.6.0 CPython/2.7.5 Linux/3.10.0-1127.13.1.el7.x86_64
Connection: keep-alive
X-BDS-SESSION: /api/v2/session/7ab6afb4-ac96-4adc-a422-7aeef8ab82fe
Authorization: /api/v2/session/7ab6afb4-ac96-4adc-a422-7aeef8ab82fe

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Length: 573
Content-Type: application/json
Date: Thu, 23 Jul 2020 22:37:20 GMT
Server: HPE Ezmeral Container Platform 5.1

{
  "_links": {
    "self": {
      "href": "/api/v1/catalog/??association=/api/v1/tenant/8"
    },
    "feedlog": {
      "href": "/api/v1/catalog/feedlog"
    },
    "feed": [
      {
        "href": "http://127.0.0.1:8080/api/v1/feed/local",
        "name": "Feed generated from local bundles."
      },
      {
        "href": "https://s3.amazonaws.com/xxx/xxx/xxx/xxx/xxx/CP-5.1/feeds/feed.json",
        "name": "BlueData EPIC-5.1 catalog feed for docker"
      }
    ]
  },
  "catalog_api_version": 6,
  "feeds_refresh_period_seconds": 86400,
  "feeds_read_counter": 3,
  "catalog_write_counter": 3,
  "_embedded": {
    "independent_catalog_entries": [],
    "dependent_catalog_entries": []
  }
}

snowch avatar Jul 23 '20 22:07 snowch