Update ObjectStoreSwift object by ID
put
                    /objectstoreswifts/{objectstoreswiftId}
Update the credentials for the Oracle object store matching the supplied object store swift object Id
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    objectstoreswiftId: string
                    
                    object store ID
 
Header Parameters
                - 
                        opc-idempotency-token: string
                        
                        Minimum Length:
1Maximum Length:64A user-supplied token that uniquely identifies a request. A single request will be acted upon among many requests that share the same token. Idempotency tokens expire after 30 minutes. 
ObjectStoreSwift object updation parameters
                
                
                
                Root Schema : ObjectStoreSwiftUpdateRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectUpdate credentials for ObjectStoreSwift object
    
    
    
    
        Show Source
        - 
            swiftPassword(optional): 
            string
            ObjectStoreSwift password
 - 
            userName(optional): 
            string
            ObjectStoreSwift user name
 
Response
Supported Media Types
                - application/json
 
200 Response
Update object store status.
                
                
                    Root Schema : ServiceJobReport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectJob Request Status
    
    
    
    
        Show Source
        - 
            createTimestamp(optional): 
            string(date-time)
            Job creation timestamp
 - 
            description(optional): 
            string
            Job description
 - 
            jobId(optional): 
            string
            Job ID
 - 
            jobType(optional): 
            string
            
 - 
            message(optional): 
            string
            Job message
 - 
            reports(optional): 
            array  reports
            
            
 - 
            resourceList(optional): 
            array  resourceList
            
            
 - 
            status(optional): 
            string
            Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]Job status - 
            updatedTime(optional): 
            string(date-time)
            Job modification timestamp
 
Nested Schema : resourceList
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  JobResourceInfo
            
            Resource information
 
Nested Schema : TaskReport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            endTime(optional): 
            string(date-time)
            
 - 
            jobId(optional): 
            string
            
 - 
            parentTaskId(optional): 
            string
            
 - 
            reportLevel(optional): 
            string
            Allowed Values:
[ "Verbose", "Info", "Error" ] - 
            startTime(optional): 
            string(date-time)
            
 - 
            status(optional): 
            string
            Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure", "Skipped" ] - 
            tags(optional): 
            array  tags
            
            
 - 
            taskDescription(optional): 
            string
            
 - 
            taskId(optional): 
            string
            
 - 
            taskName(optional): 
            string
            
 - 
            taskResult(optional): 
            string
            
 - 
            updatedTime(optional): 
            string(date-time)
            
 
Nested Schema : JobResourceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectResource information
    
    
    
    
        Show Source
        - 
            jobId(optional): 
            string
            Job ID
 - 
            resourceId(optional): 
            string
            Resource ID
 - 
            resourceNewType(optional): 
            string
            
 - 
            resourceType(optional): 
            string
            Allowed Values:
[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Recovery", "Report", "Tde", "ObjectStoreSwift" ]Resource type - 
            updatedTime(optional): 
            string(date-time)
            Last updated timestamp
 
Default Response
An unexpected error has occurred