IBM API Hub
FOC Enterprise Microservices

By IBM

The Future of Computing (FOC) Enterprise Microservices of IBM Research comprise of a composable set of managed API servicesthat deliver hybrid multicloud based enterprise discovery acceleration capabilities through the public Internet andenterprise intranets in the areas of material design/discovery, etc.


API reference

Create a collection

POST

/collections

This operation creates a collection resource.

Request URL
https://api.ibm.com/industryresearch/run/v1/collections
Security
To run this operation, use any one of the following sets of security requirements.
apiKey
X-IBM-Client-Id
required in header
apiKey
X-IBM-Client-Secret
required in header
basic
Authorization

IBMid basic auth

apiKey
X-IBM-Client-Id
required in header
basic
Authorization

IBMid basic auth

apiKey
X-IBM-Client-Id
required in header
apiKey
X-IBM-Client-Secret
required in header
Parameters
Name
Description
  • x-ibm-behalf
    string
    (header)

    Optional custome on-behalf-of header

  • Content-type
    string
    (header)
    application/json
    application/json; charset=utf-8
  • Accept
    string
    (header)
    application/json
    application/json; charset=utf-8
  • Request body
    Responses
    • 201

      Created

    • default

      Unexpected error

    Code snippet
      1curl --request POST \
      2  --url https://api.ibm.com/industryresearch/run/v1/collections \
      3  --header 'X-IBM-Client-Id: REPLACE_THIS_KEY' \
      4  --header 'X-IBM-Client-Secret: REPLACE_THIS_KEY' \
      5  --header 'accept: application/json' \
      6  --header 'content-type: application/json' \
      7  --header 'x-ibm-behalf: REPLACE_THIS_VALUE' \
      8  --data REPLACE_REQUEST_BODY
      

        Example response

          1{
          2  "collection": [
          3    {
          4      "id": "2367817529688064",
          5      "name": "Tom Flores",
          6      "region": "vogilzemboewero",
          7      "subscription": "175.97.75.247",
          8      "requester": "afesitpoktavuv",
          9      "timestamp": "315171563",
          10      "request": {
          11        "lifespan": "nuobveni",
          12        "timeout": {
          13          "running": "fuwevamawonl"
          14        },
          15        "type": "habep",
          16        "md_amd_molset": {
          17          "mime": "nodozoug",
          18          "class": "urwafmeos",
          19          "option": "mamogus",
          20          "ref": {
          21            "url": "http://bot.tz/uvmiani",
          22            "mime": "husugsikik"
          23          },
          24          "s3": {
          25            "key": {
          26              "option": "femgo",
          27              "s3key": "bujurzata",
          28              "credentials": {
          29                "endpoint": "kepcatuce",
          30                "id": "4103498736074752",
          31                "secret": "gushohuafb"
          32              }
          33            },
          34            "bucket": "icipucehrivhi",
          35            "prefix": "Miss",
          36            "name": "Francis May",
          37            "mime": "jegjaoridashelm"
          38          },
          39          "in4ref": [
          40            {
          41              "url": "http://hik.sj/epabuzuz",
          42              "name": "Christian Vargas",
          43              "mime": "vowehivebigkiucu"
          44            }
          45          ],
          46          "in4s3": {
          47            "key": {
          48              "option": "felleztauj",
          49              "s3key": "letahacammozi",
          50              "credentials": {
          51                "endpoint": "medop",
          52                "id": "4343414051045376",
          53                "secret": "wazudimtafi"
          54              }
          55            },
          56            "bucket": "uhek",
          57            "prefix": "Miss",
          58            "file": [
          59              {
          60                "name": "Curtis Gibson",
          61                "mime": "totelbezgi"
          62              }
          63            ]
          64          }
          65        },
          66        "md_amd_metadata": {
          67          "mime": "jada",
          68          "class": "maknanepifipatuh",
          69          "option": "kewfigsocamzugvu",
          70          "ref": {
          71            "url": "http://eme.sg/mitolgom",
          72            "mime": "sihikesl"
          73          },
          74          "s3": {
          75            "key": {
          76              "option": "tomowihbovezv",
          77              "s3key": "wegguvujz",
          78              "credentials": {
          79                "endpoint": "pomceolicikhe",
          80                "id": "4565867197104128",
          81                "secret": "juvpivizhoghema"
          82              }
          83            },
          84            "bucket": "turzazuvkurocup",
          85            "prefix": "Mr.",
          86            "name": "Micheal Ross",
          87            "mime": "udawatifihici"
          88          },
          89          "in4ref": [
          90            {
          91              "url": "http://suj.lu/vumaopi",
          92              "name": "Johanna Casey",
          93              "mime": "rejebaz"
          94            }
          95          ],
          96          "in4s3": {
          97            "key": {
          98              "option": "ekoleofjihuh",
          99              "s3key": "doawejipjimgutu",
          100              "credentials": {
          101                "endpoint": "mafhunco",
          102                "id": "6046536758722560",
          103                "secret": "oceh"
          104              }
          105            },
          106            "bucket": "zevowowkigtude",
          107 ...
          
          Example is truncated for better usability.
          To see the full example, use the Copy button to copy it to the clipboard.