ContainerRegistryEventRequest interface
The request that generated the event.
Properties
addr | The IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request. |
host | The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests. |
id | The ID of the request that initiated the event. |
method | The request method that generated the event. |
useragent | The user agent header of the request. |
Property Details
addr
The IP or hostname and possibly port of the client connection that initiated the event. This is the RemoteAddr from the standard http request.
addr: string
Property Value
string
host
The externally accessible hostname of the registry instance, as specified by the http host header on incoming requests.
host: string
Property Value
string
id
The ID of the request that initiated the event.
id: string
Property Value
string
method
The request method that generated the event.
method: string
Property Value
string
useragent
The user agent header of the request.
useragent: string
Property Value
string