Re: Script to register node using Curl and Rest API

2016-04-04 Thread Anderson Douglas
password":"rest", > "domain":"standard", > "contact":"rest", > "email":"r...@rest.us.ibm.com" > }} > > > **My opinions are my own** > > Evan Dunn > Spectrum Protect Dev-Test > > > &

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Evan Dunn
assword":"rest", "domain":"standard", "contact":"rest", "email":"r...@rest.us.ibm.com" }} **My opinions are my own** Evan Dunn Spectrum Protect Dev-Test From: Anderson Douglas <ander.doug...@gmail.com> To: A

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Anderson Douglas
quot;email":"", > ["schedule":" ]", > ["optionset":" ]", > ["deduplication":" ]", > ["sslrequired":" ]", > ["sessioninitiation":" ]" > }} > > > > Thank you, > > Del > > ---

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Del Hoobler
u, Del ------- "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 04/01/2016 01:31:09 PM: > From: Anderson Douglas <ander.doug...@gmail.com> > To: ADSM-L@VM.MARIST.EDU > Date: 04/01/2016 01:33 PM > Subject: Sc

Re: Script to register node using Curl and Rest API

2016-04-01 Thread Richard Cowen
Douglas Sent: Friday, April 01, 2016 1:31 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Script to register node using Curl and Rest API Hello Here we have started news tests using REST API through Operation center. We adopted Curl to send the commands. Some commands like this below runs

Script to register node using Curl and Rest API

2016-04-01 Thread Anderson Douglas
Hello Here we have started news tests using REST API through Operation center. We adopted Curl to send the commands. Some commands like this below runs normally curl -X GET -H "Accept: application/json" -H "OC-API-Version: 1.0" -k --user aaa:bbb https://xx.xx.xx.xx:11090/oc/api/help curl