Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
curl -u ${user}:${pword} -X DELETE https://${host}/durastore/${space-0}
curl -u ${user}:${pword} -X DELETE https://${host}/durastore/${space-1}?storeID=1

DuraService

...

Get Services

...

No Format

curl -u ${user}:${pword} https://${host}/duraservice/services
curl -u ${user}:${pword} https://${host}/duraservice/services?show=deployed

...

Deploy Service

...

No Format

bitintegrity=0
curl -u ${user}:${pword} -X PUT -T deploy.xml https://${host}/duraservice/${bitintegrity}

...

Get Service

...

No Format

curl -u ${user}:${pword} https://${host}/duraservice/${bitintegrity}

...

Get Deployed Service

...

No Format

deployment=9
curl -u ${user}:${pword} https://${host}/duraservice/${bitintegrity}/${deployment}

...

Get Deployed Service Properties

...

No Format

curl -u ${user}:${pword} https://${host}/duraservice/${bitintegrity}/${deployment}/properties

...

Update Service Configuration

...

No Format

curl -u ${user}:${pword} -X PUT -T deploy-new.xml https://${host}/duraservice/${bitintegrity}

...

UnDeploy Service

...

No Format

curl -u ${user}:${pword} -X DELETE https://${host}/duraservice/${bitintegrity}/${deployment}