Class DeviceLiveToolsMacTableCreateResponse
Device Live Tools MAC Table Create Response
[DataContract]
public class DeviceLiveToolsMacTableCreateResponse
- Inheritance
-
DeviceLiveToolsMacTableCreateResponse
- Inherited Members
Constructors
DeviceLiveToolsMacTableCreateResponse()
public DeviceLiveToolsMacTableCreateResponse()
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public DeviceLiveToolsMacTableCreateResponseCallback Callback { get; set; }
Property Value
MacTableId
ID of the MAC table request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "macTableId")]
public string MacTableId { get; set; }
Property Value
Request
MAC table request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsMacTableCreateResponseRequest Request { get; set; }
Property Value
Status
Status of the MAC table request. enum = ["complete", "failed", "new", "ready", "running", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
GET this url to check the status of your MAC table request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }