Python client library to interact with various IBM Cloud Networking Service APIs.
<! -- toc -->
- Overview
- Prerequisites
- Installation
- Using the SDK
- Questions
- Issues
- Open source @ IBM
- Contributing
- License
The IBM Cloud Networking Services Python SDK allows developers to programmatically interact with the following IBM Cloud services:
CIS Service Name | Imported Class Name |
---|---|
CIS: Cache | CachingApiV1 |
CIS: IP | CisIpApiV1 |
CIS: Custom Pages | CustomPagesV1 |
CIS: DNS Records Bulk | DnsRecordBulkV1 |
CIS: DNS Records | DnsRecordsV1 |
CIS: Firewall Access Rules | FirewallAccessRulesV1 |
CIS: Security Level Settings | FirewallApiV1 |
CIS: GLB Events | GlobalLoadBalancerEventsV1 |
CIS: GLB Monitor | GlobalLoadBalancerMonitorV1 |
CIS: GLB Pools | GlobalLoadBalancerPoolsV0 |
CIS: GLB Service | GlobalLoadBalancerV1 |
CIS: Page Rules | PageRuleApiV1 |
CIS: Range Application | RangeApplicationsV1 |
CIS: Routing | RoutingV1 |
CIS: Security Events | SecurityEventsApiV1 |
CIS: SSL/TLS | SslCertificateApiV1 |
CIS: User Agent Blocking Rules | UserAgentBlockingRulesV1 |
CIS: WAF Settings | WafApiV1 |
CIS: WAF Rule Groups | WafRuleGroupsApiV1 |
CIS: WAF Rule Packages | WafRulePackagesApiV1 |
CIS: WAF Rules | WafRulesApiV1 |
CIS: Zone Firewall Access Rules | ZoneFirewallAccessRulesV1 |
CIS: Zone Lockdown | ZoneLockdownV1 |
CIS: Zone Rate Limits | ZoneRateLimitsV1 |
CIS: Zone Settings | ZonesSettingsV1 |
CIS: Zones | ZonesV1 |
PDNS Service Name | Imported Class Name |
---|---|
PDNS: Zones API | |
PDNS: Resource Records API | |
PDNS: Permitted Networks for Zones API | |
PDNS: Global Load Balancers API |
Direct Link Service | Imported Class Name |
---|---|
Direct Link | DirectLinkV1 |
Direct Link Provider | DirectLinkProviderV2 |
Transit Service | Imported Class Name |
---|---|
Transit Gateway | TransitGatewayApisV1 |
- An IBM Cloud account.
- An IAM API key to allow the SDK to access your account. Create one here.
- Python 3.6 or above.
To install, use pip
or easy_install
:
pip install --upgrade "ibm-cloud-networking-services==0.27.0"
or
easy_install --upgrade "ibm-cloud-networking-servies==0.27.0"
For general SDK usage information, please see this link
If you are having difficulties using this SDK or have a question about the IBM Cloud services, please ask a question Stack Overflow.
If you encounter an issue with the project, you are welcome to submit a [bug report](/issues). Before that, please search for similar issues. It's possible that someone has already reported the problem.
For deprecation notice, please see this link
Find more open source projects on the IBM Github Page
See CONTRIBUTING.
This SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.