Open this page in the API Guide

SessionController.IPAddress Method

Sets the IP address which should be associated with the specified session.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute("IPAddress")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(440)]
public ActionResult IPAddress(
	[FromBodyAttribute] SetSessionIPAddressOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.SetSessionIPAddressOptions
The options with the information to set the IP address for the session.
sessionId (Optional)
Type: System.Nullable<Guid>
The ID of a session with administrative privileges.

Return Value

Type: ActionResult
See Also