Reveal an API Component

Write API component information to a specified output folder

Revealing an API component is basically the same as revealing a process. However, an API might have many, many service processes, which are: independent children!

There are basically two options to reveal an API.

A REST service with its service processes

Reveal an API component without its service processes

This command retrieves the API component with its dependent child components, only. Dependent child components are profiles, certificates etc.

.\bc comp get /c {apiComponentId} /outdir {dir} /t compList.csv /children dependent

Reveal an API component including all its service processes

NOTE Depending on the number of service processes this may take a couple of seconds to retrieve all children.

This command retrieves the API component with all child components.

.\bc comp get /c {apiComponentId} /outdir {dir} /t compList.csv /children all

Last updated