Lines Matching refs:params

36 .`cleanupRepository(array $params = [])`
41 $params['repository'] = (string) A repository name
42 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
43 $params['timeout'] = (time) Explicit operation timeout
51 .`clone(array $params = [])`
56 $params['repository'] = (string) A repository name
57 $params['snapshot'] = (string) The name of the snapshot to clone from
58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create
59 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
60 $params['body'] = (array) The snapshot clone definition (Required)
68 .`create(array $params = [])`
73 $params['repository'] = (string) A repository name
74 $params['snapshot'] = (string) A snapshot name
75 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
76 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
77 $params['body'] = (array) The snapshot definition
85 .`createRepository(array $params = [])`
90 $params['repository'] = (string) A repository name
91 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
92 $params['timeout'] = (time) Explicit operation timeout
93 $params['verify'] = (boolean) Whether to verify the repository after creation
94 $params['body'] = (array) The repository definition (Required)
102 .`delete(array $params = [])`
107 $params['repository'] = (string) A repository name
108 $params['snapshot'] = (string) A snapshot name
109 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
117 .`deleteRepository(array $params = [])`
122 $params['repository'] = (list) Name of the snapshot repository to unregister. Wildcard (`*`) patterns are supported.
130 .`get(array $params = [])`
135 $params['repository'] = (string) A repository name
136 $params['snapshot'] = (list) A comma-separated list of snapshot names
137 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
138 $params['ignore_unavailable'] = (boolean) Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown
139 $params['verbose'] = (boolean) Whether to show verbose snapshot info or only show the basic info found in the repository index blob
147 .`getRepository(array $params = [])`
152 $params['repository'] = (list) A comma-separated list of repository names
153 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
154 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
162 .`restore(array $params = [])`
167 $params['repository'] = (string) A repository name
168 $params['snapshot'] = (string) A snapshot name
169 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
170 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
171 $params['body'] = (array) Details of what to restore
179 .`status(array $params = [])`
184 $params['repository'] = (string) A repository name
185 $params['snapshot'] = (list) A comma-separated list of snapshot names
186 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
187 $params['ignore_unavailable'] = (boolean) Whether to ignore unavailable snapshots, defaults to false which means a SnapshotMissingException is thrown
195 .`verifyRepository(array $params = [])`
200 $params['repository'] = (string) A repository name
201 $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
202 $params['timeout'] = (time) Explicit operation timeout