Operations for VaultTracker Actions
Select
Perform VaultTracker Operations
- application/json
Request Body
vtActionList object[]
- opType
Possible values: [
REACHED_DESTINATION
,PICKED_UP
,RETURN_TO_SOURCE
,ABORT
,SET_CONTAINER
,ROLL_BACK
,DELETE
,SUSPEND
,RESUME
,RECALL_DONE
]Supported operations for VaultTracker Action
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
POST /v4/vaulttrackeraction/operation
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/VaultTrackerAction/Operation' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"vtActionList": [
{
"actionId": 0,
"historyId": 0,
"container": {
"id": 0,
"name": "string"
},
"mediaList": [
0
]
}
]
}'