summaryrefslogtreecommitdiff
path: root/src/test/ipams/phpipam/ipam_config
blob: a33be304f4dd432532b1f2bbfccdf75625f1dc5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
          'ids' => {
                     'phpipam' => {
                                    'url' => 'https://localhost/api/apiadmin',
                                    'type' => 'phpipam',
                                    'section' => 1,
                                    'token' => 'JPHkPSLB4O_XL-GQz4qtEFmNpx-99Htw'
                                  },
                     'pve' => {
                                'type' => 'pve'
                              },
                     'netbox' => {
                                   'token' => '0123456789abcdef0123456789abcdef01234567',
                                   'type' => 'netbox',
                                   'url' => 'http://localhost:8000/api'
                                 }
                   },
}