Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan_mathuria authored and rohan_mathuria committed Jun 4, 2015
1 parent 5f00bc2 commit a63cadc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create-operator/cURL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Equivalent Action in Console
===
Open the operators tab and right-click the field containing existing operators. Select "Create local operator", and follow the next steps.

Explanation of `operator.xml`
Explanation of [operator.xml](operator.xml)
===
All of these tags go under the "Operator" tag in the operator.xml file provided, in the order displayed here. Some tags were not included in operator.xml, but can be written in. Alternatively, run the following curl command:
All of these tags go under the "Operator" tag in the [operator.xml](operator.xml) file provided, in the order displayed here. Some tags were not included in operator.xml, but can be written in. Alternatively, run the following curl command:

curl -X GET --user username:password https://server:port/api/operators

Expand All @@ -31,7 +31,7 @@ and fill in the XML file returned with the data of the operator you wish to crea

Usage
===
This command will POST the file `operator.xml` to the server to create a
This command will POST the file [operator.xml](operator.xml) to the server to create a
non-master-operator `eddard` with password `winterfell`:

curl -X POST --data-binary @operator.xml --user username:password https://server:port/api/operators
Expand Down

0 comments on commit a63cadc

Please sign in to comment.