Skip to main content

PLCloud API SDK

Project description

宝德云API SDK (http://console.plcloud.com)

Latest Version Downloads

依赖

  1. python-keystoneclient >= 0.8.0

提供的SDK有

  1. CDN (CDN服务)

  2. Ticket (工单服务)

使用概述

  1. 认证

::
>>> from plcloudclient.v1_0 import client
>>> username='demo'
>>> password='secreetword'
>>> tenant_name='demo'
>>> auth_url='http://192.168.106:5001/v2.0'
>>> plcloud = client.Client(username=username, password=password,
...                         tenant_name=tenant_name, auth_url=auth_url)
  1. 调用函数(如显示所有CDN域名)

::
>>> from plcloudclient.v1_0 import client
>>> plcloud = client.Client(...)
>>> plcloud.cdn.list()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-plcloudclient-1.1.0.6.gedf0b45.tar.gz (14.0 kB view details)

Uploaded Source

File details

Details for the file python-plcloudclient-1.1.0.6.gedf0b45.tar.gz.

File metadata

File hashes

Hashes for python-plcloudclient-1.1.0.6.gedf0b45.tar.gz
Algorithm Hash digest
SHA256 cd90bf4327249000413ae7ca3fc9c07d22a30558ad48902d5ea92288a9fefe43
MD5 f38a3ea9296d0fd163e2f96d14f29a6e
BLAKE2b-256 ad9e2a627cd40bb17e695fe450c40513569a96602f73fb2a74ff5ed48f167e3c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page