Class NetworksLocationScanningHttpServer
Endpoint HTTP server information
[DataContract]
public class NetworksLocationScanningHttpServer
- Inheritance
-
NetworksLocationScanningHttpServer
- Inherited Members
Constructors
NetworksLocationScanningHttpServer()
public NetworksLocationScanningHttpServer()
Properties
Id
Identifier for the HTTP server
[DataMember(Name = "id")]
[ApiAccess(ApiAccess.Read)]
public string? Id { get; set; }
Property Value
Name
The name of the HTTP server
[DataMember(Name = "name")]
[ApiAccess(ApiAccess.Read)]
public string? Name { get; set; }
Property Value
NetworkId
A Meraki Network ID
[DataMember(Name = "networkId")]
[ApiAccess(ApiAccess.Read)]
public string? NetworkId { get; set; }
Property Value
SharedSecret
Shared secret for the HTTP server
[DataMember(Name = "sharedSecret")]
[ApiAccess(ApiAccess.Read)]
public string? SharedSecret { get; set; }
Property Value
Url
URL where the HTTP server may be reached
[DataMember(Name = "url")]
[ApiAccess(ApiAccess.Read)]
public string? Url { get; set; }
Property Value
ValidatedAt
Timestamp, in ISO8601 format, when the HTTP server was validated
[DataMember(Name = "validatedAt")]
[ApiAccess(ApiAccess.Read)]
public string? ValidatedAt { get; set; }
Property Value
Validator
Validator for the HTTP server
[DataMember(Name = "validator")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Validator { get; set; }