ContainerRegistryEventRequest interface

The ID of the request that initiated the event.The IP or hostname and possibly port of the clientThe externally accessible hostname of the registryThe request method that generated the event.The user agent header of the request.

Properties

addr
host
id
method
useragent

Property Details

addr

addr?: string

Property Value

string

host

host?: string

Property Value

string

id

id?: string

Property Value

string

method

method?: string

Property Value

string

useragent

useragent?: string

Property Value

string