Hitachi Ops Center​

 View Only
  • 1.  Hitachi Ops Center API Configuration Manager

    Posted 11-29-2021 14:53
    Hello,

    I'm looking for information on how to register a VSP E590 in Hitachi Ops Center API Configuration Manager ?

    Configuration Ops Center OVA V 10.8.0-01 Pre Configured Media.

    Thanks.

    ------------------------------
    Thierry Coquendeau
    Systems Engineer
    Tech Data France
    ------------------------------


  • 2.  RE: Hitachi Ops Center API Configuration Manager

    Posted 11-30-2021 04:26
    Hello

    There are 2 ways of doing it.

    You can read more about how to do it from the command line here:
    https://knowledge.hitachivantara.com/Documents/Management_Software/Ops_Center/API_Configuration_Manager/10.8.x/REST_API_Reference_Guide/02_Common_operations_in_the_REST_API#Registering_a_storage_system

    Alternatively, if you have Automator, you can register you CMRest server via web Connections and then add it via the GUI in Automator:


    ------------------------------
    William Jansen van Nieuwenhuizen
    Hitachi Vantara
    ------------------------------



  • 3.  RE: Hitachi Ops Center API Configuration Manager

    Posted 11-30-2021 09:10
    Hello William,

    A big thank you to you
    , I used the first method by sending the following post :


    {
      "ctl1Ip""172.16.10.140",
      "ctl2Ip""172.16.10.141",
      "model""VSP E590"
      "serialNumber":  XXXXXX,
      "changeNotificationSetting": {
        "isNotifiable"true
      }
    }

    And now all is OK.

    Thanks for your help.


    ------------------------------
    Thierry Coquendeau
    Systems Engineer
    Tech Data France
    ------------------------------



  • 4.  RE: Hitachi Ops Center API Configuration Manager

    Posted 11-30-2021 09:14
    It's a pleasure, glad you managed :-)

    ------------------------------
    William Jansen van Nieuwenhuizen
    Hitachi Vantara
    ------------------------------