Resource: MonitoringPoint
Message describing MonitoringPoint resource.
| JSON representation |
|---|
{ "name": string, "createTime": string, "updateTime": string, "displayName": string, "originatingIp": string, "version": string, "type": string, "connectionStatus": enum ( |
| Fields | |
|---|---|
name |
Identifier. Name of the resource. Format: |
createTime |
Output only. The time the MonitoringPoint was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time the MonitoringPoint was updated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
displayName |
Output only. Display name of the MonitoringPoint. |
originatingIp |
Output only. IP address visible when MonitoringPoint connects to the provider. |
version |
Output only. Version of the software running on the MonitoringPoint. |
type |
Output only. Deployment type of the MonitoringPoint. |
connectionStatus |
Output only. Connection status of the MonitoringPoint. |
hostname |
Output only. The hostname of the MonitoringPoint. |
geoLocation |
Output only. The geographical location of the MonitoringPoint. ; |
upgradeType |
Output only. The type of upgrade available for the MonitoringPoint. |
networkInterfaces[] |
Output only. The network interfaces of the MonitoringPoint. |
errors[] |
Output only. The codes of errors detected in the MonitoringPoint. |
autoGeoLocationEnabled |
Output only. Indicates if automaitic geographic location is enabled for the MonitoringPoint. |
providerTags[] |
Output only. The provider tags of the MonitoringPoint. |
host |
Output only. The host information of the MonitoringPoint. |
upgradeAvailable |
Output only. Indicates if an upgrade is available for the MonitoringPoint. |
guid |
Output only. The GUID of the MonitoringPoint. |
ConnectionStatus
Enum for the connection status of MonitoringPoint.
| Enums | |
|---|---|
CONNECTION_STATUS_UNSPECIFIED |
The default value. This value is used if the status is omitted. |
ONLINE |
MonitoringPoint is online. |
OFFLINE |
MonitoringPoint is offline. |
UpgradeType
Enum for the type of upgrade available for the MonitoringPoint.
| Enums | |
|---|---|
UPGRADE_TYPE_UNSPECIFIED |
The default value. This value is used if the upgrade type is omitted. |
MANUAL |
Upgrades are performed manually. |
MANAGED |
Upgrades are managed. |
SCHEDULED |
Upgrade is scheduled. |
AUTO |
Upgrades are performed automatically. |
EXTERNAL |
Upgrades are performed externally. |
NetworkInterface
Message describing network interfaces.
| JSON representation |
|---|
{ "interfaceName": string, "speed": string, "ipAddress": string, "cidr": string, "macAddress": string, "adapterDescription": string, "vlanId": string } |
| Fields | |
|---|---|
interfaceName |
Output only. The name of the network interface. Examples: eth0, eno1 |
speed |
Output only. Speed of the interface in millions of bits per second. |
ipAddress |
Output only. The IP address of the interface. |
cidr |
Output only. The IP address of the interface and subnet mask in CIDR format. Examples: 192.168.1.0/24, 2001:db8::/32 |
macAddress |
Output only. The MAC address of the interface. |
adapterDescription |
Output only. The description of the interface. |
vlanId |
Output only. The id of the VLAN. |
ErrorCode
Enum for the error codes.
| Enums | |
|---|---|
ERROR_CODE_UNSPECIFIED |
The default value. This value is used if the error code is omitted. |
NTP_ERROR |
Error detected in NTP service. |
UPGRADE_ERROR |
Error detected during the upgrade process. |
DOWNLOAD_FAILED |
Error detected while downloading. |
Host
Message describing information about the host.
| JSON representation |
|---|
{ "os": string, "cloudProvider": string, "cloudProjectId": string, "cloudInstanceId": string, "cloudRegion": string, "cloudZone": string, "cloudVirtualNetworkIds": [ string ] } |
| Fields | |
|---|---|
os |
Output only. The operating system of the host. |
cloudProvider |
Output only. The cloud provider of the host. |
cloudProjectId |
Output only. The cloud project id of the host. |
cloudInstanceId |
Output only. The cloud instance id of the host. |
cloudRegion |
Output only. The cloud region of the host. |
cloudZone |
Output only. The cloud zone of the host. |
cloudVirtualNetworkIds[] |
Output only. The ids of cloud virtual networks of the host. |
Methods |
|
|---|---|
|
Downloads an install script for MonitoringPoints for a given network monitoring provider. |
|
Downloads an install script for a specific Container MonitoringPoint. |
|
Downloads the server connect configuration for a given network monitoring provider. |
|
Gets the MonitoringPoint resource. |
|
Lists MonitoringPoints for a given network monitoring provider. |