Publish, Locate, and Consume Services

    Make sure the Dev Portal is on. You should have enabled it during .

    Using Kong Manager

    Using the Admin API

    1. In Kong Manager, open the Workspaces tab and open your workspace (for example, SecureWorkspace).

    2. Scroll down in the sidebar, then click the Overview link under the Dev Portal section.

    3. Click Enable Developer Portal and refresh the browser page.

    cURL

    HTTPie

    After the Dev Portal is enabled for the Workspace, a few new links appear in the left navigation menu. It may take a few seconds for the Settings page to populate.

    You can learn more about personalization in the the Dev Portal documentation, including:

    1. Go back to Dev Portal > Overview and open the link in a new tab, or open the Dev Portal directly using this URL: .

      You’ll see a list of available API catalogs. By default, httpbin.org and Swagger Petstore appear as examples.

    2. Click on the httpbin.org entry to explore the API.

      On the left side, tags for the API as configured by the spec are displayed for easy searching.

      On the right, you can see the HTTP methods of the API. Clicking into each method shows its details, lets you test the method, and provides code snippets developers can use to leverage the method in their applications.

    3. Test the GET method:

      1. Under HTTP Methods, click the GET method.
      2. Click Try it Out, then click Execute. Review the results of the response.
    1. In Kong Manager, navigate to Dev Portal > Editor and open the link in a new tab. The editor lets you customize the Dev Portal.

    2. In the New File dialog, open the dropdown and select spec, then name the spec vitals_spec.yaml.

    3. Click on Create File.

      The editor creates the file and prepares it for editing. Since you haven’t added any content to the file, the preview displays “Unable to render this definition”.

    4. In another tab, open the Kong Vitals Overview page to download the vitalsSpec.yaml. Open it in your favorite text editor and copy the contents of the file.

    5. In the Dev Portal editor, clear the contents of the editor, then paste the contents of .

    6. Click Save Changes. If done correctly, the preview should show the API now.

    In this topic, you:

    • Enabled the Dev Portal on the Workspace SecureWorkspace.
    • Tested the httpbin method.
    • Added a new spec for the Kong Vitals API to the Dev Portal catalog.