Get_eula

POST v1/groups/id/actions/get_eula

Description

Get URL to download EULA contents.

Normal Response Codes

200

HTTP Error Codes

400 401 403 404 409 500 503

Detail Codes

SM_invalid_arg_value

SM_invalid_path_variable

SM_invalid_query_param

SM_malformed_url

SM_missing_arg

SM_no_action_found

SM_no_method_for_URL_pattern

SM_no_operation_found

SM_no_path_found

SM_unexpected_arg

SM_unexpected_child

SM_unexpected_query_param

SM_version_name

Request

Parameter Type JSON Type Description Mandatory
id NsObjectID string ID of the group. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. true
locale NsEulaLocale string enum Locale of EULA contents. Default is en. Possible value: 'en'. false
format NsEulaFormat string enum Format of EULA contents. Default is HTML. Possible values: 'text', 'html'. false
phase NsEulaPhase string enum Phase of EULA contents. Default is setup. Possible values: 'setup', 'software'. false
force NsBoolean boolean Flag to force EULA. Possible values: 'true', 'false'. false

JSON Request


            
            
            {}
            
        
         

Response

Type: NsEulaReturn

Member Type JSON Type Description
eula NsString string License information. Plain string.

JSON Response


            
            
            {}