Application Delivery Management

Use API to download custom StyleBooks

You can download a custom StyleBook by providing the following StyleBooks REST API:

POST http://<MAS_IP>/stylebook/nitro/v2/config/stylebooks/<NAMESPACE>/<VERSION>/<NAME>/actions/actions/download?dependencies=true payload dependencies=true

You can run the API in any tool such as the curl command line tool or the Postman chrome browser extension after making modifications to the IP address, name, version, and namespace fields.

POST http://10.102.201.246/stylebook/nitro/v2/config/stylebooks/com.samples.adc.stylebooks/1.2/lb-mon/actions/download?dependencies=true payload dependencies=true

The StyleBook in the .yaml format is downloaded.

localized image

Use API to download custom StyleBooks