File: SoftLayer_Network_Storage_Hub_Cleversafe_Account.py

package info (click to toggle)
python-softlayer 5.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,888 kB
  • sloc: python: 41,631; makefile: 289; sh: 43
file content (39 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
credentialCreate = {
    "accountId": "12345",
    "createDate": "2019-04-05T13:25:25-06:00",
    "id": 11111,
    "password": "nwUEUsx6PiEoN0B1Xe9z9hUCyXMkAFhDOjHqYJva",
    "username": "XfHhBNBPlPdlWyaPPJAI",
    "type": {
        "description": "A credential for generating S3 Compatible Signatures.",
        "keyName": "S3_COMPATIBLE_SIGNATURE",
        "name": "S3 Compatible Signature"
    }
}

getCredentials = [
    {
        "accountId": "12345",
        "createDate": "2019-04-05T13:25:25-06:00",
        "id": 11111,
        "password": "nwUEUsx6PiEoN0B1Xe9z9hUCyXMkAFhDOjHqYJva",
        "username": "XfHhBNBPlPdlWyaPPJAI",
        "type": {
            "description": "A credential for generating S3 Compatible Signatures.",
            "keyName": "S3_COMPATIBLE_SIGNATURE",
            "name": "S3 Compatible Signature"
        }
    },
    {
        "accountId": "12345",
        "createDate": "2019-04-05T13:25:25-06:00",
        "id": 11111,
        "password": "nwUEUsx6PiEoN0B1Xe9z9hUCyXMkAFhDOjHqYJva",
        "username": "XfHhBNBPlPdlWyaPPJAI",
        "type": {
            "description": "A credential for generating S3 Compatible Signatures.",
            "keyName": "S3_COMPATIBLE_SIGNATURE",
            "name": "S3 Compatible Signature"
        }
    }
]