Review API CallsΒΆ

In this lab section we are introducing Postman, an API Development Environment that helps us structure API calls. We will send GET requests to obtain the RPM package that shows details of the API.


Exercise 1 - Setting Up Postman Environment

  1. Open Postman

Exercise 2 - Check Application Services 3 Extension (AS3) RPM Availability

  1. Open Postman

  2. Open the the Postman collection Verify Installation

    ../../_images/postman1.jpg
  3. Click the Get AS3 RPM Package request

  4. Examine the request. Note that we are sending a 'GET' request with an empty body. Send the GET request by clicking the blue 'Send' button. Also note that we have built in auth for you, using Basic username and password authentication.

    ../../_images/send1.jpg
  5. You should see a similar response.

    ../../_images/as3rpm.jpg

NOTE: By sending this GET request to 'https://10.1.1.9/mgmt/shared/appsvcs/info' with the correct credentials, the response shows details of the AS3 API available on this BIG-IP.

NOTE: This AS3 RPM package was pre-installed. For instructions, visit the link here: https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/installation.html


Exercise 3 - Check Telemetry Streaming RPM Availability

  1. Click the Get TS RPM Package request

  2. Examine the request. Note that we are sending a 'GET' request with an empty body. Send the GET request by clicking the blue 'Send' button.

    ../../_images/sendts.jpg
  3. You should see a similar response.

    ../../_images/tsrpm.jpg

NOTE: By sending this GET request to 'https://10.1.1.9/mgmt/shared/telemetry/info' with the correct credentials, the response shows details of the TS API available on this BIG-IP.

NOTE: This Telemetry Streaming RPM package was pre-installed. For instructions, visit the link here: https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/userguide/installing-ts.html