Get the status of topology building

Use this API to get the status of an L2/L3 topology building task.

Resource Information

Method

URL

Required authentication

Get

/V1/CMDB/Topology/Tasks/{task}/Status

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

taskId*required
(path)

The ID of a topology building task.

Response

Parameter

Type

Description

Example

status

string

The status of the topology building task.

{
  "status""finished",
  "statusCode"790200,
  "statusDescription""success"
}

statusCode

integer

The returned status code of executing the API.

statusDescription

string

The explanation of the status code.