List Catalogs/Service Items
The list catalogs action lists the service catalogs currently found in the environment. The list service items action lists the service items within a catalog. It can also display attributes of the service items.
List Catalogs Arguments
This action takes 0 arguments.
List Catalogs Example
java -jar kurl.jar -config="config.yml" -action=list_catalogs
List Service Items Arguments
catalog | Specifies the service catalog to use when querying for service items |
show_attributes | If used attributes of the service items will be printed |
List Service Items Example
java -jar kurl.jar -config="config.yml" -action=list_service_items -catalog="Service Catalog"