tencentcloud-sdk-cwp 3.0.685 → 3.0.687
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/VERSION +1 -1
 - data/lib/v20180228/models.rb +15 -5
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 5a233486617595df11dc4c5d1db355b96abd56c9
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 154cc773aa17d6d459e6c25e75604fbad50a0fcf
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: b14f0ccbee1589bc5cfbb314864ba2d1d7de8557b0b18acfbdb4d22a31f08320deb2227ff861c7745a22d8d97fb88ed8e30ee8f705a335dd23b7cc8480c5370d
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 9f1ec7f6d0e7f367fcf9708c4eb8e7993c48d6fa75f9ef4f8a236d16c610058da52eb9c4012d3f6773de267d9d816a65e1de288dfca7f1f19a6f2899c5e6dee1
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.687
         
     | 
    
        data/lib/v20180228/models.rb
    CHANGED
    
    | 
         @@ -4903,10 +4903,13 @@ module TencentCloud 
     | 
|
| 
       4903 
4903 
     | 
    
         
             
                    # @param Location: 地理位置中文名
         
     | 
| 
       4904 
4904 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       4905 
4905 
     | 
    
         
             
                    # @type Location: String
         
     | 
| 
      
 4906 
     | 
    
         
            +
                    # @param RiskLevel: 威胁等级:0低危,1中危,2高危
         
     | 
| 
      
 4907 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 4908 
     | 
    
         
            +
                    # @type RiskLevel: Integer
         
     | 
| 
       4906 
4909 
     | 
    
         | 
| 
       4907 
     | 
    
         
            -
                    attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location
         
     | 
| 
      
 4910 
     | 
    
         
            +
                    attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location, :RiskLevel
         
     | 
| 
       4908 
4911 
     | 
    
         | 
| 
       4909 
     | 
    
         
            -
                    def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, createtime=nil, banstatus=nil, eventtype=nil, count=nil, quuid=nil, isproversion=nil, protocol=nil, port=nil, modifytime=nil, instanceid=nil, datastatus=nil, machineextrainfo=nil, location=nil)
         
     | 
| 
      
 4912 
     | 
    
         
            +
                    def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, createtime=nil, banstatus=nil, eventtype=nil, count=nil, quuid=nil, isproversion=nil, protocol=nil, port=nil, modifytime=nil, instanceid=nil, datastatus=nil, machineextrainfo=nil, location=nil, risklevel=nil)
         
     | 
| 
       4910 
4913 
     | 
    
         
             
                      @Id = id
         
     | 
| 
       4911 
4914 
     | 
    
         
             
                      @Uuid = uuid
         
     | 
| 
       4912 
4915 
     | 
    
         
             
                      @MachineIp = machineip
         
     | 
| 
         @@ -4930,6 +4933,7 @@ module TencentCloud 
     | 
|
| 
       4930 
4933 
     | 
    
         
             
                      @DataStatus = datastatus
         
     | 
| 
       4931 
4934 
     | 
    
         
             
                      @MachineExtraInfo = machineextrainfo
         
     | 
| 
       4932 
4935 
     | 
    
         
             
                      @Location = location
         
     | 
| 
      
 4936 
     | 
    
         
            +
                      @RiskLevel = risklevel
         
     | 
| 
       4933 
4937 
     | 
    
         
             
                    end
         
     | 
| 
       4934 
4938 
     | 
    
         | 
| 
       4935 
4939 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -4959,6 +4963,7 @@ module TencentCloud 
     | 
|
| 
       4959 
4963 
     | 
    
         
             
                        @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
         
     | 
| 
       4960 
4964 
     | 
    
         
             
                      end
         
     | 
| 
       4961 
4965 
     | 
    
         
             
                      @Location = params['Location']
         
     | 
| 
      
 4966 
     | 
    
         
            +
                      @RiskLevel = params['RiskLevel']
         
     | 
| 
       4962 
4967 
     | 
    
         
             
                    end
         
     | 
| 
       4963 
4968 
     | 
    
         
             
                  end
         
     | 
| 
       4964 
4969 
     | 
    
         | 
| 
         @@ -37739,7 +37744,7 @@ module TencentCloud 
     | 
|
| 
       37739 
37744 
     | 
    
         
             
                    # @type MachineName: String
         
     | 
| 
       37740 
37745 
     | 
    
         
             
                    # @param ProcTree: 进程树
         
     | 
| 
       37741 
37746 
     | 
    
         
             
                    # @type ProcTree: String
         
     | 
| 
       37742 
     | 
    
         
            -
                    # @param DetectBy:  
     | 
| 
      
 37747 
     | 
    
         
            +
                    # @param DetectBy: 检测方法: 0行为分析; 1命令特征检测
         
     | 
| 
       37743 
37748 
     | 
    
         
             
                    # @type DetectBy: Integer
         
     | 
| 
       37744 
37749 
     | 
    
         
             
                    # @param MachineExtraInfo:  主机额外信息
         
     | 
| 
       37745 
37750 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
         @@ -37747,10 +37752,13 @@ module TencentCloud 
     | 
|
| 
       37747 
37752 
     | 
    
         
             
                    # @param Pid: 进程id
         
     | 
| 
       37748 
37753 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       37749 
37754 
     | 
    
         
             
                    # @type Pid: Integer
         
     | 
| 
      
 37755 
     | 
    
         
            +
                    # @param RiskLevel: 威胁等级:0中危,1高危
         
     | 
| 
      
 37756 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 37757 
     | 
    
         
            +
                    # @type RiskLevel: Integer
         
     | 
| 
       37750 
37758 
     | 
    
         | 
| 
       37751 
     | 
    
         
            -
                    attr_accessor :Id, :Uuid, :Quuid, :Hostip, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :ProcTree, :DetectBy, :MachineExtraInfo, :Pid
         
     | 
| 
      
 37759 
     | 
    
         
            +
                    attr_accessor :Id, :Uuid, :Quuid, :Hostip, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :ProcTree, :DetectBy, :MachineExtraInfo, :Pid, :RiskLevel
         
     | 
| 
       37752 
37760 
     | 
    
         | 
| 
       37753 
     | 
    
         
            -
                    def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, proctree=nil, detectby=nil, machineextrainfo=nil, pid=nil)
         
     | 
| 
      
 37761 
     | 
    
         
            +
                    def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, proctree=nil, detectby=nil, machineextrainfo=nil, pid=nil, risklevel=nil)
         
     | 
| 
       37754 
37762 
     | 
    
         
             
                      @Id = id
         
     | 
| 
       37755 
37763 
     | 
    
         
             
                      @Uuid = uuid
         
     | 
| 
       37756 
37764 
     | 
    
         
             
                      @Quuid = quuid
         
     | 
| 
         @@ -37773,6 +37781,7 @@ module TencentCloud 
     | 
|
| 
       37773 
37781 
     | 
    
         
             
                      @DetectBy = detectby
         
     | 
| 
       37774 
37782 
     | 
    
         
             
                      @MachineExtraInfo = machineextrainfo
         
     | 
| 
       37775 
37783 
     | 
    
         
             
                      @Pid = pid
         
     | 
| 
      
 37784 
     | 
    
         
            +
                      @RiskLevel = risklevel
         
     | 
| 
       37776 
37785 
     | 
    
         
             
                    end
         
     | 
| 
       37777 
37786 
     | 
    
         | 
| 
       37778 
37787 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -37801,6 +37810,7 @@ module TencentCloud 
     | 
|
| 
       37801 
37810 
     | 
    
         
             
                        @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
         
     | 
| 
       37802 
37811 
     | 
    
         
             
                      end
         
     | 
| 
       37803 
37812 
     | 
    
         
             
                      @Pid = params['Pid']
         
     | 
| 
      
 37813 
     | 
    
         
            +
                      @RiskLevel = params['RiskLevel']
         
     | 
| 
       37804 
37814 
     | 
    
         
             
                    end
         
     | 
| 
       37805 
37815 
     | 
    
         
             
                  end
         
     | 
| 
       37806 
37816 
     | 
    
         | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tencentcloud-sdk-cwp
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 3.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.687
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Tencent Cloud
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-10- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-10-30 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: tencentcloud-sdk-common
         
     |