Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, host names, userids, catalogs, and organizations. Here is an example: "To run the actual tests, you will use the same URL
, Key
, and Secret
and just change the path from /test
to /test/run
."
A parameter block is set as follows:
<api manager host> = api-manager-ui.apicisoa.com <userid> = isoadeveloper <catalog> = sandbox <organization> = middleware
Any command-line input or output is written as follows:
curl -v -k -X POST -F "product=@/home/[user]/jenkins/workspace/basic-product_1.0.0.yaml;type=application/yaml" -F "openapi=@/home/[user]/jenkins/workspace/basic-test_1.0.0.yaml;type=application/yaml" -H "Authorization: Bearer [GENERATED TOKEN]" -H 'Accept: application/json' https://[apimserver]/api/catalogs/[organization name]/[catalog]/publish
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Select System info from the Administration panel."
Tips or important notes
Appear like this.