Technical requirements
Unlike Chapter 4, API Creation, and Chapter 5, Modernizing SOAP Services, which utilized local development tools such as API Designer and Local Test Environment (LTE), this chapter will require you to have access to an existing APIC cloud implementation. This APIC cloud access can be provided by your company's APIC cloud administrator.
The exercises in this chapter will require you to have the following access:
- API Manager UI.
- Access to the mock authentication URL service:
http://httpbin.org/basic-auth/user/passwd
. This service returnsHTTP Response Code 200
for theusername=user
andpassword=pass
credentials. For any other username and password values, this service returnsHTTP Response Code 401
. - Access to https://stu3.test.pyrohealth.net/fhir/Patient/d75f81b6-66bc-4fc8-b2b4-0d193a1a92e0 from your API Gateway.
- Access to a curl tool for executing tests.
Once you have access to these, you are ready to start exploring various...