Application Delivery Management

Use API to download custom StyleBooks

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

GET  

https://<MAS_IP>/stylebook/nitro/v1/config/stylebooks/<NAMESPACE>/<VERSION>/<NAME>/actions/download
<!--NeedCopy-->

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.

GET

https://10.102.29.58/stylebook/nitro/v1/config/stylebooks/com.example.ssl.stylebooks/0.1/lb-vserver-ssl/actions/download`
<!--NeedCopy-->

The StyleBook in the .yaml format is downloaded.

localized image

Use API to download custom StyleBooks