File: SoftLayer_Network_Storage_Iscsi.py

package info (click to toggle)
python-softlayer 6.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,508 kB
  • sloc: python: 57,195; makefile: 133; xml: 97; sh: 59
file content (23 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
getObject = {
    "id": 11111,
    "allowedVirtualGuests": [
        {
            "id": 22222,
            "allowedHost": {
                "accountId": 12345,
                "id": 18311111,
                "name": "iqn.2020-03.com.ibm:sl02su11111-v62941551",
                "resourceTableId": 6222222,
                "resourceTableName": "VIRTUAL_GUEST",
                "credential": {
                    "accountId": "12345",
                    "createDate": "2020-03-20T13:35:47-06:00",
                    "id": 1522222,
                    "nasCredentialTypeId": 2,
                    "password": "SjFDCpHrmKewos",
                    "username": "SL02SU322222-V62922222"
                }
            }
        }
    ]
}