Get Inventory Associated DataSource List
Select
SaaS
Customer Managed
Get the list of data sources associated to the inventory
Path Parameters
- inventoryId integer required
Inventory Id
Responses
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
dataSources object[]
id int32name stringtype DataSourceTypePossible values: [
NONE
,JDBC
,WEB
,EXE
,CSV
,FILE
,NAS
,ELOQUA
,SALESFORCE
,LDAP
,FEDERATED
,BLANK
,HTTP
,CAMEL
,FACEBOOK
,FLA
,EDGE
,EXCHANGE
,REVIEWSET
,TWITTER
,COMPLIANCEAUDIT
,FSINDEX
,NFS
,CLOUDORACLE
,SYSTEMDEFAULT
,DOWNLOADCENTERAUDIT
,VM
,ONEDRIVE
,SHAREPOINT
,EMAIL
,DBANALYSIS
,CLOUDPAAS
,GOOGLEDRIVE
,GMAIL
,ACTIVEDIRECTORY
,ONEDRIVEINDEX
,MULTINODEFEDERATED
,DYNAMIC365
,IDXLOGS
,TEAMS
,CLOUDSTORAGE
]plan object
id int32name stringapplication ActivateApplicationPossible values: [
NONE
,SDG
,FSO
]Enum to signify the application under Activate
{
"dataSources": [
{
"id": 0,
"name": "string",
"type": "NONE",
"plan": {
"id": 0,
"name": "string"
},
"application": "NONE"
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...