Resource: Source
Source represents an object from which asset information is streamed to Migration Center.
JSON representation |
---|
{ "name": string, "createTime": string, "updateTime": string, "displayName": string, "description": string, "type": enum ( |
Fields | |
---|---|
name |
Output only. The full name of the source. |
createTime |
Output only. The timestamp when the source was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The timestamp when the source was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
displayName |
User-friendly display name. |
description |
Free-text description. |
type |
Data source type. |
priority |
The information confidence of the source. The higher the value, the higher the confidence. |
managed |
If |
pendingFrameCount |
Output only. Number of frames that are still being processed. |
errorFrameCount |
Output only. The number of frames that were reported by the source and contained errors. |
state |
Output only. The state of the source. |
SourceType
Enums | |
---|---|
SOURCE_TYPE_UNKNOWN |
Unspecified |
SOURCE_TYPE_UPLOAD |
Manually uploaded file (e.g. CSV) |
SOURCE_TYPE_GUEST_OS_SCAN |
Guest-level info |
SOURCE_TYPE_INVENTORY_SCAN |
Inventory-level scan |
SOURCE_TYPE_CUSTOM |
Third-party owned sources. |
State
Enumerates possible states of a source.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified. |
ACTIVE |
The source is active and ready to be used. |
DELETING |
In the process of being deleted. |
INVALID |
Source is in an invalid state. Asset frames reported to it will be ignored. |
Methods |
|
---|---|
|
Creates a new source in a given project and location. |
|
Deletes a source. |
|
Gets the details of a source. |
|
Lists all the sources in a given project and location. |
|
Updates the parameters of a source. |