Create new GCP Connector Migration Tasks.
([param1, param2, ...])
([param1, param2, ...])
([param1, param2, ...])
Connector IDs to be migrated.
successful operation
Invalid parameters to create connector migration tasks
Not authorized to migrate GCP connector.
{- "connectorIDs": [
- 0
]
}
{- "connectorMigrationTasks": [
- {
- "ID": 0,
- "connectorID": 0,
- "status": "requested",
- "errorCode": 0,
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z"
}
], - "connectorsUnableToMigrate": [
- {
- "connectorID": 0,
- "errorMessage": "string"
}
]
}
Create a new GCP Connector Migration Task.
([param1, param2, ...])
([param1, param2, ...])
([param1, param2, ...])
A collection of options used to filter the search results.
successful operation
Not authorized to migrate GCP connector.
{- "maxItems": 0,
- "searchCriteria": [
- {
- "fieldName": "string",
- "booleanTest": true,
- "numericTest": "less-than",
- "numericValue": 0,
- "stringTest": "equal",
- "stringValue": "string",
- "stringWildcards": true,
- "choiceTest": "equal",
- "choiceValue": "string",
- "firstDateValue": 0,
- "firstDateInclusive": true,
- "lastDateValue": 0,
- "lastDateInclusive": true,
- "nullTest": true,
- "versionTest": "less-than",
- "versionValue": "string",
- "idValue": 0,
- "idTest": "less-than"
}
], - "sortByObjectID": true
}
{- "connectorMigrationTasks": [
- {
- "ID": 0,
- "connectorID": 0,
- "status": "requested",
- "errorCode": 0,
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z"
}
]
}
Describe an GCP connector migration task.
([param1, param2, ...])
([param1, param2, ...])
([param1, param2, ...])
successful operation
Not authorized to migrate GCP connector.
{- "ID": 0,
- "connectorID": 0,
- "status": "requested",
- "errorCode": 0,
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z"
}
Describe GCP connector migration tasks.
([param1, param2, ...])
([param1, param2, ...])
([param1, param2, ...])
successful operation
Not authorized to migrate GCP connector.
{- "connectorMigrationTasks": [
- {
- "ID": 0,
- "connectorID": 0,
- "status": "requested",
- "errorCode": 0,
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z"
}
]
}
Create a new GCP Connector Migration Task.
([param1, param2, ...])
([param1, param2, ...])
([param1, param2, ...])
The task to migrate the connector.
successful operation
Invalid parameters to create a connector migration task
Not authorized to migrate GCP connector.
A connector migration task already exists
{- "connectorID": 0
}
{- "ID": 0,
- "connectorID": 0,
- "status": "requested",
- "errorCode": 0,
- "created": "2019-08-24T14:15:22Z",
- "lastUpdated": "2019-08-24T14:15:22Z"
}