Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,029 changes: 657 additions & 372 deletions docs/DefaultApi.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/IamEnterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Name | Type | Description | Notes
**counts** | [**IamCounts**](IamCounts.md) | | [optional]
**credit_limit** | **int** | | [optional]
**customers** | [**Dict[str, IamCustomer]**](IamCustomer.md) | | [optional]
**description** | **str** | | [optional]
**enterprise_id** | **int** | | [optional]
**eula_agreement_date** | [**GoogleProtobufTimestamp**](GoogleProtobufTimestamp.md) | | [optional]
**impersonation_enabled** | **bool** | | [optional]
**logo** | **str** | | [optional]
**marketplace_id** | **str** | | [optional]
**parent_company_name** | **str** | | [optional]
**parent_enterprise_id** | **int** | | [optional]
**portal_banner** | **str** | | [optional]
Expand Down
30 changes: 30 additions & 0 deletions docs/IamEnterprisePermissions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# IamEnterprisePermissions


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group_type** | **str** | (required) | [optional]
**permissions** | [**CommonPermissions**](CommonPermissions.md) | | [optional]

## Example

```python
from graphiant_sdk.models.iam_enterprise_permissions import IamEnterprisePermissions

# TODO update the JSON string below
json = "{}"
# create an instance of IamEnterprisePermissions from a JSON string
iam_enterprise_permissions_instance = IamEnterprisePermissions.from_json(json)
# print the JSON string representation of the object
print(IamEnterprisePermissions.to_json())

# convert the object into a dict
iam_enterprise_permissions_dict = iam_enterprise_permissions_instance.to_dict()
# create an instance of IamEnterprisePermissions from a dict
iam_enterprise_permissions_from_dict = IamEnterprisePermissions.from_dict(iam_enterprise_permissions_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/IamGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **str** | | [optional]
**enterprise_ids** | **List[int]** | | [optional]
**enterprise_permissions** | [**Dict[str, IamEnterprisePermissions]**](IamEnterprisePermissions.md) | | [optional]
**group_type** | **str** | | [optional]
**id** | **str** | | [optional]
**name** | **str** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/IpfixConnectionMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**connections** | **Dict[str, int]** | | [optional]
**connections_v2** | **Dict[str, float]** | | [optional]
**name** | **str** | | [optional]
**name** | **str** | the name of the connection | [optional]

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/IpfixEntityUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | id of consumer or lan segment | [optional]
**name** | **str** | | [optional]
**id** | **int** | id of the entity | [optional]
**name** | **str** | name of the entity | [optional]
**usage** | **float** | usage in kbps | [optional]

## Example
Expand Down
4 changes: 2 additions & 2 deletions docs/ManaV2ApplicationProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ports** | **List[int]** | | [optional]
**protocol** | **int** | | [optional]
**ports** | **List[int]** | |
**protocol** | **int** | Protocol for the application profile (required) |

## Example

Expand Down
10 changes: 5 additions & 5 deletions docs/ManaV2B2bExtranetApplicationInvite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin_email** | **str** | | [optional]
**consumer_burst_size** | **int** | | [optional]
**consumer_bw_site** | **int** | | [optional]
**enterprise_id** | **int** | | [optional]
**maximum_site_count** | **int** | | [optional]
**admin_email** | **str** | Admin email of the customer (required) |
**consumer_burst_size** | **int** | Maximum Burst size per site for the customer (required) |
**consumer_bw_site** | **int** | Maximum Bandwidth allocation per site for the customer (required) |
**enterprise_id** | **int** | Enterprise ID of the customer (required) |
**maximum_site_count** | **int** | Maximum number of sites for the customer (required) |
**service_prefixes** | **List[str]** | | [optional]

## Example
Expand Down
8 changes: 4 additions & 4 deletions docs/ManaV2B2bExtranetMatchServiceToCustomer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]
**id** | **int** | ID of the service being subscribed by the customer (required) |
**lan_segment** | **int** | | [optional]
**nat** | [**List[ManaV2B2bNat]**](ManaV2B2bNat.md) | | [optional]
**num_customers** | **int** | | [optional]
**service_prefixes** | [**List[ManaV2B2bExtranetPrefixTag]**](ManaV2B2bExtranetPrefixTag.md) | | [optional]
**nat** | [**List[ManaV2B2bNat]**](ManaV2B2bNat.md) | |
**num_customers** | **int** | Number of customers subscribed to the service | [optional]
**service_prefixes** | [**List[ManaV2B2bExtranetPrefixTag]**](ManaV2B2bExtranetPrefixTag.md) | |

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/ManaV2B2bExtranetPeeringServiceCustomerInvite.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin_email** | **List[str]** | | [optional]
**maximum_number_of_sites** | **int** | | [optional]
**admin_email** | **List[str]** | |
**maximum_number_of_sites** | **int** | Maximum number of sites for the peering service customer (required) |

## Example

Expand Down
10 changes: 5 additions & 5 deletions docs/ManaV2B2bExtranetPeeringServiceProducerPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **str** | | [optional]
**description** | **str** | Description for the service | [optional]
**global_object_ops** | [**Dict[str, ManaV2GlobalObjectServiceOps]**](ManaV2GlobalObjectServiceOps.md) | | [optional]
**prefix_tags** | [**List[ManaV2B2bExtranetPrefixTag]**](ManaV2B2bExtranetPrefixTag.md) | | [optional]
**service_lan_segment** | **int** | | [optional]
**site** | [**List[ManaV2B2bSiteInformation]**](ManaV2B2bSiteInformation.md) | | [optional]
**type** | **str** | | [optional]
**prefix_tags** | [**List[ManaV2B2bExtranetPrefixTag]**](ManaV2B2bExtranetPrefixTag.md) | |
**service_lan_segment** | **int** | LAN segment ID for the service (required) |
**site** | [**List[ManaV2B2bSiteInformation]**](ManaV2B2bSiteInformation.md) | |
**type** | **str** | Type of the service whether it is application or peering (required) |

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/ManaV2B2bExtranetPrefixTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**prefix** | **str** | | [optional]
**tag** | **str** | | [optional]
**prefix** | **str** | Prefix advertised by the service (required) |
**tag** | **str** | Tag for the prefix | [optional]

## Example

Expand Down
12 changes: 6 additions & 6 deletions docs/ManaV2B2bExtranetProducerPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **str** | | [optional]
**description** | **str** | Description for the service | [optional]
**global_object_device_summaries** | [**Dict[str, ManaV2GlobalObjectServiceSummaries]**](ManaV2GlobalObjectServiceSummaries.md) | | [optional]
**global_object_summaries** | [**Dict[str, ManaV2GlobalObjectServiceSummaries]**](ManaV2GlobalObjectServiceSummaries.md) | | [optional]
**nat_pools** | **List[str]** | | [optional]
**nat_pools** | **List[str]** | |
**prefix_tags** | [**List[ManaV2B2bExtranetPrefixTag]**](ManaV2B2bExtranetPrefixTag.md) | | [optional]
**profiles** | [**List[ManaV2ApplicationProfile]**](ManaV2ApplicationProfile.md) | | [optional]
**service_lan_segment** | **int** | | [optional]
**service_prefixes** | **List[str]** | | [optional]
**sites** | [**List[ManaV2B2bSiteInformation]**](ManaV2B2bSiteInformation.md) | | [optional]
**service_lan_segment** | **int** | LAN segment for the service (required) |
**service_prefixes** | **List[str]** | |
**sites** | [**List[ManaV2B2bSiteInformation]**](ManaV2B2bSiteInformation.md) | |
**sla** | [**ManaV2SlaInformation**](ManaV2SlaInformation.md) | | [optional]
**status** | **str** | | [optional]
**type** | **str** | | [optional]
**type** | **str** | Type of the service whether it is application or peering (required) |
**unmatched_customers** | **int** | | [optional]

## Example
Expand Down
4 changes: 2 additions & 2 deletions docs/ManaV2B2bNat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**outside_nat_prefix** | **str** | | [optional]
**prefix** | **str** | | [optional]
**outside_nat_prefix** | **str** | Outside NAT prefix for the customer prefix | [optional]
**prefix** | **str** | Prefix imported into the service (required) |

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/ManaV2B2bSiteInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bw_allocation_site_lists** | **int** | | [optional]
**bw_allocation_sites** | **int** | | [optional]
**bw_allocation_site_lists** | **int** | Total Bandwidth allocation for the service on these site lists | [optional]
**bw_allocation_sites** | **int** | Total Bandwidth allocation for the service on these sites | [optional]
**policer_site_lists** | [**ManaV2Policer**](ManaV2Policer.md) | | [optional]
**policer_sites** | [**ManaV2Policer**](ManaV2Policer.md) | | [optional]
**site_lists** | **List[int]** | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/ManaV2Device.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Name | Type | Description | Notes
**maintenance_mode** | **bool** | | [optional]
**nat_policy** | [**ManaV2NatPolicy**](ManaV2NatPolicy.md) | | [optional]
**notes** | **str** | | [optional]
**ntp** | [**ManaV2Ntp**](ManaV2Ntp.md) | | [optional]
**oper_staled** | **bool** | | [optional]
**oper_staled_at** | [**GoogleProtobufTimestamp**](GoogleProtobufTimestamp.md) | | [optional]
**oper_updated_at** | [**GoogleProtobufTimestamp**](GoogleProtobufTimestamp.md) | | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/ManaV2EdgeDeviceConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Name | Type | Description | Notes
**maintenance_mode** | **bool** | | [optional]
**name** | **str** | | [optional]
**nat_policy** | [**ManaV2NatPolicyConfig**](ManaV2NatPolicyConfig.md) | | [optional]
**ntp_global_object** | [**Dict[str, ManaV2NullableNtpConfig]**](ManaV2NullableNtpConfig.md) | | [optional]
**ospfv2_enabled** | **bool** | | [optional]
**ospfv3_enabled** | **bool** | | [optional]
**prefix_sets** | [**Dict[str, ManaV2NullablePrefixSetConfig]**](ManaV2NullablePrefixSetConfig.md) | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ManaV2ExtranetConsumerNatRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**outside_nat_prefix** | **str** | Optional nat prefix associated with a service prefix with an empty string indicating no NATing | [optional]
**service_prefix** | **str** | | [optional]
**service_prefix** | **str** | Service prefix for the NAT rule (required) |

## Example

Expand Down
1 change: 1 addition & 0 deletions docs/ManaV2NewSite.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Name | Type | Description | Notes
**location** | [**ManaV2Location**](ManaV2Location.md) | | [optional]
**name** | **str** | | [optional]
**notes** | **str** | | [optional]
**ntp_ops** | **Dict[str, str]** | | [optional]
**prefix_set_ops** | **Dict[str, str]** | | [optional]
**route_tag** | [**ManaV2RouteTag**](ManaV2RouteTag.md) | | [optional]
**routing_policy_ops** | **Dict[str, str]** | | [optional]
Expand Down
34 changes: 34 additions & 0 deletions docs/ManaV2Ntp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# ManaV2Ntp


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**domains** | **List[str]** | | [optional]
**error_message** | **str** | | [optional]
**global_id** | **int** | | [optional]
**id** | **int** | | [optional]
**name** | **str** | | [optional]
**status** | **str** | | [optional]

## Example

```python
from graphiant_sdk.models.mana_v2_ntp import ManaV2Ntp

# TODO update the JSON string below
json = "{}"
# create an instance of ManaV2Ntp from a JSON string
mana_v2_ntp_instance = ManaV2Ntp.from_json(json)
# print the JSON string representation of the object
print(ManaV2Ntp.to_json())

# convert the object into a dict
mana_v2_ntp_dict = mana_v2_ntp_instance.to_dict()
# create an instance of ManaV2Ntp from a dict
mana_v2_ntp_from_dict = ManaV2Ntp.from_dict(mana_v2_ntp_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


32 changes: 32 additions & 0 deletions docs/ManaV2NtpConfig.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# ManaV2NtpConfig


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**domains** | **List[str]** | | [optional]
**global_id** | **int** | | [optional]
**is_global_sync** | **bool** | | [optional]
**name** | **str** | | [optional]

## Example

```python
from graphiant_sdk.models.mana_v2_ntp_config import ManaV2NtpConfig

# TODO update the JSON string below
json = "{}"
# create an instance of ManaV2NtpConfig from a JSON string
mana_v2_ntp_config_instance = ManaV2NtpConfig.from_json(json)
# print the JSON string representation of the object
print(ManaV2NtpConfig.to_json())

# convert the object into a dict
mana_v2_ntp_config_dict = mana_v2_ntp_config_instance.to_dict()
# create an instance of ManaV2NtpConfig from a dict
mana_v2_ntp_config_from_dict = ManaV2NtpConfig.from_dict(mana_v2_ntp_config_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


29 changes: 29 additions & 0 deletions docs/ManaV2NullableNtpConfig.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# ManaV2NullableNtpConfig


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**ManaV2NtpConfig**](ManaV2NtpConfig.md) | | [optional]

## Example

```python
from graphiant_sdk.models.mana_v2_nullable_ntp_config import ManaV2NullableNtpConfig

# TODO update the JSON string below
json = "{}"
# create an instance of ManaV2NullableNtpConfig from a JSON string
mana_v2_nullable_ntp_config_instance = ManaV2NullableNtpConfig.from_json(json)
# print the JSON string representation of the object
print(ManaV2NullableNtpConfig.to_json())

# convert the object into a dict
mana_v2_nullable_ntp_config_dict = mana_v2_nullable_ntp_config_instance.to_dict()
# create an instance of ManaV2NullableNtpConfig from a dict
mana_v2_nullable_ntp_config_from_dict = ManaV2NullableNtpConfig.from_dict(mana_v2_nullable_ntp_config_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 2 additions & 2 deletions docs/ManaV2Policer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**burst_size** | **int** | | [optional]
**bw** | **int** | | [optional]
**burst_size** | **int** | Burst size for the policer (required) |
**bw** | **int** | Bandwidth for the policer (required) |

## Example

Expand Down
6 changes: 3 additions & 3 deletions docs/ManaV2SlaInformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**backup_circuit** | **str** | | [optional]
**var_class** | **str** | | [optional]
**primary_circuit** | **str** | | [optional]
**backup_circuit** | **str** | Backup circuit for the SLA information | [optional]
**var_class** | **str** | Class for the SLA information | [optional]
**primary_circuit** | **str** | Primary circuit for the SLA information | [optional]

## Example

Expand Down
8 changes: 4 additions & 4 deletions docs/ManaV2TrafficPolicyAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**backup** | **str** | | [optional]
**var_class** | **str** | | [optional]
**primary** | **str** | | [optional]
**result** | **str** | | [optional]
**backup** | **str** | Backup circuit for the traffic policy action | [optional]
**var_class** | **str** | Class for the traffic policy action | [optional]
**primary** | **str** | Primary circuit for the traffic policy action | [optional]
**result** | **str** | Result for the traffic policy action | [optional]

## Example

Expand Down
10 changes: 5 additions & 5 deletions docs/StatsmonExtranetEdgeStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | [**GoogleProtobufTimestamp**](GoogleProtobufTimestamp.md) | | [optional]
**disconnected_reason** | **str** | | [optional]
**hostname** | **str** | | [optional]
**id** | **int** | | [optional]
**site_name** | **str** | | [optional]
**status** | **str** | | [optional]
**disconnected_reason** | **str** | the reason for the edge being disconnected | [optional]
**hostname** | **str** | the hostname of the edge | [optional]
**id** | **int** | the id of the edge/device | [optional]
**site_name** | **str** | the name of the site | [optional]
**status** | **str** | the health status of the edge (Healthy, Impaired, Down) | [optional]

## Example

Expand Down
2 changes: 1 addition & 1 deletion docs/StatsmonExtranetPrefixHealth.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**health** | **str** | | [optional]
**health** | **str** | the health status of the prefix (Healthy, Impaired, Down) | [optional]
**missing_prefixes** | **List[str]** | | [optional]

## Example
Expand Down
Loading