Table of Contents

Class NetworksLocationScanningHttpServer

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Name

The name of the HTTP server

[DataMember(Name = "name")]
[ApiAccess(ApiAccess.Read)]
public string? Name { get; set; }

Property Value

string

NetworkId

A Meraki Network ID

[DataMember(Name = "networkId")]
[ApiAccess(ApiAccess.Read)]
public string? NetworkId { get; set; }

Property Value

string

SharedSecret

Shared secret for the HTTP server

[DataMember(Name = "sharedSecret")]
[ApiAccess(ApiAccess.Read)]
public string? SharedSecret { get; set; }

Property Value

string

Url

URL where the HTTP server may be reached

[DataMember(Name = "url")]
[ApiAccess(ApiAccess.Read)]
public string? Url { get; set; }

Property Value

string

ValidatedAt

Timestamp, in ISO8601 format, when the HTTP server was validated

[DataMember(Name = "validatedAt")]
[ApiAccess(ApiAccess.Read)]
public string? ValidatedAt { get; set; }

Property Value

string

Validator

Validator for the HTTP server

[DataMember(Name = "validator")]
[ApiAccess(ApiAccess.ReadWrite)]
public string? Validator { get; set; }

Property Value

string