Viewing docs for Cisco Catalyst SD-WAN v0.8.1
published on Tuesday, Apr 7, 2026 by Pulumi
published on Tuesday, Apr 7, 2026 by Pulumi
Cisco Catalyst SD-WAN Provider
I want to use the Pulumi Cisco Catalyst SD-WAN package (sdwan) in my project.
## Provider details
- Package: sdwan
- Version: v0.8.1
- Publisher: Pulumi
- Source: pulumi
- Repository: https://github.com/pulumi/pulumi-sdwan
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/pulumi/pulumi/sdwan/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/sdwan/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/sdwan/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/sdwan/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for Cisco Catalyst SD-WAN v0.8.1
published on Tuesday, Apr 7, 2026 by Pulumi
published on Tuesday, Apr 7, 2026 by Pulumi
Installation
The Cisco Catalyst SD-WAN provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/sdwan - Python:
pulumi-sdwan - Go:
github.com/pulumi/pulumi-sdwan/sdk/go/sdwan - .NET:
Pulumi.Sdwan - Java:
com.pulumi/sdwan
Overview
The SDWAN provider provides resources to interact with a Cisco Catalyst SD-WAN environment. It communicates with the SD-WAN Manager via the REST API.
All resources and functions have been tested with the following releases.
| Platform | Version |
|---|---|
| Catalyst SD-WAN | 20.09 |
| Catalyst SD-WAN | 20.15 |
Please note: We no longer support or test UX 2.0 resources against 20.12.
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
sdwan:password:
value: password
sdwan:url:
value: https://10.1.1.1
sdwan:username:
value: admin
Configuration Reference
insecure(Boolean) Allow insecure HTTPS client. This can also be set as theSDWAN_INSECUREenvironment variable. Defaults totrue.password(String, Sensitive) Password for the SD-WAN Manager account. This can also be set as theSDWAN_PASSWORDenvironment variable.retries(Number) Number of retries for REST API calls. This can also be set as theSDWAN_RETRIESenvironment variable. Defaults to3.taskTimeout(Number) Timeout in seconds for asynchronous tasks. This can also be set as theSDWAN_TASK_TIMEOUTenvironment variable. Defaults to1500.url(String) URL of the Cisco SD-WAN Manager device. This can also be set as theSDWAN_URLenvironment variable.username(String) Username for the SD-WAN Manager account. This can also be set as theSDWAN_USERNAMEenvironment variable.
Viewing docs for Cisco Catalyst SD-WAN v0.8.1
published on Tuesday, Apr 7, 2026 by Pulumi
published on Tuesday, Apr 7, 2026 by Pulumi
