{% extends 'generic/object.html' %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Provider | {{ object.get_provider_display }} |
| Host | {{ object.host }}:{{ object.port }} |
| Username | {{ object.username }} |
| Auth method | {{ object.get_auth_method_display }} |
| Token name | {{ object.token_name }} |
| Enabled | {{ object.enabled|yesno:"Yes,No" }} |
| Validate SSL | {{ object.validate_ssl|yesno:"Yes,No" }} |
| API timeout | {{ object.request_timeout_seconds }} seconds |
| Connect timeout | {{ object.connect_timeout_seconds }} seconds |
| GET retries | {{ object.max_retries }} retries, {{ object.retry_backoff_seconds }}s backoff |
| Tenant | {{ object.tenant|default:"-" }} |
|---|---|
| Site | {{ object.site|default:"-" }} |
| Cluster | {{ object.cluster }} |
| Sync interval | {{ object.sync_interval_minutes|default:"Manual only" }} |
| Next sync | {{ object.next_sync_at|default:"-" }} |
| Last status | {{ object.get_last_status_display }} |
|---|---|
| Last sync | {{ object.last_sync_at|default:"-" }} |
| Last success | {{ object.last_success_at|default:"-" }} |
| VMs | {{ object.last_vm_count }} total, {{ object.last_created_count }} created, {{ object.last_updated_count }} updated, {{ object.last_error_count }} errors |
| Message | {{ object.last_message|default:"-" }} |
| Include regex | {{ object.include_name_regex|default:"-" }} |
|---|---|
| Exclude regex | {{ object.exclude_name_regex|default:"-" }} |
| Powered off VMs | {{ object.sync_powered_off|yesno:"Synced,Skipped" }} |
| Interfaces/IPs | {{ object.sync_interfaces|yesno:"Interfaces on,Interfaces off" }} / {{ object.sync_ip_addresses|yesno:"IPs on,IPs off" }} |