Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

In this article you will learn how to retrieve existing Service Catalog information using the REST API.

GET Method- Service Catalog

To retrieve existing Service Catalog data, specify the following information in Swagger:

  1. Click GET or Expand Operations to retrieve information.
  2. Specify the following details in the Parameters section.:
      - ISM application URL
      - User authtoken
      - Slice token
      - Web service user name and password
  3. Click Try it out to view the response.

GET- Catalog/{id}

You can use this method to retrieve a specific service catalog details by specifying the ID. Specify the following details.:

  1. Click GET to retrieve a specific service catalog information.
  2. Specify the following details in the Parameters section.:
      - ISM application URL
      - User authtoken
      - Slice token
      - Web service user name and password
      - Specify the service catalog ID for which you want to retrieve information.
  3. Click Try it out to view the response.
  • No labels