Skip to main content

Browse Sybase Database Instance Using Instance ID

Select

SaaS
Customer Managed

This operation is used to browse a Sybase Database

Request Body
  • browseEndTime object
  • time integer required

    Unix timestamp of database browse time

  • appId object
  • clientId integer required

    ID of the Client

  • applicationId integer required

    Default value: 5 for sybase

  • instanceId integer required

    ID of the Instance

  • guiBrowseType integer required

    The following types are available
    GetDevices: 4, GetDatabases: 1, GetDbStatus: 5, GetInstances: 2, GetDbChains: 3

  • copyId integer required

    Choose the copy to browse from

Responses

OK


Schema
  • guiBrowseType integer
  • sybDatabases object[]
  • owner string
  • subclientId integer
  • systemFlags integer
  • creationTime integer
  • databaseName string
  • options integer
  • databaseSize integer
  • databaseId integer
  • status2 integer
  • options2 integer
  • dbRecoveryOrder integer
  • status integer
POST /databases/sybase/browse    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"browseEndTime": {
"time": 0
},
"appId": {
"clientId": 0,
"applicationId": "5 for sybase",
"instanceId": 0
},
"guiBrowseType": 0,
"copyId": 0
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/databases/sybase/browse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"browseEndTime": {
"time": 0
},
"appId": {
"clientId": 0,
"applicationId": "5 for sybase",
"instanceId": 0
},
"guiBrowseType": 0,
"copyId": 0
}'