rOCCI-4


NamerOCCI operations on top of Fogbow
Locationfogbow endpoint: http://150.165.15.107:8182
Credentials
  • user: cloudplugfest
  • password: cloudplugfest
  • tenantName: demo 
Contactgiovanni@lsd.ufcg.edu.br
Notes

fogbow_request operations examples

-- create
occi --media-type text/occi --endpoint $ENDPOINT --action create --mixin resource_tpl#fogbow_small --mixin os_tpl#fogbow-linux-x86 --resource fogbow_request --attribute org.fogbowcloud.request.instance-count='x' --attribute occi.core.title="my test" --auth basic --username $USER --password $PASS

-- list
occi --endpoint $ENDPOINT --action list --resource fogbow_request --auth basic --username $USER --password $PASS

-- describe
occi --endpoint $ENDPOINT --action describe --resource /fogbow_request/$REQUEST_ID --auth basic --username $USER --password $PASS

-- delete
occi --endpoint $ENDPOINT --action delete --resource /fogbow_request/$REQUEST_ID --auth basic --username $USER --password $PASS