lightprofile_reset_from_url
Resets the light profile data in the Lightprofile to that provided by the url parameter.
arguments
- "degree" : Uint32 (default: null)
The hermite interpolation degree.
Possible Values:
- 1 - Linear
- 3 - Cubic
- "flags" : Uint32 (default: null)
The flags describing the ordering of horizontal angles in the light profile. Valid values are a combination of the following: 1: Clockwise; 2: Counter Clockwise; 4: Rotate Type B; 8: Rotate Type C 90-270.
- "lightprofile_name" : String
The name of the lightprofile. This name must be the full database name of the lightprofile, including namespace.
- "request_options" : Map (default: null)
Request options provided to the http import api when making requests from http or https. Request options are specified as key value pairs and may include the following:
method
(String): The http method of the request. Which must be one of the following:get
post
put
connect
head
delete
patch
options
body
(String|Binary): The http request body.timeout
(Number): The timeout in seconds of the entire request.connect_timeout
(Number): The timeout in seconds of the connection handshake.follow_redirects
(Boolean): Whether http redirects will be automatically followed.maintain_request_methods
(Array): A list of http codes (String
) that will maintain http method when followed. May be one of:'301'
,'302'
,'303'
or'all'
.max_redirects
(Number): The maximum number of redirects followed for the request.headers
(Map): A collection of header key value pairs. Each value can either be a singleString
or anArray
ofString
if the same header is to be specified multiple times.verify_ssl
(Boolean): Whether ssl connections require certificate verification.
mi::nservices::IHttp_client
documentation.The precision of the interpolation.
The url of the photometric data to read.