Python client library to interact with various IBM Cloud Platform Service APIs.
- Overview
- Prerequisites
- Installation
- Using the SDK
- Questions
- Issues
- Open source @ IBM
- Contributing
- License
The IBM Cloud Platform Services Python SDK allows developers to programmatically interact with the following IBM Cloud services:
Service Name | Module Name | Service Class Name |
---|---|---|
Case Management | case_management_v1 | CaseManagementV1 |
Catalog Management | catalog_management_v1 | CatalogManagementV1 |
Configuration Governance | configuration_governance_v1 | ConfigurationGovernanceV1 |
Enterprise Billing Units | enterprise_billing_units_v1 | EnterpriseBillingUnitsV1 |
Enterprise Management | enterprise_management_v1 | EnterpriseManagementV1 |
Enterprise Usage Reports | enterprise_usage_reports_v1 | EnterpriseUsageReportsV1 |
Global Catalog | global_catalog_v1 | GlobalCatalogV1 |
Global Search | global_search_v2 | GlobalSearchV2 |
Global Tagging | global_tagging_v1 | GlobalTaggingV1 |
IAM Access Groups | iam_access_groups_v2 | IamAccessGroupsV2 |
IAM Identity Service | iam_identity_v1 | IamIdentityV1 |
IAM Policy Management | iam_policy_management_v1 | IamPolicyManagementV1 |
Open Service Broker | open_service_broker_v1 | OpenServiceBrokerV1 |
Posture Management | posture_management_v1 | PostureManagementV1 |
Resource Controller | resource_controller_v2 | ResourceControllerV2 |
Resource Manager | resource_manager_v2 | ResourceManagerV2 |
Usage Metering | usage_metering_v4 | UsageMeteringV4 |
Usage Reports | usage_reports_v4 | UsageReportsV4 |
User Management | user_management_v1 | UserManagementV1 |
- 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
:
pip install --upgrade ibm-platform-services
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 at Stack Overflow.
If you encounter an issue with the project, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible that someone has already reported the problem.
Find more open source projects on the IBM Github Page
See CONTRIBUTING.md.
This SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.