powered by
Gets information about a namespace.
servicediscovery_get_namespace(Id)
[required] The ID of the namespace that you want to get information about.
A list with the following syntax:
list( Namespace = list( Id = "string", Arn = "string", Name = "string", Type = "DNS_PUBLIC"|"DNS_PRIVATE"|"HTTP", Description = "string", ServiceCount = 123, Properties = list( DnsProperties = list( HostedZoneId = "string" ), HttpProperties = list( HttpName = "string" ) ), CreateDate = as.POSIXct( "2015-01-01" ), CreatorRequestId = "string" ) )
svc$get_namespace( Id = "string" )
# NOT RUN { # This example gets information about a specified namespace. svc$get_namespace( Id = "ns-e4anhexample0004" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab