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(Filters,
MaxResults, NextToken)
Arguments¶
Filters |
You can use the following filters to streamline results:
|
MaxResults |
The maximum number of results to return from a single request. |
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(
CreationTime = as.POSIXct(
"2015-01-01"
),
IdentityProviderArn = "string",
LicenseServerEndpointArn = "string",
LicenseServerEndpointId = "string",
LicenseServerEndpointProvisioningStatus = "PROVISIONING"|"PROVISIONING_FAILED"|"PROVISIONED"|"DELETING"|"DELETION_FAILED"|"DELETED",
LicenseServers = list(
list(
HealthStatus = "HEALTHY"|"UNHEALTHY"|"NOT_APPLICABLE",
Ipv4Address = "string",
ProvisioningStatus = "PROVISIONING"|"PROVISIONING_FAILED"|"PROVISIONED"|"DELETING"|"DELETION_FAILED"|"DELETED"
)
),
ServerEndpoint = list(
Endpoint = "string"
),
ServerType = "RDS_SAL",
StatusMessage = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_license_server_endpoints(
Filters = list(
list(
Attribute = "string",
Operation = "string",
Value = "string"
)
),
MaxResults = 123,
NextToken = "string"
)