List License Server Endpoints
| licensemanagerusersubscriptions_list_license_server_endpoints | R Documentation |
List the Remote Desktop Services (RDS) License Server endpoints¶
Description¶
List the Remote Desktop Services (RDS) License Server endpoints
Usage¶
licensemanagerusersubscriptions_list_license_server_endpoints(
MaxResults, Filters, NextToken)
Arguments¶
MaxResults |
The maximum number of results to return from a single request. |
Filters |
You can use the following filters to streamline results:
|
NextToken |
A token to specify where to start paginating. This is the nextToken from a previously truncated response. |
Value¶
A list with the following syntax:
list(
LicenseServerEndpoints = list(
list(
IdentityProviderArn = "string",
ServerType = "RDS_SAL",
ServerEndpoint = list(
Endpoint = "string"
),
StatusMessage = "string",
LicenseServerEndpointId = "string",
LicenseServerEndpointArn = "string",
LicenseServerEndpointProvisioningStatus = "PROVISIONING"|"PROVISIONING_FAILED"|"PROVISIONED"|"DELETING"|"DELETION_FAILED"|"DELETED",
LicenseServers = list(
list(
ProvisioningStatus = "PROVISIONING"|"PROVISIONING_FAILED"|"PROVISIONED"|"DELETING"|"DELETION_FAILED"|"DELETED",
HealthStatus = "HEALTHY"|"UNHEALTHY"|"NOT_APPLICABLE",
Ipv4Address = "string",
Ipv6Address = "string"
)
),
CreationTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)
Request syntax¶
svc$list_license_server_endpoints(
MaxResults = 123,
Filters = list(
list(
Attribute = "string",
Operation = "string",
Value = "string"
)
),
NextToken = "string"
)