Skip to content

Instantly share code, notes, and snippets.

@dizz
Created December 7, 2014 17:28
Show Gist options
  • Save dizz/30d840769a2e0b04a0c1 to your computer and use it in GitHub Desktop.
Save dizz/30d840769a2e0b04a0c1 to your computer and use it in GitHub Desktop.
e2e GET output
[andy:...urce/mcn-demo/sm-deployment]$ curl -v -X GET http://e2e.cloudcomplab.ch:8888/e2e/5484878fac3c30e2290007e6 -H 'Content-type: text/occi' -H 'X-Auth-Token: '$KID -H 'X-Tenant-Name: '$TENANT (master✱)
* Hostname was NOT found in DNS cache
* Trying 160.85.4.34...
* Connected to e2e.cloudcomplab.ch (160.85.4.34) port 8888 (#0)
> GET /e2e/5484878fac3c30e2290007e6 HTTP/1.1
> User-Agent: curl/7.37.1
> Host: e2e.cloudcomplab.ch:8888
> Accept: */*
> Content-type: text/occi
> X-Auth-Token: d798249590f047da9c4fe3ec1ab6e5f2
> X-Tenant-Name: mcntub
>
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
< Date: Sun, 07 Dec 2014 17:12:16 GMT
< Content-length: 1286
< Content-Type: text/plain
< Server: pyssf OCCI/1.1
<
Category: e2e; scheme="http://schemas.mobile-cloud-networking.eu/occi/sm#"; class="kind"; title="This service provides an end to end service of RAN, EPC and IMS. It also provides monitoring and billing as support services"; rel="http://schemas.ogf.org/occi/core#resource"; location="http://e2e.cloudcomplab.ch:8888/e2e/"; attributes="mcn.endpoint.pgw_u-sgw_u{immutable} mcn.endpoint.nat{immutable} mcn.endpoint.rcb.mgt{immutable} mcn.endpoint.dns{immutable} mcn.endpoint.p-i-s-cscf{immutable} mcn.endpoint.maas{immutable} mcn.endpoint.enodeb{immutable} mcn.endpoint.mme-pgw_c-sgw_c{immutable}"
X-OCCI-Attribute: mcn.service.state="provision"
X-OCCI-Attribute: mcn.endpoint.dns="172.19.5.49"
X-OCCI-Attribute: string="immutable_init_value"
X-OCCI-Attribute: mcn.endpoint.rcb.mgt="160.85.4.57"
X-OCCI-Attribute: mcn.endpoint.pgw_u-sgw_u="172.19.5.45"
X-OCCI-Attribute: float="0.11"
X-OCCI-Attribute: mcn.endpoint.nat="172.19.5.46"
X-OCCI-Attribute: mcn.endpoint.mme-pgw_c-sgw_c="172.19.8.47"
X-OCCI-Attribute: integer="1"
X-OCCI-Attribute: mcn.endpoint.p-i-s-cscf="192.168.9.51"
X-OCCI-Attribute: mcn.endpoint.maas="160.85.4.56"
X-OCCI-Attribute: mcn.endpoint.enodeb="172.19.5.7"
X-OCCI-Attribute: occi.core.id="5484878fac3c30e2290007e6"
* Closing connection 0
X-OCCI-Attribute: mcn.endpoint.hss="192.168.9.48"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment