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. 公共参数::
  2. 认证:

    >>> from plcloudclient.v1_0 import client
    >>> username='demo'
    >>> password='secreetword'
    >>> tenant_name='demo'
    >>> auth_url='http://api.plcloud.com:5001/v2.0'
    >>> plcloud = client.Client(username=username, password=password,
    ...                         tenant_name=tenant_name, auth_url=auth_url)
  3. 调用函数(如显示所有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.2.0.1.g9fcd460.tar.gz (14.1 kB view details)

Uploaded Source

File details

Details for the file python-plcloudclient-1.2.0.1.g9fcd460.tar.gz.

File metadata

File hashes

Hashes for python-plcloudclient-1.2.0.1.g9fcd460.tar.gz
Algorithm Hash digest
SHA256 510ccb27d66979ebd941abb9d3bc3c63d015d235aa43e871441f70679ba11a3b
MD5 b57f17a0ecdb07ab3c8fc41df3c1d94d
BLAKE2b-256 b64277a155ca10f0f2d8d2c9edde8572b9e27e98bb15cc21e12b8ebe226616c5

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