Get Dynamic Entities Migration Requests
get
/api/v1/bots/{botId}/metadataMigration/dynamicEntitiesMigrationRequests/{migrationRequestId}
Returns information about the given dynamic entities migration request.
Request
Path Parameters
-
botId(required): string
The ID of the skill.
-
migrationRequestId(required): string
The ID of the dynamic entities migration request.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success.
Root Schema : DynamicEntitiesMigrationRequest
Type:
objectDynamic Entities Migration Request
Show Source
-
botId: string
Read Only:
trueThe target skill ID for the migration request. -
createdOn: string
(date-time)
Read Only:
trueThe date and time, in ISO 8601 format, that the resource was created (for example,2018-10-17T06:50:34.045Z). -
id: string
Read Only:
trueThe resource's unique ID. -
links: array
links
Read Only:
trueAn array of links to the resource. -
sourceBotId: string
Read Only:
trueThe source skill ID for the migration request. -
status: string
Read Only:
trueAllowed Values:[ "TRAINING", "COMPLETED", "TERMINATED_BY_ERROR" ]The status of the migration request. -
statusMessage: string
Read Only:
trueThe message associated with the migration request. -
updatedOn: string
(date-time)
Read Only:
trueThe date and time, in ISO 8601 format, that the resource was last modified (for example,2018-10-17T06:50:34.045Z).
Nested Schema : links
Type:
arrayRead Only:
trueAn array of links to the resource.
Show Source
Show Source
Nested Schema : selfLinks
Type:
Show Source
object-
absolutePath: string
(uri)
-
absolutePathBuilder: object
absolutePathBuilder
-
baseUri: string
(uri)
-
baseUriBuilder: object
baseUriBuilder
-
matchedResources: array
matchedResources
-
matchedURIs: array
matchedURIs
-
path: string
-
pathParameters: object
pathParameters
Additional Properties Allowed: additionalProperties
-
pathSegments: array
pathSegments
-
queryParameters: object
queryParameters
Additional Properties Allowed: additionalProperties
-
requestUri: string
(uri)
-
requestUriBuilder: object
requestUriBuilder
Nested Schema : Link
Type:
Show Source
object-
href: string
URL to the resource
-
rel: string
The relationship with the resource
Nested Schema : absolutePathBuilder
Type:
objectNested Schema : baseUriBuilder
Type:
objectNested Schema : requestUriBuilder
Type:
objectNested Schema : items
Type:
objectNested Schema : items
Type:
Show Source
object-
matrixParameters: object
matrixParameters
Additional Properties Allowed: additionalProperties
-
path: string
404 Response
The request can't be performed because the specified skill or migration request doesn't exist.
Nested Schema : Context
Type:
Show Source
object-
elementName: string
-
elementType: string
Allowed Values:
[ "state", "defaultTransitionAction", "inputParameter", "outputParameter", "variable", "eventMapping", "intent", "entity" ] -
subElementName: string
-
subElementType: string
Allowed Values:
[ "stateProperty", "componentProperty", "transition", "transitionAction", "property", "inputParameter", "outputParameter" ]