Replace Group-Global Service Objects
This section shows how to use the Perl Client Library to replace Group-Global service
objects.
To replace a service object:
1.
Log into the Perl client.
2.
Replace the object.
Enter:
$result = $service->replaceGlobalObjects('OBJECT_NAME'=>'Poly-2',
'GROUP_MEMBERS'=>$members, 'COLOR'=>'red' );
put_log('WARN', msg=>"Error while adding group objects." ) unless(
$result );
3.
Log out.
Delete All Group-Global Service Objects
This section shows how to use the Perl Client Library to delete all Group-Global service
objects.
To delete all service objects:
1.
Log into the Perl client.
2.
Delete the object.
Enter:
my $result = $service->deleteAllObjects();
put_log('WARN', msg=>"Error while
deleting all objects." ) unless( $result );
3.
Log out.
Using the Perl Client Library with Device Objects
This section shows how to use the Perl Client Library to read device objects.
NOTE:
The COLOR and COMMENT arguments are optional for these
procedures.
Read Device Objects
This section shows how to read device objects.
91
Copyright © 2010, Juniper Networks, Inc.
Chapter 8: Using the API to Manage Shared Objects
Содержание NETWORK AND SECURITY MANAGER 2010.4 - API GUIDE REV 1
Страница 6: ...Copyright 2010 Juniper Networks Inc vi...
Страница 10: ...Copyright 2010 Juniper Networks Inc x Network and Security Manager 2010 4 API Guide...
Страница 12: ...Copyright 2010 Juniper Networks Inc xii Network and Security Manager 2010 4 API Guide...
Страница 20: ...Copyright 2010 Juniper Networks Inc 2 Network and Security Manager 2010 4 API Guide...
Страница 24: ...Copyright 2010 Juniper Networks Inc 6 Network and Security Manager 2010 4 API Guide...
Страница 34: ...Copyright 2010 Juniper Networks Inc 16 Network and Security Manager 2010 4 API Guide...
Страница 58: ...Figure 10 IDP Rulebase Copyright 2010 Juniper Networks Inc 40 Network and Security Manager 2010 4 API Guide...
Страница 92: ...Copyright 2010 Juniper Networks Inc 74 Network and Security Manager 2010 4 API Guide...
Страница 98: ...Copyright 2010 Juniper Networks Inc 80 Network and Security Manager 2010 4 API Guide...
Страница 100: ...Copyright 2010 Juniper Networks Inc 82 Network and Security Manager 2010 4 API Guide...
Страница 112: ...Copyright 2010 Juniper Networks Inc 94 Network and Security Manager 2010 4 API Guide...
Страница 128: ...Copyright 2010 Juniper Networks Inc 110 Network and Security Manager 2010 4 API Guide...
Страница 138: ...Copyright 2010 Juniper Networks Inc 120 Network and Security Manager 2010 4 API Guide...
Страница 152: ...Copyright 2010 Juniper Networks Inc 134 Network and Security Manager 2010 4 API Guide...
Страница 165: ...PART 6 Index Index on page 149 147 Copyright 2010 Juniper Networks Inc...
Страница 166: ...Copyright 2010 Juniper Networks Inc 148 Network and Security Manager 2010 4 API Guide...