Property | Type | Description | |
---|---|---|---|
CredentialsProvider |
Method | Description | |
---|---|---|
Authorize ( this client, |
||
Build ( ) : RestSharp.RestClient | ||
DeserializeEndpointDetails ( this response ) : |
||
DeserializeEndpointStats ( this response ) : HealthMonitoring.AcceptanceTests.Helpers.Entities.EndpointHealthStats[] | ||
EnsureMonitoringStarted ( this client, System.Guid endpointId ) : void | ||
EnsureStatusChanged ( this client, System.Guid endpointId, EndpointStatus expectedStatus ) : void | ||
ExpectAnSuccessfulGet ( this client, string url ) : IRestResponse | ||
GetEndpointDetails ( this client, System.Guid identifier ) : |
||
GetEndpointIdentities ( this client ) : HealthMonitoring.AcceptanceTests.Helpers.Entities.EndpointIdentity[] | ||
GetHealthMonitorUrl ( ) : |
||
RegisterEndpoint ( this client, string monitor, string address, string group, string name, string tags = null, |
||
VerifyHeader ( this response, string header, string value ) : void | ||
VerifyLocationHeader ( this response, string url ) : void | ||
VerifyValidStatus ( this response, HttpStatusCode status ) : void |
public static Authorize ( this client, |
||
client | this | |
credentials | ||
return | IRestClient |
public static Build ( ) : RestSharp.RestClient | ||
return | RestSharp.RestClient |
public static DeserializeEndpointDetails ( this response ) : |
||
response | this | |
return |
public static DeserializeEndpointStats ( this response ) : HealthMonitoring.AcceptanceTests.Helpers.Entities.EndpointHealthStats[] | ||
response | this | |
return | HealthMonitoring.AcceptanceTests.Helpers.Entities.EndpointHealthStats[] |
public static EnsureMonitoringStarted ( this client, System.Guid endpointId ) : void | ||
client | this | |
endpointId | System.Guid | |
return | void |
public static EnsureStatusChanged ( this client, System.Guid endpointId, EndpointStatus expectedStatus ) : void | ||
client | this | |
endpointId | System.Guid | |
expectedStatus | EndpointStatus | |
return | void |
public static ExpectAnSuccessfulGet ( this client, string url ) : IRestResponse | ||
client | this | |
url | string | |
return | IRestResponse |
public static GetEndpointDetails ( this client, System.Guid identifier ) : |
||
client | this | |
identifier | System.Guid | |
return |
public static GetEndpointIdentities ( this client ) : HealthMonitoring.AcceptanceTests.Helpers.Entities.EndpointIdentity[] | ||
client | this | |
return | HealthMonitoring.AcceptanceTests.Helpers.Entities.EndpointIdentity[] |
public static GetHealthMonitorUrl ( ) : |
||
return |
public static RegisterEndpoint ( this client, string monitor, string address, string group, string name, string tags = null, |
||
client | this | |
monitor | string | |
address | string | |
group | string | |
name | string | |
tags | string | |
credentials | ||
monitorTag | string | |
return | System.Guid |
public static VerifyHeader ( this response, string header, string value ) : void | ||
response | this | |
header | string | |
value | string | |
return | void |
public static VerifyLocationHeader ( this response, string url ) : void | ||
response | this | |
url | string | |
return | void |
public static VerifyValidStatus ( this response, HttpStatusCode status ) : void | ||
response | this | |
status | HttpStatusCode | |
return | void |