Vinay Vishal | 7c4c4fc | 2019-01-28 12:01:04 +0530 | [diff] [blame] | 1 | type=page |
| 2 | status=published |
| 3 | title=delete-http |
| 4 | next=delete-http-health-checker.html |
| 5 | prev=delete-file-user.html |
| 6 | ~~~~~~ |
| 7 | delete-http |
| 8 | =========== |
| 9 | |
| 10 | [[delete-http-1]][[GSRFM00077]][[delete-http]] |
| 11 | |
| 12 | delete-http |
| 13 | ----------- |
| 14 | |
| 15 | removes HTTP parameters from a protocol |
| 16 | |
| 17 | [[sthref691]] |
| 18 | |
| 19 | Synopsis |
| 20 | |
| 21 | [source,oac_no_warn] |
| 22 | ---- |
| 23 | asadmin [asadmin-options] delete-http [--help] |
| 24 | [--target target] |
| 25 | protocol-name |
| 26 | ---- |
| 27 | |
| 28 | [[sthref692]] |
| 29 | |
| 30 | Description |
| 31 | |
| 32 | The `delete-http` subcommand removes the specified HTTP parameter set |
| 33 | from a protocol. This subcommand is supported in remote mode only. |
| 34 | |
| 35 | [[sthref693]] |
| 36 | |
| 37 | Options |
| 38 | |
| 39 | asadmin-options:: |
| 40 | Options for the `asadmin` utility. For information about these |
| 41 | options, see the link:asadmin.html#asadmin-1m[`asadmin`(1M)] help page. |
| 42 | `--help`:: |
| 43 | `-?`:: |
| 44 | Displays the help text for the subcommand. |
| 45 | `--target`:: |
| 46 | Deletes the HTTP parameter set only from the specified target. Valid |
| 47 | values are as follows: + |
| 48 | `server`;; |
| 49 | Deletes the HTTP parameter set from the default server instance. |
| 50 | This is the default value. |
| 51 | configuration-name;; |
| 52 | Deletes the HTTP parameter set from the specified configuration. |
| 53 | cluster-name;; |
| 54 | Deletes the HTTP parameter set from all server instances in the |
| 55 | specified cluster. |
| 56 | standalone-instance-name;; |
| 57 | Deletes the HTTP parameter set from the specified standalone server |
| 58 | instance. |
| 59 | |
| 60 | [[sthref694]] |
| 61 | |
| 62 | Operands |
| 63 | |
| 64 | protocol-name:: |
| 65 | The name of the protocol from which to delete the HTTP parameter set. |
| 66 | |
| 67 | [[sthref695]] |
| 68 | |
| 69 | Examples |
| 70 | |
| 71 | [[GSRFM546]][[sthref696]] |
| 72 | |
| 73 | Example 1 Deleting an HTTP Parameter Set |
| 74 | |
| 75 | The following command deletes the HTTP parameter set from a protocol |
| 76 | named `http-1`: |
| 77 | |
| 78 | [source,oac_no_warn] |
| 79 | ---- |
| 80 | asadmin> delete-http http-1 |
| 81 | Command delete-http executed successfully. |
| 82 | ---- |
| 83 | |
| 84 | [[sthref697]] |
| 85 | |
| 86 | Exit Status |
| 87 | |
| 88 | 0:: |
| 89 | command executed successfully |
| 90 | 1:: |
| 91 | error in executing the command |
| 92 | |
| 93 | [[sthref698]] |
| 94 | |
| 95 | See Also |
| 96 | |
| 97 | link:asadmin.html#asadmin-1m[`asadmin`(1M)] |
| 98 | |
| 99 | link:create-http.html#create-http-1[`create-http`(1)] |
| 100 | |
| 101 | |