computing / Client / nifty_register_routers_with_security_group

nifty_register_routers_with_security_group

computing.Client.nifty_register_routers_with_security_group(**kwargs)

See also: NIFCLOUD API Documentation

Request Syntax

response = client.nifty_register_routers_with_security_group(
    GroupName='string',
    RouterSet=[
        {
            'RouterId': 'string',
            'RouterName': 'string'
        },
    ]
)
Parameters:
  • GroupName (string) – [REQUIRED]
  • RouterSet (list) –
    • (dict) –
      • RouterId (string) –
      • RouterName (string) –
Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'RouterSet': [
        {
            'RouterId': 'string',
            'RouterName': 'string'
        },
    ]
}

Response Structure

  • (dict) –
    • RequestId (string) –
    • RouterSet (list) –
      • (dict) –
        • RouterId (string) –
        • RouterName (string) –