Sha256: a0d49c53972484508ffda49efcfeb684c3eb13c9b90a0423a955ff66ee4c8ac7

Contents?: true

Size: 1.11 KB

Versions: 32

Compression:

Stored size: 1.11 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns="http://api.bonfire-project.eu/doc/schemas/occi" href="/locations/fr-inria/networks">
  <items offset="0" total="2">
    <network href="/locations/fr-inria/networks/1">
      <address>10.0.0.1</address>
      <size>C</size>
      
      <!-- <cidr>10.0.0.1/24</cidr> -->
      
      <visibility>public</visibility>
      <name>Network1</name>
      <description>Network1 description</description>

      <link rel="location"
            href="/locations/fr-inria" />
    </network>
    <network href="/locations/fr-inria/networks/2">
      <address>10.0.0.1</address>
      <size>C</size>
      <!-- <cidr>10.0.0.2/24</cidr> -->
      <visibility>private</visibility>
      <name>Network2</name>
      <description>Network2 description</description>

      <link rel="location"
            href="/locations/fr-inria" />
    </network>
  </items>
  <link rel="top" 
        href="/locations/fr-inria/networks?limit=20" 
        type="application/vnd.bonfire+xml" />
  <link rel="parent" 
        href="/locations/fr-inria" 
        type="application/vnd.bonfire+xml" />
</collection>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
restfully-1.3.0 spec/fixtures/bonfire-network-collection.xml
restfully-1.2.0 spec/fixtures/bonfire-network-collection.xml
restfully-1.1.1 spec/fixtures/bonfire-network-collection.xml
restfully-1.1.0 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.8 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.7 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.6 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.5 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.4 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.3 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.2 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.1 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.0 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.0.rc2 spec/fixtures/bonfire-network-collection.xml
restfully-1.0.0.rc1 spec/fixtures/bonfire-network-collection.xml
restfully-0.8.8 spec/fixtures/bonfire-network-collection.xml
restfully-0.8.7 spec/fixtures/bonfire-network-collection.xml
restfully-0.8.6 spec/fixtures/bonfire-network-collection.xml
restfully-0.8.5 spec/fixtures/bonfire-network-collection.xml
restfully-0.8.4 spec/fixtures/bonfire-network-collection.xml