Home

Awesome

Build Status Release PyPI - Python Version PyPI PyPI - Downloads License semantic-release CLA assistant

IBM Cloud Platform Services Python SDK Version 0.57.1

Python client library to interact with various IBM Cloud Platform Service APIs.

Table of Contents

<!-- The TOC below is generated using the `markdown-toc` node package. https://github.com/jonschlinkert/markdown-toc You should regenerate the TOC after making changes to this file. npx markdown-toc -i README.md --> <!-- toc --> <!-- tocstop -->

Overview

The IBM Cloud Platform Services Python SDK allows developers to programmatically interact with the following IBM Cloud services:

Service NameModule NameService Class Name
Case Managementcase_management_v1CaseManagementV1
Catalog Managementcatalog_management_v1CatalogManagementV1
Context Based Restrictionscontext_based_restrictions_v1ContextBasedRestrictionsV1
Enterprise Billing Unitsenterprise_billing_units_v1EnterpriseBillingUnitsV1
Enterprise Managemententerprise_management_v1EnterpriseManagementV1
Enterprise Usage Reportsenterprise_usage_reports_v1EnterpriseUsageReportsV1
Global Catalogglobal_catalog_v1GlobalCatalogV1
Global Searchglobal_search_v2GlobalSearchV2
Global Taggingglobal_tagging_v1GlobalTaggingV1
IAM Access Groupsiam_access_groups_v2IamAccessGroupsV2
IAM Identity Serviceiam_identity_v1IamIdentityV1
IAM Policy Managementiam_policy_management_v1IamPolicyManagementV1
IBM Cloud Shellibm_cloud_shell_v1IbmCloudShellV1
Open Service Brokeropen_service_broker_v1OpenServiceBrokerV1
Partner Billing Unitspartner_billing_units_v1PartnerBillingUnitsV1
Partner Usage Reportspartner_usage_reports_v1PartnerUsageReportsV1
Resource Controllerresource_controller_v2ResourceControllerV2
Resource Managerresource_manager_v2ResourceManagerV2
Usage Meteringusage_metering_v4UsageMeteringV4
Usage Reportsusage_reports_v4UsageReportsV4
User Managementuser_management_v1UserManagementV1

The following services have been relocated to a different SDK project. Please consult the documentation for each service to determine the new location:

Service NameModule NameService Class Name
Configuration Governanceconfiguration_governance_v1ConfigurationGovernanceV1
Posture Managementposture_management_v1PostureManagementV1

Prerequisites

Installation

To install, use pip:

python -m pip install --upgrade ibm-platform-services

Then in your code, you can import the appropriate service like this:

from ibm_platform_services.<service-module-name> import *

where <service-module-name> is the service's module name from the table above

Using the SDK

For general SDK usage information, please see this link

Questions

If you are having difficulties using this SDK or have a question about the IBM Cloud services, please ask a question at Stack Overflow.

Issues

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.

Open source @ IBM

Find more open source projects on the IBM Github Page

Contributing

See CONTRIBUTING.md.

License

This SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.