{"swagger":"2.0","info":{"version":"v2","title":"Dome9.API"},"host":"api.dome9.com","schemes":["https"],"paths":{"/v2/accesslease/aws":{"post":{"tags":["AccessLease"],"summary":"Create a new Access Lease for an AWS service","operationId":"AccessLease_AcquireAwsLease","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"lease","in":"body","description":"details for the lease","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsAccessLeasePostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AccessLease":{"get":{"tags":["AccessLease"],"summary":"Get a list of all active Access Leases","operationId":"AccessLease_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccessLeasesGroupedViewModel"}}}}},"/v2/AccessLease/{id}":{"delete":{"tags":["AccessLease"],"summary":"Terminate an Access Lease","operationId":"AccessLease_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the id of the lease to terminate","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/access-lease-invitation/access/{invitationId}":{"get":{"tags":["AccessLeaseInvitation"],"summary":"Get a specific invitation","operationId":"AccessLeaseInvitation_AccessInvitation","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"invitationId","in":"path","description":"the id of the invitation","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AccessLeaseInvitation":{"get":{"tags":["AccessLeaseInvitation"],"summary":"Get a list of pending invitations (invitations not yet activated)","description":"These are invitations that have not yet been activated","operationId":"AccessLeaseInvitation_GetPendingInvitations","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccessLeaseInvitationViewModel"}}}}},"post":{"tags":["AccessLeaseInvitation"],"summary":"Create a new Lease Invitation","operationId":"AccessLeaseInvitation_CreateInvitationAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"leaseInvitation","in":"body","description":"lease invitation details","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccessLeaseInvitationViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AccessLeaseInvitation/{id}":{"delete":{"tags":["AccessLeaseInvitation"],"summary":"Delete a lease invitation","operationId":"AccessLeaseInvitation_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the id of the lease to delete","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/managing":{"get":{"tags":["Account"],"summary":"gets the MSP account who manages this one. returns error (404) if no managing account (regular Dome9 account)","operationId":"Account_GetManagingAccount","consumes":[],"produces":["application/json","text/json","text/html"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.ManagingAccountViewModel"}}}}},"/v2/account/resetAll":{"put":{"tags":["Account"],"operationId":"Account_ResetAllCloudAccountsMissingPermissions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/account/stats":{"get":{"tags":["Account"],"operationId":"Account_GetAccountStats","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"dbOnly","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountStatsViewModel"}}}}},"/v2/account/plan-contact-details":{"put":{"tags":["Account"],"summary":"","operationId":"Account_Plan","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"contactData","in":"body","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Licensing.UpdatePlanContactDetailsModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/account/plan":{"put":{"tags":["Account"],"summary":"","operationId":"Account_Plan","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"plan","in":"body","description":"","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/account/azuremarketplace":{"put":{"tags":["Account"],"operationId":"Account_ActivateAzureMarketplace","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountMarketplacePutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/account/marketplace":{"put":{"tags":["Account"],"operationId":"Account_ActivateMarketplace","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountMarketplacePutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/account/name":{"put":{"tags":["Account"],"operationId":"Account_PutName","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"name","in":"body","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/UseDefaultExternalId":{"put":{"tags":["Account"],"operationId":"Account_UseDefaultExternalId","consumes":[],"produces":[],"parameters":[{"name":"useDefaultKey","in":"query","required":false,"type":"boolean"}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/AllowEditExternalId":{"put":{"tags":["Account"],"operationId":"Account_AllowEditExternalId","consumes":[],"produces":[],"parameters":[{"name":"allowEditKey","in":"query","required":false,"type":"boolean"}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/owner":{"put":{"tags":["Account"],"summary":"sets a user as an account owner","operationId":"Account_PutOwnerAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountOwnerViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/extendtrial":{"put":{"tags":["Account"],"operationId":"Account_ExtendTrial","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/account/sso":{"get":{"tags":["Account"],"operationId":"Account_GetSSO","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountSSOConfigViewModel"}}}},"put":{"tags":["Account"],"operationId":"Account_PutSSO","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountSSOConfigViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Account"],"operationId":"Account_DeleteSSO","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/account/cross-account-identifier":{"put":{"tags":["Account"],"operationId":"Account_PutCrossAccountIdentifier","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CrossAccountIdentifierViewModel"}}}}},"/v2/account/daily-usage":{"get":{"tags":["Account"],"operationId":"Account_GetUsage","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"fromDate","in":"query","required":true,"type":"string","format":"date-time"},{"name":"toDate","in":"query","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountUsageViewModel"}}}}}},"/v2/account/exceeding-resources":{"get":{"tags":["Account"],"operationId":"Account_GetExceedingResources","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.ExceedingLicenseViewModel"}}}}},"/v2/account/license":{"get":{"tags":["Account"],"operationId":"Account_GetAccountLicense","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.LicenseViewModel"}}}}},"/v2/account/max-invalid-password-attempts":{"put":{"tags":["Account"],"operationId":"Account_PutMaxInvalidPasswordAttemptsAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Account.MaxInvalidPasswordAttemptsViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/session-idle-timeout-minutes":{"put":{"tags":["Account"],"summary":"Set the session idle timeout","operationId":"Account_PutSessionIdleTimeoutMinutesAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Account.SessionIdleTimeoutMinutesViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/account/email-filters":{"get":{"tags":["Account"],"operationId":"Account_GetAccountEmailFilters","consumes":[],"produces":["application/json","text/json","text/html"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.AccountEmailFiltersDescriptor"}}}},"put":{"tags":["Account"],"operationId":"Account_UpdateEmailFilters","consumes":["application/json","text/json","text/html","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.AccountEmailFiltersDescriptor"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Account"],"operationId":"Account_DeleteAccountEmailFilters","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/account":{"get":{"tags":["Account"],"operationId":"Account_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountViewModel"}}}}},"/v2/accountlimitation/clarityentriescount":{"put":{"tags":["AccountLimitation"],"operationId":"AccountLimitation_ClarityEntriesCount","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/AccountPollingInterval/{id}":{"put":{"tags":["AccountPollingInterval"],"operationId":"AccountPollingInterval_Update","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"},{"name":"updateRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Services.PollingInterval.UpdatePollingIntervalRequestViewModel"}}],"responses":{"204":{"description":"No Content"}}},"delete":{"tags":["AccountPollingInterval"],"operationId":"AccountPollingInterval_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AccountPollingInterval":{"get":{"tags":["AccountPollingInterval"],"operationId":"AccountPollingInterval_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AccountPollingInterval.PollingIntervalViewModel"}}}}},"post":{"tags":["AccountPollingInterval"],"operationId":"AccountPollingInterval_Add","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"pollingInterval","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.AccountPollingInterval.CreatePollingIntervalViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/account-registration/invite":{"post":{"tags":["AccountRegistration"],"operationId":"AccountRegistration_PostInvite","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.AccountRegistration.AccountRegistrationWebViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/account-registration/verify/{registrationRequestId}":{"get":{"tags":["AccountRegistration"],"operationId":"AccountRegistration_GetVerify","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"registrationRequestId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.AccountRegistration.AccountRegistrationGetViewModel"}}}}},"/v2/account-registration/sign-up":{"post":{"tags":["AccountRegistration"],"operationId":"AccountRegistration_PostSignUp","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Account.AccountRegistrationSignUpViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.AccountRegistration.AccountRegistrationGetViewModel"}}}}},"/v2/AccountTrust/assumable-roles":{"get":{"tags":["AccountTrust"],"summary":"Get a list of objects that represent a trusted account and its assumebale roles","operationId":"AccountTrust_GetAssumableRoles","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustAssumableRolesViewModel"}}}}}},"/v2/AccountTrust":{"get":{"tags":["AccountTrust"],"summary":"Get a list of accounts which are trusted by or trust this account according to the given \"trustDirection\"","operationId":"AccountTrust_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"trustDirection","in":"query","description":"Determines whether the accounts result list are the trusted/trustee accounts","required":true,"type":"string","enum":["MyAccountIsTarget","MyAccountIsSource"]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustViewModel"}}}}},"post":{"tags":["AccountTrust"],"summary":"Create a new account trust where this account is the target based on the given \"SourceAccountId\", i.e. this account trusts the source account","operationId":"AccountTrust_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AccountTrust/{id}":{"put":{"tags":["AccountTrust"],"summary":"Update the account trust description or restrictions","operationId":"AccountTrust_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Account trust id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["AccountTrust"],"summary":"Delete an account trust","operationId":"AccountTrust_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The trust id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/api/Agent/{id}/sec-groups":{"post":{"tags":["Agent"],"operationId":"Agent_AttachGroupToAgent","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentSecurityGroupAttachDetachViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Agent"],"operationId":"Agent_DetachGroupFromAgent","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentSecurityGroupAttachDetachViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Agent/{id}/sec-groups":{"post":{"tags":["Agent"],"operationId":"Agent_AttachGroupToAgent","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentSecurityGroupAttachDetachViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Agent"],"operationId":"Agent_DetachGroupFromAgent","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentSecurityGroupAttachDetachViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/Agent/{id}/start-fim-scan":{"post":{"tags":["Agent"],"operationId":"Agent_StartFIMScan","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}}}},"/v2/Agent/{id}/start-fim-scan":{"post":{"tags":["Agent"],"operationId":"Agent_StartFIMScan","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}}}},"/v2/Agent":{"get":{"tags":["Agent"],"operationId":"Agent_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"forAccess","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentViewModel"}}}}}},"/v2/Agent/{id}":{"get":{"tags":["Agent"],"operationId":"Agent_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentViewModel"}}}},"delete":{"tags":["Agent"],"operationId":"Agent_DeleteAgent","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}}}},"/v2/workload/agentless/aws/accounts/{id}/enable":{"post":{"tags":["Agentless"],"summary":"Enable AWP AWS account","operationId":"Agentless_EnableAwsAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"accountRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AddAgentlessAwsAccountRequestBody"}},{"name":"shouldCreatePolicy","in":"query","description":"A flag indicating weather to create a default policy","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/azure/accounts/{id}/enable":{"post":{"tags":["Agentless"],"summary":"Enable AWP Azure account","operationId":"Agentless_EnableAzureAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/subscription Id)","required":true,"type":"string"},{"name":"accountRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AddAgentlessAzureAccountRequestBody"}},{"name":"shouldCreatePolicy","in":"query","description":"A flag indicating weather to create a default policy","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/aws/accounts/{id}/enableCentralizedAccount":{"post":{"tags":["Agentless"],"summary":"Add AWP AWS Centralized account","operationId":"Agentless_AddAwsCentralizedAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"accountRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AddAgentlessAwsCentralizedAccountRequestBody"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/azure/accounts/{id}/enableCentralizedAccount":{"post":{"tags":["Agentless"],"summary":"Add AWP Azure Centralized account","operationId":"Agentless_AddAzureCentralizedAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"accountRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AddAgentlessAzureCentralizedAccountRequestBody"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/aws/accounts/{id}/enableSubAccount":{"post":{"tags":["Agentless"],"summary":"Add AWP AWS Sub account","operationId":"Agentless_AddAwsSubAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"accountRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AddAgentlessAwsSubAccountRequestBody"}},{"name":"shouldCreatePolicy","in":"query","description":"A flag indicating weather to create a default policy","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/azure/accounts/{id}/enableSubAccount":{"post":{"tags":["Agentless"],"summary":"Add AWP Azure Sub account","operationId":"Agentless_AddAzureSubAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"accountRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AddAgentlessAzureSubAccountRequestBody"}},{"name":"shouldCreatePolicy","in":"query","description":"A flag indicating weather to create a default policy","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/{cloudProvider}/accounts/states":{"get":{"tags":["Agentless"],"summary":"Get current AWP accounts states","operationId":"Agentless_GetAccountsStates","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudProvider","in":"path","description":"Cloud provider","required":true,"type":"string","enum":["aws","azure"]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AccountStateViewModel"}}}}}},"/v2/workload/agentless/{cloudProvider}/accounts/states/{id}":{"get":{"tags":["Agentless"],"summary":"Get AWP account state","operationId":"Agentless_GetAccountState","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"cloudProvider","in":"path","description":"Cloud provider","required":true,"type":"string","enum":["aws","azure"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AccountStateViewModel"}}}}},"/v2/workload/agentless/{cloudProvider}/accounts/{id}":{"get":{"tags":["Agentless"],"summary":"Get AWP account scanner configuration","operationId":"Agentless_GetAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"cloudProvider","in":"path","description":"Cloud provider","required":true,"type":"string","enum":["aws","azure"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AccountViewModel"}}}}},"/v2/workload/agentless/{cloudProvider}/accounts/{id}/settings":{"patch":{"tags":["Agentless"],"summary":"Modify a single AWP account scanner settings (supported for inAccount and Saas scan mode)","operationId":"Agentless_ModifyAccountSettings","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"putAccountSettingsRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel"}},{"name":"cloudProvider","in":"path","description":"Cloud provider","required":true,"type":"string","enum":["aws","azure"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/{cloudProvider}/accounts/{id}/centralizedAccountSettings":{"patch":{"tags":["Agentless"],"summary":"Modify a single AWP centralized account scanner settings","operationId":"Agentless_ModifyCentralizedAccountSettings","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"putAccountSettingsRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessCentralizedAccountSettingsViewModel"}},{"name":"cloudProvider","in":"path","description":"Cloud provider","required":true,"type":"string","enum":["aws","azure"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/aws/accounts/{id}":{"delete":{"tags":["Agentless"],"summary":"Disable AWS account","operationId":"Agentless_DisableAwsAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"forceDelete","in":"query","description":"If 'True', AWP will be disabled and the API will skip validating resource removal from the customer account.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/azure/accounts/{id}":{"delete":{"tags":["Agentless"],"summary":"Disable Azure account","operationId":"Agentless_DisableAzureAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/workload/agentless/aws/instances/{id}":{"get":{"tags":["Agentless"],"summary":"Get AWP workload scan details","operationId":"Agentless_GetWorkload","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"Instance Id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessInstanceViewModel"}}}}},"/v2/workload/agentless/aws/accounts/{id}/generate-onboarding-data":{"post":{"tags":["Agentless"],"summary":"Generate Aws onboarding data","operationId":"Agentless_GenerateAwsOnboardingData","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.GenerateAgentlessAwsOnboardingDataRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAwsOnboardingDataViewModel"}}}}},"/v2/workload/agentless/azure/accounts/{id}/generate-onboarding-data":{"post":{"tags":["Agentless"],"summary":"Generate Azure onboarding data","operationId":"Agentless_GenerateAzureOnboardingData","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.GenerateAgentlessAzureOnboardingDataRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAzureOnboardingDataViewModel"}}}}},"/v2/workload/agentless/azure/accounts/{id}/offboarding":{"get":{"tags":["Agentless"],"summary":"Get Azure offboarding data","operationId":"Agentless_GetAzureOffboardingData","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"centralizedId","in":"query","description":"In case of inAccountSub, the account id of the centralized account","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAzureOffboardingDataViewModel"}}}}},"/v2/workload/agentless/{cloudProvider}/accounts/{id}/onboarding/checkForUpdate":{"get":{"tags":["Agentless"],"summary":"Check if the AWP account needs to be updated","operationId":"Agentless_CheckForOnboardingUpdate","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"},{"name":"cloudProvider","in":"path","description":"Cloud provider","required":true,"type":"string","enum":["aws","azure"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAwsValidateStackDataViewModel"}}}}},"/v2/workload/agentless/azure/accounts/{id}/centralizedAccounts":{"get":{"tags":["Agentless"],"summary":"Get Azure centralized accounts data","operationId":"Agentless_GetAzureCentralizedAccounts","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Cloud account Id (CloudGuard/external Id)","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.CentralizedAzureAccountViewModel"}}}}}},"/v2/workload/agentless/accountSettings":{"get":{"tags":["Agentless"],"summary":"Get all AWP accounts scanner settings","operationId":"Agentless_GetTenantSettings","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessSettingsViewModel"}}}},"patch":{"tags":["Agentless"],"summary":"Modify all AWP accounts scanner settings","operationId":"Agentless_ModifyTenantSettings","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"putTenantSettingsRequestBody","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessSettingsViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/alert/severity":{"put":{"tags":["Alert"],"operationId":"Alert_UpdateAlertSeverity","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"severity","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertsPartialUpdateViewModel[Falconetix.Model.WarningSeverity]"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/alert/acknowledged":{"put":{"tags":["Alert"],"operationId":"Alert_UpdateAlertAcknowledged","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"acknowledged","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertsPartialUpdateViewModel[System.Boolean]"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/alert/comment":{"put":{"tags":["Alert"],"operationId":"Alert_UpdateAlertComment","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"comment","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertsPartialUpdateViewModel[System.String]"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/alert/count":{"get":{"tags":["Alert"],"operationId":"Alert_GetCount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"srl","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertsCountViewModel"}}}}},"/v2/alert/data":{"post":{"tags":["Alert"],"operationId":"Alert_GetAlertsDataAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"input","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.GetDataParms[System.Object]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/alert/export":{"post":{"tags":["Alert"],"operationId":"Alert_TriggerExportAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}}},"/v2/alert/export/{workflowGuid}/status":{"get":{"tags":["Alert"],"operationId":"Alert_GetExportStatusAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"workflowGuid","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alerts.ExportStatusModel.ExportStatusInfo"}}}}},"/v2/alert/export/{workflowGuid}/data":{"get":{"tags":["Alert"],"operationId":"Alert_GetExportedDataUrlAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"workflowGuid","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Alert":{"get":{"tags":["Alert"],"summary":"Get multiple alerts.\r\nBy default it will also return acknowledged alerts and FIM alerts.\r\nTo reduce the returned set - use a filter.","operationId":"Alert_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"filter.getFim","in":"query","required":false,"type":"boolean"},{"name":"filter.getAcknowledged","in":"query","required":false,"type":"boolean"},{"name":"filter.alertTypes","in":"query","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"name":"filter.sgExternalId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertViewModel"}}}}}},"/v2/Alert/{id}":{"get":{"tags":["Alert"],"summary":"Get a single alert by Id","operationId":"Alert_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertViewModel"}}}},"patch":{"tags":["Alert"],"operationId":"Alert_Patch","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AlertPatchViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/AlibabaCloudAccount/{id}/DeleteForce":{"delete":{"tags":["AlibabaCloudAccount"],"summary":"Delete an Alibaba account from a Dome9 account (the Alibaba account is not deleted from Alibaba) and linked entities","operationId":"AlibabaCloudAccount_DeleteForceAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the Dome9 account id for the account or the Subscription id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AlibabaCloudAccount/{cloudAccountId}/account-stats":{"get":{"tags":["AlibabaCloudAccount"],"summary":"Gets Cloud Account network statistics on cloud account page","operationId":"AlibabaCloudAccount_GetCloudAccountStatsAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","description":"The Id of the Alibaba cloud account","required":true,"type":"string","format":"uuid"},{"name":"withData","in":"query","description":"Include raw data of networks, security groups and vms, default = false","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountStatsViewModel"}}}}},"/v2/AlibabaCloudAccount/MissingPermissions":{"get":{"tags":["AlibabaCloudAccount"],"summary":"Get a list of missing permissions (needed by Dome9 to manage the accounts) for all Alibaba accounts in Dome9","operationId":"AlibabaCloudAccount_GetMissingPermissions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsViewModel"}}}}}},"/v2/AlibabaCloudAccount/{id}/MissingPermissions":{"get":{"tags":["AlibabaCloudAccount"],"summary":"Get a list of missing permissions for a specific account. These permissions are needed by Dome9 to manage accounts.","operationId":"AlibabaCloudAccount_GetMissingPermissionsAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"},{"name":"showIgnored","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsIgnorableViewModel"}}}},"put":{"tags":["AlibabaCloudAccount"],"summary":"Get a list of missing permissions for a specific account. These are permissions needed by Dome9 to manage accounts.","operationId":"AlibabaCloudAccount_UpdateIgnorableMissingPermissionsAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"CloudAccountId","required":true,"type":"string","format":"uuid"},{"name":"permissionsToIgnoreOrRestore","in":"body","description":"List of permissions to set ignore or restore flag to","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableUpdateViewModel"}}}],"responses":{"204":{"description":"No Content"}}}},"/v2/AlibabaCloudAccount/{id}/MissingPermissions/EntityType":{"get":{"tags":["AlibabaCloudAccount"],"summary":"Get missing permissions for a specific entity type for a specific Alibaba Cloud account","operationId":"AlibabaCloudAccount_GetMissingPermissionsByEntityTypeAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The Dome9 Alibaba Cloud Account Id","required":true,"type":"string","format":"uuid"},{"name":"entityType","in":"query","description":"The entity type for which to get permission issues","required":true,"type":"string"},{"name":"subType","in":"query","description":"","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionViewModel"}}}}}},"/v2/AlibabaCloudAccount/{id}/MissingPermissions/Reset":{"put":{"tags":["AlibabaCloudAccount"],"summary":"Reset (re-validate) a Alibaba Cloud account credentials in Dome9. \r\nWill cause all entities to retry fetching from the Alibaba cloud account.","operationId":"AlibabaCloudAccount_ResetMissingPermissionsAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the account id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AlibabaCloudAccount/{id}/AccountName":{"put":{"tags":["AlibabaCloudAccount"],"summary":"Update a Alibaba Cloud account name (as it appears in Dome9)","operationId":"AlibabaCloudAccount_UpdateAccountNameAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the account id","required":true,"type":"string","format":"uuid"},{"name":"name","in":"body","description":"the updated name as it will appear in Dome9","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountNameViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}}},"/v2/AlibabaCloudAccount/{id}/Credentials":{"put":{"tags":["AlibabaCloudAccount"],"operationId":"AlibabaCloudAccount_UpdateAlibabaCloudAccountCredentialsAsync","consumes":["application/json","text/json","text/html","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"},{"name":"credentials","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountCredentialsViewPostModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}}},"/v2/AlibabaCloudAccount/{id}/SyncNow":{"post":{"tags":["AlibabaCloudAccount"],"operationId":"AlibabaCloudAccount_SyncNow","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}}},"/v2/AlibabaCloudAccount/{id}/organizationalUnit":{"put":{"tags":["AlibabaCloudAccount"],"summary":"Update the ID of the Organizational Unit that this cloud account will be attached to.\r\nUse 'null' for the root organizational unit","operationId":"AlibabaCloudAccount_UpdateOrganizationalId","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"The Dome9 Guid ID of the Alibaba cloud account","required":true,"type":"string","format":"uuid"},{"name":"updateData","in":"body","description":"The Guid ID of the Organizational Unit to attach to. Use 'null' to attach to the root Organizational Unit","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}}},"/v2/AlibabaCloudAccount/organizationalUnit/move":{"put":{"tags":["AlibabaCloudAccount"],"summary":"Detach cloud accounts from an Organizational unit and attach them to another Organizational unit.\r\nUse 'null' for root organizational unit","operationId":"AlibabaCloudAccount_MoveCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"moveData","in":"body","description":"The guids of the source organizational unit to detach from and the target organizational unit to attach to. Use null for root organizational unit.","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.MoveOrganizationalUnitViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AlibabaCloudAccount/organizationalUnit/moveAll":{"put":{"tags":["AlibabaCloudAccount"],"summary":"Detach all cloud accounts from their current organizational unit and attach them to a new one. Default is to root organizational unit","operationId":"AlibabaCloudAccount_MoveAllCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"updateData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AlibabaCloudAccount/organizationalUnit/attach":{"post":{"tags":["AlibabaCloudAccount"],"summary":"Attach several cloud accounts to a specific Organizational Unit. User 'null' as root Organizational Unit as target","operationId":"AlibabaCloudAccount_PostAttachMulti","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"attachData","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.AttachCloudAccountsViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AlibabaCloudAccount":{"get":{"tags":["AlibabaCloudAccount"],"summary":"Get a list of all Alibaba cloud accounts","operationId":"AlibabaCloudAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}}},"post":{"tags":["AlibabaCloudAccount"],"summary":"Add (onboard) a new Alibaba cloud account to Dome9","operationId":"AlibabaCloudAccount_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","description":"details for the new account","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}}},"/v2/AlibabaCloudAccount/{id}":{"get":{"tags":["AlibabaCloudAccount"],"summary":"Get details for a specific Alibaba Cloud Account","operationId":"AlibabaCloudAccount_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the Alibaba cloud account id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel"}}}},"delete":{"tags":["AlibabaCloudAccount"],"summary":"Delete an Alibaba account from a Dome9 account (the Alibaba account is not deleted from Alibaba)","operationId":"AlibabaCloudAccount_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the Dome9 account id for the account or the Subscription id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/application/menu":{"get":{"tags":["Application"],"operationId":"Application_Menu","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AppMenuViewModel"}}}}},"/v2/application/d9awsaccount":{"get":{"tags":["Application"],"operationId":"Application_D9AccountInfo","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AppD9AccountViewModel"}}}}},"/v2/application/intercom":{"get":{"tags":["Application"],"operationId":"Application_GetIntercomData","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AppIntercomViewModel"}}}}},"/v2/assessment/bundleV2":{"post":{"tags":["Assessment"],"summary":"Run an assessment on a cloud environment using a bundle (V2)","operationId":"Assessment_RunBundleV2Async","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"assReq","in":"body","description":"The assessment request block","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentBundleRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentResultViewModel[Newtonsoft.Json.Linq.JRaw]"}}}}},"/v2/AssessmentHistory/bundle":{"get":{"tags":["AssessmentHistory"],"operationId":"AssessmentHistory_GetResults","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"query","required":true,"type":"integer","format":"int64"},{"name":"lastTime","in":"query","required":false,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryResultViewModel"}}}}}},"/v2/AssessmentHistory/view":{"get":{"tags":["AssessmentHistory"],"operationId":"AssessmentHistory_GetResultViewsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"lastTime","in":"query","required":false,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryViewResultViewModel"}}}}}},"/v2/AssessmentHistory":{"get":{"tags":["AssessmentHistory"],"operationId":"AssessmentHistory_GetResults","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"lastTime","in":"query","required":false,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryResultViewModel"}}}}},"delete":{"tags":["AssessmentHistory"],"operationId":"AssessmentHistory_DeleteHistoryAsync","consumes":[],"produces":[],"parameters":[{"name":"historyId","in":"query","required":true,"type":"integer","format":"int64"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AssessmentHistory/{id}":{"get":{"tags":["AssessmentHistory"],"operationId":"AssessmentHistory_GetHistory","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryResultViewModel"}}}}},"/v2/AssessmentHistoryV2/bundleResults":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get most recent assessment results for a specific bundle, for a list of cloud accounts","operationId":"AssessmentHistoryV2_GetBundleResults","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"bundleId","in":"query","description":"the bundle used for the assessment (for all the accounts in the list)","required":true,"type":"integer","format":"int64"},{"name":"cloudAccountIds","in":"query","description":"comma separated list of cloud accounts","required":true,"type":"string"},{"name":"fromTime","in":"query","description":"the time the assessment was done","required":true,"type":"string","format":"date-time"},{"name":"epsilonInMinutes","in":"query","description":"period of time (in min) back from the fromTime to look for results; only results in this range will be returned","required":false,"type":"integer","format":"int64"},{"name":"requestId","in":"query","description":"an optional request id; the same value will appear in the response","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryResultV2ViewModel[Newtonsoft.Json.Linq.JRaw]"}}}}}},"/v2/AssessmentHistoryV2/assessmentTrendOrganizationalUnit":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get the assessment trend for the selected time range (maximum of 93 days)","operationId":"AssessmentHistoryV2_GetAssessmentTrendOrganizationalUnit","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"rulesetId","in":"query","description":"Ruleset ID","required":true,"type":"integer","format":"int64"},{"name":"organizationalUnitId","in":"query","description":"Organizational Unit ID","required":true,"type":"string","format":"uuid"},{"name":"from","in":"query","description":"From Date","required":true,"type":"string","format":"date-time"},{"name":"to","in":"query","description":"To Date","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.AssessmentTrend.AssessmentTrendItemViewModel"}}}}}},"/v2/AssessmentHistoryV2/assessmentTrendV2":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get the assessment trend for the selected time range (maximum of 93 days)","operationId":"AssessmentHistoryV2_GetAssessmentTrendV2","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"bundleId","in":"query","description":"Bundle ID","required":true,"type":"integer","format":"int64"},{"name":"cloudAccountId","in":"query","description":"Cloud Account ID","required":true,"type":"string","format":"uuid"},{"name":"from","in":"query","description":"From Date","required":true,"type":"string","format":"date-time"},{"name":"to","in":"query","description":"To Date","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.AssessmentTrend.AssessmentTrendItemViewModel"}}}}}},"/v2/AssessmentHistoryV2/LastAssessmentResults/view":{"post":{"tags":["AssessmentHistoryV2"],"summary":"Get last assessment results for selected cloud accounts and bundles. Does not return details for the tests or test entities.","operationId":"AssessmentHistoryV2_GetLastAssessmentResultsView","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"assessmentsRequestFilter","in":"body","description":"block that specifies the accounts and bundles","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentsRequestFilterViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryViewResultV2ViewModel"}}}}}},"/v2/AssessmentHistoryV2/LastAssessmentResults":{"post":{"tags":["AssessmentHistoryV2"],"summary":"Get last assessment results for selected cloud accounts and bundles. Includes details of tests and test entities.","operationId":"AssessmentHistoryV2_GetLastAssessmentResults","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"assessmentsRequestFilter","in":"body","description":"block that specifies the accounts and bundles","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentsRequestFilterViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryResultV2ViewModel[Newtonsoft.Json.Linq.JRaw]"}}}}}},"/v2/AssessmentHistoryV2/LastAssessmentResults/minimized":{"post":{"tags":["AssessmentHistoryV2"],"summary":"Get last assessment results for selected cloud accounts and bundles as Minimized Entity.","operationId":"AssessmentHistoryV2_GetLastAssessmentResultsMini","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"assessmentsRequestFilter","in":"body","description":"block that specifies the accounts and bundles","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentsRequestFilterViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryResultV2ViewModel[Falconetix.Model.RuleEngine.Entities.AssessmentHistoryMinimizedEntity]"}}}}}},"/v2/AssessmentHistoryV2/ExecutiveReport/{vendor}/{rulesetId}":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get an executive report of assessments for the selected ruleset and platform","operationId":"AssessmentHistoryV2_GetLastAssessmentResultsMiniToExecutiveSummary","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"vendor","in":"path","description":"Platform","required":true,"type":"string","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"]},{"name":"rulesetId","in":"path","description":"Ruleset ID","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentExecutiveReport"}}}}},"/v2/AssessmentHistoryV2/ExecutiveReport/email/{vendor}/{rulesetId}":{"post":{"tags":["AssessmentHistoryV2"],"summary":"Send email with link to s3 bucket to the Executive Report","operationId":"AssessmentHistoryV2_SendExecutiveReportCSVByEmail","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"vendor","in":"path","description":"vendor","required":true,"type":"string","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"]},{"name":"rulesetId","in":"path","description":"rulesetId","required":true,"type":"integer","format":"int64"},{"name":"recipients","in":"body","description":"Emails","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}}},"/v2/AssessmentHistoryV2/{assessmentId}/ExecutiveReport/csv":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get a csv executive report of assessment","operationId":"AssessmentHistoryV2_GetAssessmentExecutiveReportCSV","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"assessmentId","in":"path","description":"AssessmentId","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AssessmentHistoryV2/OrganizationalUnitsLastAssessmentStatistics":{"post":{"tags":["AssessmentHistoryV2"],"summary":"Get last assessment statistics for selected Organizational Units and bundles.","operationId":"AssessmentHistoryV2_GetOrganizationalUnitsLastAssessmentStatistics","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"organizationalUnitAssessmentHistoryRequestModel","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.OrganizationalUnitAssessmentHistoryRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.OrganizationalUnitAssessmentHistoryViewModel"}}}}}},"/v2/AssessmentHistoryV2/view/timeRange":{"post":{"tags":["AssessmentHistoryV2"],"summary":"Get assessment history (list of assessments) for specified time range and filters","operationId":"AssessmentHistoryV2_FindResultViewsByTimeRangeAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"request","in":"body","description":"details of the results to get (filters, time range)","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessnentHistoryViewResultsTimeRangeViewModel"}}}}},"/v2/AssessmentHistoryV2/view/{id}":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get result statistics for a specific assessment","operationId":"AssessmentHistoryV2_GetViewHistoryAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The ID of the assessment","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryViewResultV2ViewModel"}}}}},"/v2/AssessmentHistoryV2/csv/{assessmentResultId}":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get assessment result CSV","operationId":"AssessmentHistoryV2_GetAssessmentResultCsv","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"assessmentResultId","in":"path","description":"Assessment result ID","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AssessmentHistoryV2/{id}":{"get":{"tags":["AssessmentHistoryV2"],"summary":"Get results for a specific assessment","operationId":"AssessmentHistoryV2_GetHistoryAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the id of the assessment","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryResultV2ViewModel[Newtonsoft.Json.Linq.JRaw]"}}}}},"/v2/AssessmentHistoryV2":{"delete":{"tags":["AssessmentHistoryV2"],"summary":"Delete an assessment","operationId":"AssessmentHistoryV2_DeleteHistoryAsync","consumes":[],"produces":[],"parameters":[{"name":"historyId","in":"query","description":"the id of the assessment","required":true,"type":"integer","format":"int64"}],"responses":{"204":{"description":"No Content"}}}},"/v2/audit/event-types":{"get":{"tags":["Audit"],"summary":"Get a list of available audit event types","operationId":"Audit_GetEventTypes","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object","additionalProperties":{"type":"string"}}}}}},"/v2/audit/awsgroup/{groupId}":{"get":{"tags":["Audit"],"summary":"Get audit events for a specific AWS Security Group","operationId":"Audit_GetAuditEventsForAwsSecGroup","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"the Security Group id","required":true,"type":"integer","format":"int64"},{"name":"startTimestamp","in":"query","description":"the time of the first event to be fetched","required":false,"type":"string","format":"date-time"},{"name":"endTimestamp","in":"query","description":"the time of the last event to be fetched","required":false,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AuditEntryViewModel"}}}}}},"/v2/audit/export":{"get":{"tags":["Audit"],"summary":"Export an audit events report in a csv format","operationId":"Audit_GetExport","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"startTimestamp","in":"query","description":"the time of the first event to be exported in the report","required":false,"type":"string","format":"date-time"},{"name":"endTimestamp","in":"query","description":"the time of the last event to be exported in the report","required":false,"type":"string","format":"date-time"},{"name":"userNameFilter","in":"query","description":"only events for this specific user will be exported","required":false,"type":"string"},{"name":"eventType","in":"query","description":"only events of this specific type will be exported","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/audit/row-data-api":{"get":{"tags":["Audit"],"summary":"get api events audit row data","operationId":"Audit_GetRowDataApi","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"startTimestamp","in":"query","description":"the time of the first event in the report- Epoch time in milliseconds","required":false,"type":"string"},{"name":"endTimestamp","in":"query","description":"the time of the last event in the report - Epoch time in milliseconds","required":false,"type":"string"},{"name":"filter","in":"query","description":"qsl query filter","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Audit.ApiAuditResult"}}}}}},"/v2/audit/row-data-system":{"get":{"tags":["Audit"],"summary":"get system events audit row data","operationId":"Audit_GetRowDataSystem","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"startTimestamp","in":"query","description":"the time of the first event in the report - Epoch time in milliseconds","required":false,"type":"string"},{"name":"endTimestamp","in":"query","description":"the time of the last event in the report - Epoch time in milliseconds","required":false,"type":"string"},{"name":"filter","in":"query","description":"qsl query filter","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Audit.SystemAuditResult"}}}}}},"/v2/audit/data-count":{"get":{"tags":["Audit"],"summary":"get row data result count by type api/system","operationId":"Audit_GetRowDataCount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"startTimestamp","in":"query","description":"the time of the first event in the report - Epoch time in milliseconds","required":false,"type":"string"},{"name":"endTimestamp","in":"query","description":"the time of the last event in the report- Epoch time in milliseconds","required":false,"type":"string"},{"name":"filter","in":"query","description":"qsl query filter","required":false,"type":"string"},{"name":"eventType","in":"query","description":"system events or api events","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Audit.CountAuditResult"}}}}},"/v2/Audit":{"get":{"tags":["Audit"],"summary":"Get audit events with optional filters","operationId":"Audit_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"pageNum","in":"query","description":"page # in the sequence of audit pages","required":true,"type":"integer","format":"int32"},{"name":"eventsPerPage","in":"query","description":"no. of audit events in the page","required":true,"type":"integer","format":"int32"},{"name":"startTimestamp","in":"query","description":"the time of first audit to be fetched","required":false,"type":"string","format":"date-time"},{"name":"endTimestamp","in":"query","description":"the time of the last audit to be fetched","required":false,"type":"string","format":"date-time"},{"name":"userName","in":"query","description":"only events for this specific user will be fetched","required":false,"type":"string"},{"name":"eventType","in":"query","description":"only events of this specific type will be fetched","required":false,"type":"string"},{"name":"fim","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AuditViewModel"}}}}},"/v2/Audit/{id}":{"get":{"tags":["Audit"],"summary":"Get audit metadata","operationId":"Audit_GetAuditEventMetadata","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The audit event id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AuditEntryViewModel"}}}}},"/v2/auth/assume-role/jwt":{"post":{"tags":["Auth"],"operationId":"Auth_PostAssumeRoleForApi","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.AssumeRoleViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/auth/assume-role/web":{"post":{"tags":["Auth"],"operationId":"Auth_PostAssumeRoleForWeb","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.AssumeRoleViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/auth/reset-password-request":{"post":{"tags":["Auth"],"operationId":"Auth_PostResetPasswordRequestAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.ResetPasswordRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/auth/reset-password-request-by-email":{"post":{"tags":["Auth"],"summary":"request to reset password to a user without reCaptcha - ONLY to SuperUser","operationId":"Auth_PostResetPasswordRequestByEmailAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.ResetPasswordByEmailRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/auth/reset-password/{requestId}":{"get":{"tags":["Auth"],"operationId":"Auth_GetResetPassword","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"requestId","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.ResetPasswordGetViewModel"}}}}},"/v2/auth/reset-password":{"post":{"tags":["Auth"],"operationId":"Auth_PostResetPassword","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.ResetPasswordPostViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/auth/change-password":{"post":{"tags":["Auth"],"operationId":"Auth_PostChangePassword","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Auth.ChangePasswordViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/cloudaccounts/{id}/DeleteForce":{"delete":{"tags":["Aws Cloud Account"],"summary":"Delete an AWS cloud account and linked entities.","operationId":"CloudAccounts_DeleteForce","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The Dome9 AWS account id (UUID)","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/cloudaccounts/name":{"put":{"tags":["Aws Cloud Account"],"summary":"Update an AWS cloud account name.","operationId":"CloudAccounts_UpdateCloudAccountName","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"accountName","in":"body","description":"the new name for the account","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountPartialUpdateViewModel[System.String]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudaccounts/region-conf":{"put":{"tags":["Aws Cloud Account"],"summary":"Update an AWS cloud account region configuration.","operationId":"CloudAccounts_UpdateCloudAccountRegionConf","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"regionConf","in":"body","description":"updated Regional Configuration parameters for the account","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountPartialUpdateViewModel[Dome9.Web.Api.Models.CloudAccountRegionConfigurationViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudaccounts/credentials":{"put":{"tags":["Aws Cloud Account"],"summary":"Update credentials for an AWS cloud account in Dome9.\r\nAt least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","operationId":"CloudAccounts_UpdateCloudAccountCredentials","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"credentials","in":"body","description":"credentials block","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountPartialUpdateViewModel[Dome9.Web.Api.Models.CloudAccountCredentialsViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudaccounts/MissingPermissions":{"get":{"tags":["Aws Cloud Account"],"summary":"Get a list of missing permissions for all accounts. These are permissions needed by Dome9 to manage accounts.","operationId":"CloudAccounts_GetMissingPermissionsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsViewModel"}}}}}},"/v2/cloudaccounts/{id}/MissingPermissions":{"get":{"tags":["Aws Cloud Account"],"summary":"Get a list of missing permissions for a specific account. These permissions are needed by Dome9 to manage accounts.","operationId":"CloudAccounts_GetMissingPermissionsAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"},{"name":"showIgnored","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsIgnorableViewModel"}}}},"put":{"tags":["Aws Cloud Account"],"summary":"Get a list of missing permissions for a specific account. These are permissions needed by Dome9 to manage accounts.","operationId":"CloudAccounts_UpdateIgnorableMissingPermissionsAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"CloudAccountId","required":true,"type":"string","format":"uuid"},{"name":"permissionsToIgnoreOrRestore","in":"body","description":"List of permissions to set ignore or restore flag to","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableUpdateViewModel"}}}],"responses":{"204":{"description":"No Content"}}}},"/v2/cloudaccounts/{id}/MissingPermissions/EntityType":{"get":{"tags":["Aws Cloud Account"],"summary":"Get a list of missing permissions for a specific cloud entity type and cloud account","operationId":"CloudAccounts_GetMissingPermissionsByEntityTypeAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The account id","required":true,"type":"string","format":"uuid"},{"name":"entityType","in":"query","description":"The entity type","required":true,"type":"string"},{"name":"subType","in":"query","description":"The entity subtype (optional)","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionViewModel"}}}}}},"/v2/cloudaccounts/{id}/CloudAccountHasAssumeRolePermissionIssue":{"get":{"tags":["Aws Cloud Account"],"summary":"check if the cloud account's role has permission issues or was deleted","operationId":"CloudAccounts_CloudAccountHasAssumeRolePermissionIssueAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The account id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}}}}},"/v2/cloudaccounts/{id}/MissingPermissions/Reset":{"put":{"tags":["Aws Cloud Account"],"summary":"reset (re-validate) an account","operationId":"CloudAccounts_ResetMissingPermissionsAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The account id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/cloudaccounts/{id}/SyncNow":{"post":{"tags":["Aws Cloud Account"],"summary":"Send a data sync command to immediately fetch cloud account data into Dome9's system caches.\r\nThis API is used in conjunction with EntityFetchStatus API resource to query the fetch status.\r\nRead more and see a full example here: https://github.com/Dome9/Python_API_SDK/blob/master/implementation/runSyncAssessment.md","operationId":"CloudAccounts_SyncNow","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The account id.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsSyncNowResultViewModel"}}}}},"/v2/cloudaccounts/{id}/organizationalUnit":{"put":{"tags":["Aws Cloud Account"],"summary":"Update the ID of the Organizational Unit that this cloud account will be attached to.\r\nUse 'null' for the root Organizational Unit","operationId":"CloudAccounts_UpdateOrganizationalId","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The Dome9 Guid ID of the AWS cloud account","required":true,"type":"string","format":"uuid"},{"name":"updateData","in":"body","description":"The Guid ID of the Organizational Unit to attach to. Use 'null' to attach to the root Organizational Unit","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountViewModel"}}}}},"/v2/cloudaccounts/organizationalUnit/move":{"put":{"tags":["Aws Cloud Account"],"summary":"Detach cloud accounts from an Organizational unit and attach them to another Organizational unit\r\nUse 'null' for root organizational unit","operationId":"CloudAccounts_MoveCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"moveData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.MoveOrganizationalUnitViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudaccounts/organizationalUnit/moveAll":{"put":{"tags":["Aws Cloud Account"],"summary":"Detach all cloud accounts from their current organizational unit and attach them to a new one. Default is to root organizational unit","operationId":"CloudAccounts_MoveAllCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"updateData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudaccounts/organizationalUnit/attach":{"post":{"tags":["Aws Cloud Account"],"summary":"Attach several cloud accounts to a specific Organizational Unit. User 'null' as root Organizational Unit as target","operationId":"CloudAccounts_PostAttachMulti","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"attachData","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.AttachCloudAccountsViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/CloudAccounts":{"get":{"tags":["Aws Cloud Account"],"summary":"Get all AWS cloud accounts","operationId":"CloudAccounts_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountViewModel"}}}}},"post":{"tags":["Aws Cloud Account"],"summary":"Add a new AWS cloud account to CloudGuard
\r\nOnboarding an AWS cloud account manually (legacy method) requires CloudGuard to obtain permissions to access the account.
\r\nFor more information, see the procedure on the onboarding with API on the Secure Knowledge center:
How to onboard an AWS account to CloudGuard using the REST API","operationId":"CloudAccounts_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"The new AWS account data","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountViewModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountViewModel"}}}}},"/v2/CloudAccounts/{id}":{"get":{"tags":["Aws Cloud Account"],"summary":"Fetch a specific AWS cloud account","operationId":"CloudAccounts_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The Dome9 AWS account id (UUID) or the AWS external account number (12 digit number)","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountViewModel"}}}},"delete":{"tags":["Aws Cloud Account"],"summary":"Delete an AWS cloud account.","operationId":"CloudAccounts_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The Dome9 AWS account id (UUID)","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AwsAppSync":{"get":{"tags":["AwsAppSync"],"operationId":"AwsAppSync_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsAppSync.AwsAppSyncViewModel"}}}}}},"/v2/AwsBackupVault":{"get":{"tags":["AwsBackupVault"],"operationId":"AwsBackupVault_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsBackupVault.AwsBackupVaultViewModel"}}}}}},"/v2/AwsConfigSettings":{"get":{"tags":["AwsConfigSettings"],"operationId":"AwsConfigSettings_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsViewModel"}}}}}},"/v2/AwsConfigSettings/{id}":{"get":{"tags":["AwsConfigSettings"],"operationId":"AwsConfigSettings_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsViewModel"}}}}},"/v2/AwsCustomerGateway":{"get":{"tags":["AwsCustomerGateway"],"operationId":"AwsCustomerGateway_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudCustomerGateway.AwsCustomerGatewayViewModel"}}}}}},"/v2/AwsEcsTask":{"get":{"tags":["AwsEcsTask"],"operationId":"AwsEcsTask_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsTaskViewModel"}}}}}},"/v2/AwsEks/GetByCloudAccount":{"get":{"tags":["AwsEks"],"operationId":"AwsEks_GetByCloudAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel"}}}}}},"/v2/AwsEks":{"get":{"tags":["AwsEks"],"operationId":"AwsEks_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel"}}}}}},"/v2/AwsEks/{id}":{"get":{"tags":["AwsEks"],"operationId":"AwsEks_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel"}}}}},"/v2/AwsElasticIp":{"get":{"tags":["AwsElasticIp"],"operationId":"AwsElasticIp_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsElasticIPViewModel"}}}}}},"/v2/AwsElasticsearchDomain":{"get":{"tags":["AwsElasticsearchDomain"],"operationId":"AwsElasticsearchDomain_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchDomainStatusViewModel"}}}}}},"/v2/AwsEmrCluster":{"get":{"tags":["AwsEmrCluster"],"operationId":"AwsEmrCluster_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterViewModel"}}}}}},"/v2/AwsEmrCluster/{id}":{"get":{"tags":["AwsEmrCluster"],"operationId":"AwsEmrCluster_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterViewModel"}}}}},"/v2/AwsInspectorFindings":{"get":{"tags":["AwsInspectorFindings"],"operationId":"AwsInspectorFindings_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"instanceId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsInspectorFindingsViewModel"}}}}}},"/v2/AwsInspectorRuns":{"get":{"tags":["AwsInspectorRuns"],"operationId":"AwsInspectorRuns_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"instanceId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsInspectorRunsViewModel"}}}}}},"/v2/AwsLoadBalancersNetworkInterfaces":{"get":{"tags":["AwsLoadBalancersNetworkInterfaces"],"summary":"Get all AWS Load Balancers with attached Network Interfaces","operationId":"AwsLoadBalancersNetworkInterfaces_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsLoadBalancersNetworkInterfacesViewModel"}}}}}},"/v2/AwsOrganization/Organizations":{"get":{"tags":["AwsOrganizations"],"operationId":"AwsOrganizations_GetOrganizations","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsOrganizationViewModel"}}}}}},"/v2/AwsOrganization/Accounts":{"get":{"tags":["AwsOrganizations"],"operationId":"AwsOrganizations_GetAccounts","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsOrganizationAccountViewModel"}}}}}},"/v2/AwsQuickSightAccount":{"get":{"tags":["AwsQuickSightAccount"],"operationId":"AwsQuickSightAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.AwsQuickSightAccountViewModel"}}}}}},"/v2/AwsQuickSightGroup":{"get":{"tags":["AwsQuickSightGroup"],"operationId":"AwsQuickSightGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.AwsQuickSightGroupViewModel"}}}}}},"/v2/AwsQuickSightUser":{"get":{"tags":["AwsQuickSightUser"],"operationId":"AwsQuickSightUser_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.AwsQuickSightUserViewModel"}}}}}},"/v2/AwsQuickSightVpcConnections":{"get":{"tags":["AwsQuickSightVpcConnections"],"operationId":"AwsQuickSightVpcConnections_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.AwsQuickSightVpcConnectionsViewModel"}}}}}},"/v2/AwsSageMaker":{"get":{"tags":["AwsSageMaker"],"operationId":"AwsSageMaker_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsSageMaker.AwsSageMakerNotebookViewModel"}}}}}},"/v2/AwsSecurityGroup/{id}/ReferencingGroups":{"get":{"tags":["AwsSecurityGroup"],"summary":"Get all referenced security groups","operationId":"AwsSecurityGroup_GetAllReferencedSecurityGroups","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Aws security group id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsSecurityGroup.AwsSecurityGroupViewModel"}}}}}},"/v2/AwsSecurityGroup":{"get":{"tags":["AwsSecurityGroup"],"summary":"Get all Aws security group Entities","operationId":"AwsSecurityGroup_GetAllSecurityGroups","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsSecurityGroup.AwsSecurityGroupViewModel"}}}}}},"/v2/AwsSecurityGroupPolicy/CloudAccount/{id}":{"get":{"tags":["AwsSecurityGroupPolicy"],"summary":"Get all security groups policies of cloud account by cloud account id","operationId":"AwsSecurityGroupPolicy_GetByCloudAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"cloud account id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupPolicyViewModel"}}}}}},"/v2/AwsSecurityGroupPolicy/CloudAccount/{cloudAccountId}/Policy/{externalId}":{"get":{"tags":["AwsSecurityGroupPolicy"],"summary":"Get security group policy by external security group id and cloud account id","operationId":"AwsSecurityGroupPolicy_GetByExternalSecurityGroupId","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupPolicyViewModel"}}}},"delete":{"tags":["AwsSecurityGroupPolicy"],"summary":"Delete an AWS security group","operationId":"AwsSecurityGroupPolicy_DeleteCloudSecurityGroup","consumes":[],"produces":[],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AwsSecurityGroupPolicy/CloudAccount/{cloudAccountId}/Policy/{externalId}/ProtectionMode":{"post":{"tags":["AwsSecurityGroupPolicy"],"summary":"Update protection mode to security group","operationId":"AwsSecurityGroupPolicy_PostProtectionMode","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"},{"name":"model","in":"body","description":"protectionMode: FullManage / ReadOnly","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupProtectionModeChangeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AwsSecurityGroupPolicy/CloudAccount/{cloudAccountId}/Policy/{externalId}/Services/{policyType}":{"put":{"tags":["AwsSecurityGroupPolicy"],"summary":"Update a service (rule) for an AWS security group","operationId":"AwsSecurityGroupPolicy_UpdateServiceInSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"},{"name":"policyType","in":"path","description":"the service type (Inbound / Outbound)","required":true,"type":"string","enum":["Inbound","Outbound"]},{"name":"model","in":"body","description":"updated details for the service","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["AwsSecurityGroupPolicy"],"summary":"Creat a new Service (rule) for the security group","operationId":"AwsSecurityGroupPolicy_AddServiceToSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"},{"name":"policyType","in":"path","description":"the service type (Inbound / Outbound))","required":true,"type":"string","enum":["Inbound","Outbound"]},{"name":"model","in":"body","description":"details for the service","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupPolicyServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AwsSecurityGroupPolicy/CloudAccount/{cloudAccountId}/Policy/{externalId}/Services/{policyType}/{serviceId}":{"delete":{"tags":["AwsSecurityGroupPolicy"],"summary":"Delete a service (rule) from an AWS security group","operationId":"AwsSecurityGroupPolicy_DeleteServiceFromSecurityGroup","consumes":[],"produces":[],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"},{"name":"policyType","in":"path","description":"the service type (Inbound / Outbound)","required":true,"type":"string","enum":["Inbound","Outbound"]},{"name":"serviceId","in":"path","description":"the service id","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AwsSecurityGroupPolicy/CloudAccount/{cloudAccountId}/Policy/{externalId}/tags":{"post":{"tags":["AwsSecurityGroupPolicy"],"summary":"Update tags","operationId":"AwsSecurityGroupPolicy_UpdateTags","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","description":"Cloud account id","required":true,"type":"string","format":"uuid"},{"name":"externalId","in":"path","description":"Aws security group id","required":true,"type":"string"},{"name":"tagsModel","in":"body","description":"Tags model - {{ \"key\" : \"value\" }}","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupTagsChangeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AwsSecurityGroupPolicy":{"get":{"tags":["AwsSecurityGroupPolicy"],"summary":"Get a list of all security groups","operationId":"AwsSecurityGroupPolicy_GetAllSecurityGroupsOfAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupPolicyViewModel"}}}}},"post":{"tags":["AwsSecurityGroupPolicy"],"summary":"Create a new AWS security group","operationId":"AwsSecurityGroupPolicy_CreateAwsSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the new AWS security group","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupBaseViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/view/awssecuritygroup/index":{"get":{"tags":["AwsSecurityGroupsIndex"],"operationId":"AwsSecurityGroupsIndex_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsSecurityGroupsIndexGroupViewModel"}}}}}},"/v2/AwsUnifiedOnboarding/StackConfig":{"post":{"tags":["AwsUnifiedOnboarding"],"summary":"Returns the configuration should be set to the AWS cloud formation SDK for creating the Stack for the onboarding","operationId":"AwsUnifiedOnboarding_GetStackConfig","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"request","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.Requests.OnboardingConfigurationRequest"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.ViewModel.AwsStackConfigViewModel"}}}}},"/v2/AwsUnifiedOnboarding/UpdateVersion/StackConfig/{onboardingId}":{"get":{"tags":["AwsUnifiedOnboarding"],"summary":"Returns the configuration should be set to the AWS cloud formation SDK for an update","operationId":"AwsUnifiedOnboarding_GetUpdateStackConfig","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"onboardingId","in":"path","description":"the OnboardingId","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.ViewModel.AwsStackConfigViewModel"}}}}},"/v2/AwsUnifiedOnboarding/{id}":{"get":{"tags":["AwsUnifiedOnboarding"],"summary":"Gets the Onboarding information","operationId":"AwsUnifiedOnboarding_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.ViewModel.OnboardingInfoViewModel"}}}}},"/v2/AwsVpcEndpoint":{"get":{"tags":["AwsVpcEndpoint"],"operationId":"AwsVpcEndpoint_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsVpcEndpointViewModel"}}}}}},"/v2/AwsVpcEndpoint/{id}":{"get":{"tags":["AwsVpcEndpoint"],"operationId":"AwsVpcEndpoint_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.AwsVpcEndpointViewModel"}}}}},"/v2/AzureAnalysisService":{"get":{"tags":["AzureAnalysisService"],"summary":"Fetch all Analysis Service Servers for all cloud accounts","operationId":"AzureAnalysisService_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceViewModel"}}}}}},"/v2/AzureAnalysisService/{id}":{"get":{"tags":["AzureAnalysisService"],"summary":"Get Analysis Service Server by Dome9Id or throw exception","operationId":"AzureAnalysisService_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"Dome9Id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceViewModel"}}}}},"/v2/AzureApplicationGateway":{"get":{"tags":["AzureApplicationGateway"],"operationId":"AzureApplicationGateway_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.AzureApplicationGatewayViewModel"}}}}}},"/v2/AzureApplicationGateway/{id}":{"get":{"tags":["AzureApplicationGateway"],"operationId":"AzureApplicationGateway_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.AzureApplicationGatewayViewModel"}}}}},"/v2/AzureApplicationSecurityGroup/{id}":{"get":{"tags":["AzureApplicationSecurityGroup"],"summary":"get a specific Application Security Group by name and resource group","operationId":"AzureApplicationSecurityGroup_GetById","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureApplicationSecurityGroupViewModel"}}}}},"/v2/AzureApplicationSecurityGroup/CloudAccountId/{cloudAccountId}/Region/{region}":{"get":{"tags":["AzureApplicationSecurityGroup"],"summary":"get all application security group of cloudAccount by region","operationId":"AzureApplicationSecurityGroup_GetByCloudAccountAndRegion","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","description":"","required":true,"type":"string","format":"uuid"},{"name":"region","in":"path","description":"","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureApplicationSecurityGroupViewModel"}}}}}},"/v2/AzureApplicationSecurityGroup":{"get":{"tags":["AzureApplicationSecurityGroup"],"summary":"get all Application Security Groups","operationId":"AzureApplicationSecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureApplicationSecurityGroupViewModel"}}}}}},"/v2/AzureCloudAccount/{id}/DeleteForce":{"delete":{"tags":["AzureCloudAccount"],"summary":"Delete an Azure account from a Dome9 account (the Azure account is not deleted from Azure) and linked entities","operationId":"AzureCloudAccount_DeleteForce","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the Dome9 account id for the account or the Subscription id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AzureCloudAccount/OnboardingExecutionPreview":{"get":{"tags":["AzureCloudAccount"],"summary":"Get the script that performs Azure account onboarding","operationId":"AzureCloudAccount_GetOnboardingScriptForPreviewAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK"}}}},"/v2/AzureCloudAccount/OnboardingExecutionCommand":{"post":{"tags":["AzureCloudAccount"],"summary":"Get the cloud account command line execution for Azure shell\r\nDetails for Azure cloud account.","operationId":"AzureCloudAccount_GenerateOnboardingExecutionCommand","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"requestModel","in":"body","required":true,"schema":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.AzureSimplifiedOnboardingExecCmdRequest"}}],"responses":{"200":{"description":"OK"}}}},"/v2/AzureCloudAccount/MissingPermissions":{"get":{"tags":["AzureCloudAccount"],"summary":"Get a list of missing permissions (required by Dome9) for all Azure accounts in a Dome9 account","operationId":"AzureCloudAccount_GetMissingPermissions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsViewModel"}}}}}},"/v2/AzureCloudAccount/{id}/MissingPermissions":{"get":{"tags":["AzureCloudAccount"],"summary":"Get a list of missing permissions for a specific account. These permissions are needed by Dome9 to manage accounts.","operationId":"AzureCloudAccount_GetMissingPermissionsAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"},{"name":"showIgnored","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsIgnorableViewModel"}}}},"put":{"tags":["AzureCloudAccount"],"summary":"Get a list of missing permissions for a specific account. These are permissions needed by Dome9 to manage accounts.","operationId":"AzureCloudAccount_UpdateIgnorableMissingPermissionsAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"CloudAccountId","required":true,"type":"string","format":"uuid"},{"name":"permissionsToIgnoreOrRestore","in":"body","description":"List of permissions to set ignore or restore flag to","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableUpdateViewModel"}}}],"responses":{"204":{"description":"No Content"}}}},"/v2/AzureCloudAccount/{id}/MissingPermissions/EntityType":{"get":{"tags":["AzureCloudAccount"],"summary":"Get a list of missing permissions for a specific cloud entity type and Azure cloud account","operationId":"AzureCloudAccount_GetMissingPermissionsByEntityTypeAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the account id for the Azure account in Dome9","required":true,"type":"string","format":"uuid"},{"name":"entityType","in":"query","description":"the entity type","required":true,"type":"string"},{"name":"subType","in":"query","description":"the entity subtype","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionViewModel"}}}}}},"/v2/AzureCloudAccount/{id}/MissingPermissions/Reset":{"put":{"tags":["AzureCloudAccount"],"summary":"Reset (re-validate) the missing permissions indication for an Azure account in Dome9","operationId":"AzureCloudAccount_ResetMissingPermissions","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the account id for the Azure account in Dome9","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AzureCloudAccount/{id}/OperationMode":{"put":{"tags":["AzureCloudAccount"],"summary":"Update the operations mode for an Azure account in Dome9. Modes can be Read-Only or Manage","operationId":"AzureCloudAccount_UpdateOperationModeAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the account id for the Azure account in Dome9","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"updated details for the account, including the operations mode","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Accounts.AzureAccountOperationModeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}}},"/v2/AzureCloudAccount/{id}/AccountName":{"put":{"tags":["AzureCloudAccount"],"summary":"Update the account name (in Dome9) for an Azure account","operationId":"AzureCloudAccount_UpdateAccountName","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the account id in Dome9","required":true,"type":"string","format":"uuid"},{"name":"name","in":"body","description":"the new name for the account","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Accounts.AzureAccountNameModeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}}},"/v2/AzureCloudAccount/{id}/Credentials":{"put":{"tags":["AzureCloudAccount"],"operationId":"AzureCloudAccount_UpdateCloudAccountCredentials","consumes":["application/json","text/json","text/html","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"},{"name":"credentials","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Accounts.AzureCloudAccountCredentialsPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AzureCloudAccount/{id}/SyncNow":{"post":{"tags":["AzureCloudAccount"],"operationId":"AzureCloudAccount_SyncNow","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}}},"/v2/AzureCloudAccount/{id}/CredentialsServicePrincipalId":{"get":{"tags":["AzureCloudAccount"],"operationId":"AzureCloudAccount_GetCredentialsServicePrincipalIdAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/AzureCloudAccount/{id}/organizationalUnit":{"put":{"tags":["AzureCloudAccount"],"summary":"Update the ID of the Organizational Unit that this cloud account will be attached to.\r\nUse 'null' for the root organizational unit","operationId":"AzureCloudAccount_UpdateOrganizationalId","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The Dome9 Guid ID of the Azure cloud account","required":true,"type":"string","format":"uuid"},{"name":"updateData","in":"body","description":"The Guid ID of the Organizational Unit to attach to. Use 'null' to attach to the root Organizational Unit","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}}},"/v2/AzureCloudAccount/organizationalUnit/move":{"put":{"tags":["AzureCloudAccount"],"summary":"Detach cloud accounts from an Organizational unit and attach them to another Organizational unit.\r\nUse 'null' for root organizational unit","operationId":"AzureCloudAccount_MoveCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"moveData","in":"body","description":"The guids of the source organizational unit to detach from and the target organizational unit to attach to. Use null for root organizational unit.","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.MoveOrganizationalUnitViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AzureCloudAccount/organizationalUnit/moveAll":{"put":{"tags":["AzureCloudAccount"],"summary":"Detach all cloud accounts from their current organizational unit and attach them to a new one. Default is to root organizational unit","operationId":"AzureCloudAccount_MoveAllCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"updateData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AzureCloudAccount/organizationalUnit/attach":{"post":{"tags":["AzureCloudAccount"],"summary":"Attach several cloud accounts to a specific Organizational Unit. User 'null' as root Organizational Unit as target","operationId":"AzureCloudAccount_PostAttachMulti","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"attachData","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.AttachCloudAccountsViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/AzureCloudAccount/{id}":{"get":{"tags":["AzureCloudAccount"],"summary":"Get details for a specific Azure account","operationId":"AzureCloudAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the Dome9 account id for the Azure account","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}},"delete":{"tags":["AzureCloudAccount"],"summary":"Delete an Azure account from a Dome9 account (the Azure account is not deleted from Azure)","operationId":"AzureCloudAccount_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the Dome9 account id for the account or the Subscription id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AzureCloudAccount":{"get":{"tags":["AzureCloudAccount"],"summary":"Get details for all Azure accounts for the Dome9 user","operationId":"AzureCloudAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}}},"post":{"tags":["AzureCloudAccount"],"summary":"Add (onboard) an Azure account to the user's Dome9 account","operationId":"AzureCloudAccount_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"details for the Azure account","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureCloudAccountViewModel"}}}}},"/v2/AzureComputeGalleryImage":{"get":{"tags":["AzureComputeGalleryImage"],"operationId":"AzureComputeGalleryImage_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ComputeGalleryImage.ViewModels.AzureComputeGalleryImageViewModel"}}}}}},"/v2/AzureCosmosDbAccount":{"get":{"tags":["AzureCosmosDbAccount"],"operationId":"AzureCosmosDbAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbAccountViewModel"}}}}}},"/v2/AzureCosmosDbAccount/{id}":{"get":{"tags":["AzureCosmosDbAccount"],"operationId":"AzureCosmosDbAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbAccountViewModel"}}}}},"/v2/AzureDisk":{"get":{"tags":["AzureDisk"],"operationId":"AzureDisk_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskViewModel"}}}}}},"/v2/AzureDisk/{id}":{"get":{"tags":["AzureDisk"],"operationId":"AzureDisk_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskViewModel"}}}}},"/v2/AzureFunction":{"get":{"tags":["AzureFunction"],"operationId":"AzureFunction_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureAppServiceViewModel"}}}}}},"/v2/AzureFunction/{id}":{"get":{"tags":["AzureFunction"],"operationId":"AzureFunction_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.AzureAppServiceViewModel"}}}}},"/v2/AzureKeyVault":{"get":{"tags":["AzureKeyVault"],"operationId":"AzureKeyVault_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.AzureKeyVaultViewModel"}}}}}},"/v2/AzureKeyVault/{id}":{"get":{"tags":["AzureKeyVault"],"operationId":"AzureKeyVault_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.AzureKeyVaultViewModel"}}}}},"/v2/AzureKubernetes":{"get":{"tags":["AzureKubernetes"],"operationId":"AzureKubernetes_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesViewModel"}}}}}},"/v2/AzureKubernetes/{id}":{"get":{"tags":["AzureKubernetes"],"operationId":"AzureKubernetes_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesViewModel"}}}}},"/v2/AzureLoadBalancer":{"get":{"tags":["AzureLoadBalancer"],"operationId":"AzureLoadBalancer_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureLoadBalancerViewModel"}}}}}},"/v2/AzureLoadBalancer/{id}":{"get":{"tags":["AzureLoadBalancer"],"operationId":"AzureLoadBalancer_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureLoadBalancerViewModel"}}}}},"/v2/AzureLock":{"get":{"tags":["AzureLock"],"operationId":"AzureLock_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Locks.AzureLockViewModel"}}}}}},"/v2/AzureLock/{id}":{"get":{"tags":["AzureLock"],"operationId":"AzureLock_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Locks.AzureLockViewModel"}}}}},"/v2/AzureLogicApp":{"get":{"tags":["AzureLogicApp"],"operationId":"AzureLogicApp_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureLogicAppViewModel"}}}}}},"/v2/AzureLogicApp/{id}":{"get":{"tags":["AzureLogicApp"],"summary":"Get specific LogicApp by Dome9 Id","operationId":"AzureLogicApp_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Dome9 Id of Logic App","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.AzureLogicAppViewModel"}}}}},"/v2/AzureLogProfile":{"get":{"tags":["AzureLogProfile"],"operationId":"AzureLogProfile_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.LogProfile.AzureLogProfileViewModel"}}}}}},"/v2/AzurePolicyAssignment/{id}":{"get":{"tags":["AzurePolicyAssignment"],"operationId":"AzurePolicyAssignment_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentViewModel"}}}}},"/v2/AzurePolicyAssignment":{"get":{"tags":["AzurePolicyAssignment"],"operationId":"AzurePolicyAssignment_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentViewModel"}}}}}},"/v2/AzureRedisCache":{"get":{"tags":["AzureRedisCache"],"operationId":"AzureRedisCache_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisCacheViewModel"}}}}}},"/v2/AzureRedisCache/{id}":{"get":{"tags":["AzureRedisCache"],"operationId":"AzureRedisCache_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisCacheViewModel"}}}}},"/v2/AzureResourceGroup":{"get":{"tags":["AzureResourceGroup"],"operationId":"AzureResourceGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureResourceGroupViewModel"}}}}}},"/v2/AzureResourceGroup/{id}":{"get":{"tags":["AzureResourceGroup"],"operationId":"AzureResourceGroup_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureResourceGroupViewModel"}}}}},"/v2/AzureRouteTable":{"get":{"tags":["AzureRouteTable"],"operationId":"AzureRouteTable_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RouteTable.AzureRouteTableViewModel"}}}}}},"/v2/AzureRouteTable/{id}":{"get":{"tags":["AzureRouteTable"],"operationId":"AzureRouteTable_GetAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RouteTable.AzureRouteTableViewModel"}}}}},"/v2/AzureSecurityGroup/{id}":{"get":{"tags":["AzureSecurityGroup"],"operationId":"AzureSecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureSecurityGroupViewModel"}}}}},"/v2/AzureSecurityGroup":{"get":{"tags":["AzureSecurityGroup"],"operationId":"AzureSecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureSecurityGroupViewModel"}}}}}},"/v2/AzureSecurityGroupPolicy/{id}":{"get":{"tags":["AzureSecurityGroupPolicy"],"summary":"Get details for a specific Azure Network Security Group policy","operationId":"AzureSecurityGroupPolicy_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the policy id (in Dome9)","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyGetViewModel"}}}},"put":{"tags":["AzureSecurityGroupPolicy"],"summary":"Update a security group policy","operationId":"AzureSecurityGroupPolicy_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the security group policy id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"details for the policy, including the changes","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyGetViewModel"}}}},"delete":{"tags":["AzureSecurityGroupPolicy"],"summary":"Delete a security group policy","operationId":"AzureSecurityGroupPolicy_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the security group policy id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/AzureSecurityGroupPolicy/{policyId}/TamperProtected":{"put":{"tags":["AzureSecurityGroupPolicy"],"summary":"Enable or disable Tamper Protetion for a specific security group policy","operationId":"AzureSecurityGroupPolicy_UpdateProtectionMode","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"policyId","in":"path","description":"the security group policy id>","required":true,"type":"string","format":"uuid"},{"name":"tamperProtected","in":"query","description":"enable/disable Tamper protection","required":true,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyGetViewModel"}}}}},"/v2/AzureSecurityGroupPolicy/Stats":{"get":{"tags":["AzureSecurityGroupPolicy"],"summary":"Get statistics for the security group policies for the Dome9 user","operationId":"AzureSecurityGroupPolicy_GetStats","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyStatsViewModel"}}}}}},"/v2/AzureSecurityGroupPolicy":{"get":{"tags":["AzureSecurityGroupPolicy"],"summary":"Get a list of all Network Security Group Policies for the Azure accounts in the Dome9 account","operationId":"AzureSecurityGroupPolicy_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyGetViewModel"}}}}},"post":{"tags":["AzureSecurityGroupPolicy"],"summary":"Create a security group policy","operationId":"AzureSecurityGroupPolicy_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the policy","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyGetViewModel"}}}}},"/v2/AzureSnapshot":{"get":{"tags":["AzureSnapshot"],"operationId":"AzureSnapshot_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotViewModel"}}}}}},"/v2/AzureSnapshot/{id}":{"get":{"tags":["AzureSnapshot"],"operationId":"AzureSnapshot_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotViewModel"}}}}},"/v2/AzureSqlDb":{"get":{"tags":["AzureSqlDb"],"operationId":"AzureSqlDb_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"subscriptions","in":"query","required":true,"type":"string"},{"name":"resourceGroups","in":"query","required":true,"type":"string"},{"name":"providers","in":"query","required":true,"type":"string"},{"name":"servers","in":"query","required":true,"type":"string"},{"name":"databases","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureSqlDbViewModel"}}}}},"/v2/AzureSqlServer":{"get":{"tags":["AzureSqlServer"],"operationId":"AzureSqlServer_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureSqlServerViewModel"}}}}}},"/v2/AzureSqlServer/{id}":{"get":{"tags":["AzureSqlServer"],"operationId":"AzureSqlServer_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureSqlServerViewModel"}}}}},"/v2/AzureStorageAccounts":{"get":{"tags":["AzureStorageAccounts"],"operationId":"AzureStorageAccounts_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountViewModel"}}}}}},"/v2/AzureStorageAccounts/{id}":{"get":{"tags":["AzureStorageAccounts"],"operationId":"AzureStorageAccounts_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountViewModel"}}}}},"/v2/AzureStorageBlobContainer":{"get":{"tags":["AzureStorageBlobContainer"],"operationId":"AzureStorageBlobContainer_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.StorageBlobContainer.AzureStorageBlobContainerViewModel"}}}}}},"/v2/AzureSubnet":{"get":{"tags":["AzureSubnet"],"operationId":"AzureSubnet_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureSubnetViewModel"}}}}}},"/v2/AzureSubnet/{id}":{"get":{"tags":["AzureSubnet"],"operationId":"AzureSubnet_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureSubnetViewModel"}}}}},"/v2/AzureUser":{"get":{"tags":["AzureUser"],"operationId":"AzureUser_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.User.AzureUserViewModel"}}}}}},"/v2/AzureUser/{id}":{"get":{"tags":["AzureUser"],"operationId":"AzureUser_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Azure.User.AzureUserViewModel"}}}}},"/v2/AzureVirtualMachine":{"get":{"tags":["AzureVirtualMachine"],"operationId":"AzureVirtualMachine_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureVirtualMachineViewModel"}}}}}},"/v2/AzureVirtualMachine/{id}":{"get":{"tags":["AzureVirtualMachine"],"operationId":"AzureVirtualMachine_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureVirtualMachineViewModel"}}}}},"/v2/AzureVirtualMachineImage":{"get":{"tags":["AzureVirtualMachineImage"],"operationId":"AzureVirtualMachineImage_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineImageViewModel"}}}}}},"/v2/AzureVirtualMachineScaleSet":{"get":{"tags":["AzureVirtualMachineScaleSet"],"summary":"Get all ScaleSets by CloudAccountId","operationId":"AzureVirtualMachineScaleSet_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"Identifier of cloud account","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetViewModel"}}}}}},"/v2/AzureVirtualNetworkPeering":{"get":{"tags":["AzureVirtualNetworkPeering"],"operationId":"AzureVirtualNetworkPeering_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Model.AzureVirtualNetworkPeeringViewModel"}}}}}},"/v2/AzureVirtualNetworkPeering/{id}":{"get":{"tags":["AzureVirtualNetworkPeering"],"operationId":"AzureVirtualNetworkPeering_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Model.AzureVirtualNetworkPeeringViewModel"}}}}},"/v2/AzureWebApp":{"get":{"tags":["AzureWebApp"],"operationId":"AzureWebApp_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureAppServiceViewModel"}}}}}},"/v2/AzureWebApp/{id}":{"get":{"tags":["AzureWebApp"],"operationId":"AzureWebApp_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.AzureAppServiceViewModel"}}}}},"/v2/BigTable":{"get":{"tags":["BigTable"],"operationId":"BigTable_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"name","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableInstanceViewModel"}}}}}},"/v2/BillableAssets":{"get":{"tags":["BillableAssets"],"operationId":"BillableAssets_Get","consumes":[],"produces":["application/json","text/json","text/html"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.BillableAssets.AccountBillableAssetsViewModel"}}}}},"/v2/billableAssetsReport/dailyUsage":{"get":{"tags":["BillableAssetsReport"],"summary":"Get daily usage billable assets report","operationId":"BillableAssetsReport_GetDailyUsageBillableAssetsReport","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"fromDate","in":"query","required":true,"type":"string","format":"date-time"},{"name":"toDate","in":"query","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/BillableAssetsReport":{"get":{"tags":["BillableAssetsReport"],"summary":"Get last month billable assets report","operationId":"BillableAssetsReport_GetBillableAssetsReport","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"month","in":"query","required":true,"type":"integer","format":"int32"},{"name":"year","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/billing/success":{"get":{"tags":["Billing"],"operationId":"Billing_PPPResponse","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ppp_status","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/billing/pending":{"get":{"tags":["Billing"],"operationId":"Billing_PPPResponse","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ppp_status","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/billing/failure":{"get":{"tags":["Billing"],"operationId":"Billing_PPPResponse","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ppp_status","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Billing":{"post":{"tags":["Billing"],"operationId":"Billing_CreatePaymentRequest","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/view/clarity/vpcs":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetVpcsASync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalAccountNumber","in":"query","required":true,"type":"string"},{"name":"region","in":"query","required":true,"type":"string","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityVpc"}}}}}},"/v2/view/clarity/azure-vnets":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetVnetsASync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"subscriptionId","in":"query","required":true,"type":"string"},{"name":"region","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityAzureCounterView"}}}}}},"/v2/view/clarity/google-networks":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetGoogleNetworksAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"projectId","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityGoogleCounterView"}}}}}},"/v2/view/clarity/cloud-accounts":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetCloudAccountsMetaDataASync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityCloudAccountsContainer"}}}}},"/v2/view/clarity/aws-regions":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetRegion","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalAccountNumber","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityRegion"}}}}}},"/v2/view/clarity/azure-regions":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetAzureRegion","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"SubscriptionId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityRegion"}}}}}},"/v2/view/clarity/google-regions":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetGoogleRegion","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"projectId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityRegion"}}}}}},"/v2/view/clarity/security-groups":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetSecurityGroupsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalAccountNumber","in":"query","required":true,"type":"string"},{"name":"vpcId","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.ClaritySecurityGroupsViewModel"}}}}},"/v2/view/clarity/azure-security-groups":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetAzureAssetsSecurityGroupsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"subscriptionId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"},{"name":"vnetId","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAssetsForSecurityGroupsViewModel"}}}}},"/v2/view/clarity/ec2-classic-security-groups":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetEc2ClassicSecurityGroupsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalAccountNumber","in":"query","required":true,"type":"string"},{"name":"region","in":"query","required":true,"type":"string","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.ClaritySecurityGroupsViewModel"}}}}},"/v2/view/clarity/google-security-groups":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetGoogleAssetsGroupByNetworkAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"projectId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"},{"name":"network","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityGoogleAssetsAndSgContainerViewModel"}}}}},"/v2/view/clarity/lambda-functions":{"get":{"tags":["Clarity"],"operationId":"Clarity_GetLambdaFunctionsByVpc","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalAccountNumber","in":"query","required":true,"type":"string"},{"name":"vpcId","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLambdaFunctionViewModel"}}}}}},"/v2/CloudAcmCertificate":{"get":{"tags":["CloudAcmCertificate"],"operationId":"CloudAcmCertificate_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudAcmCertificateDetailViewModel"}}}}}},"/v2/CloudAmi":{"get":{"tags":["CloudAmi"],"operationId":"CloudAmi_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2ImageViewModel"}}}}}},"/v2/CloudAmi/{id}":{"get":{"tags":["CloudAmi"],"operationId":"CloudAmi_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2ImageViewModel"}}}}},"/v2/CloudAutoScalingGroup":{"get":{"tags":["CloudAutoScalingGroup"],"operationId":"CloudAutoScalingGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAutoScalingGroup.CloudAutoScalingGroupViewModel"}}}}}},"/v2/CloudDbInstance":{"get":{"tags":["CloudDbInstance"],"operationId":"CloudDbInstance_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudDbInstances.CloudDbInstanceViewModel"}}}}}},"/v2/CloudDbInstance/{id}":{"get":{"tags":["CloudDbInstance"],"operationId":"CloudDbInstance_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.CloudDbInstances.CloudDbInstanceViewModel"}}}}},"/v2/CloudDirectConnect/{directConnectId}/metrics":{"get":{"tags":["CloudDirectConnect"],"summary":"Fetches the last day metrics for the given direct connect connection","operationId":"CloudDirectConnect_GetMetrics","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"directConnectId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.CloudDirectConnect.AwsDirectConnectMetricsViewModel"}}}}},"/v2/CloudDirectConnect":{"get":{"tags":["CloudDirectConnect"],"operationId":"CloudDirectConnect_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudDirectConnect.CloudDirectConnectViewModel"}}}}}},"/v2/CloudDynamoDb":{"get":{"tags":["CloudDynamoDb"],"operationId":"CloudDynamoDb_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableDescriptionViewModel"}}}}}},"/v2/CloudEcsCluster":{"get":{"tags":["CloudEcsCluster"],"operationId":"CloudEcsCluster_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsClusterViewModel"}}}}}},"/v2/CloudEcsService/by-external-id-and-cloud-account":{"get":{"tags":["CloudEcsService"],"operationId":"CloudEcsService_GetByExternalIdAndCloudAccountAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"externalId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.CloudECSServiceViewModel"}}}}},"/v2/CloudEcsService":{"get":{"tags":["CloudEcsService"],"operationId":"CloudEcsService_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudECSServiceViewModel"}}}}}},"/v2/CloudEcsTaskDefinition":{"get":{"tags":["CloudEcsTaskDefinition"],"operationId":"CloudEcsTaskDefinition_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTaskDefinitionViewModel"}}}}}},"/v2/CloudEfs":{"get":{"tags":["CloudEfs"],"operationId":"CloudEfs_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEfsViewModel"}}}}}},"/v2/CloudEfs/{id}":{"get":{"tags":["CloudEfs"],"operationId":"CloudEfs_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.CloudEfsViewModel"}}}}},"/v2/CloudElastiCacheCluster":{"get":{"tags":["CloudElastiCacheCluster"],"operationId":"CloudElastiCacheCluster_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.CloudElastiCacheClusterViewModel"}}}}}},"/v2/CloudFlowLogs":{"get":{"tags":["CloudFlowLogs"],"operationId":"CloudFlowLogs_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFlowLogs.CloudFlowLogsViewModel"}}}}}},"/v2/CloudFrontDistribution":{"get":{"tags":["CloudFrontDistribution"],"operationId":"CloudFrontDistribution_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.CloudFrontDistributionViewModel"}}}}}},"/v2/CloudGuardDutyDetector":{"get":{"tags":["CloudGuardDutyDetector"],"operationId":"CloudGuardDutyDetector_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudGuardDutyDetector.CloudGuardDutyDetectorViewModel"}}}}}},"/v2/CloudIamAccountSummary":{"get":{"tags":["CloudIamAccountSummary"],"operationId":"CloudIamAccountSummary_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamAccountSummary.CloudIamAccountSummaryViewModel"}}}}}},"/v2/CloudIamCredentialReport/user":{"get":{"tags":["CloudIamCredentialReport"],"operationId":"CloudIamCredentialReport_GetUser","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"},{"name":"userName","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserViewModel"}}}}}},"/v2/CloudIamCredentialReport":{"get":{"tags":["CloudIamCredentialReport"],"operationId":"CloudIamCredentialReport_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportViewModel"}}}}}},"/v2/CloudIamGroup":{"get":{"tags":["CloudIamGroup"],"operationId":"CloudIamGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamGroups.CloudIamGroupViewModel"}}}}}},"/v2/CloudIamPasswordPolicy":{"get":{"tags":["CloudIamPasswordPolicy"],"summary":"Fetch all IAM roles for the user from all cloud accounts.","operationId":"CloudIamPasswordPolicy_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamPasswordPolicy"}}}}}},"/v2/CloudIamPolicy/defaults":{"get":{"tags":["CloudIamPolicy"],"summary":"Fetch all defaults IAM policies.","operationId":"CloudIamPolicy_GetDefaultsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"roleArns","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamPolicyViewModel"}}}}}},"/v2/CloudIamPolicy":{"get":{"tags":["CloudIamPolicy"],"summary":"Fetch all IAM policies.","operationId":"CloudIamPolicy_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"roleArns","in":"query","required":false,"type":"string"},{"name":"defaults","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamPolicyViewModel"}}}}}},"/v2/CloudIamRole":{"get":{"tags":["CloudIamRole"],"summary":"Fetch all IAM roles for the user from all cloud accounts.","operationId":"CloudIamRole_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"roleArns","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamRoleViewModel"}}}}}},"/v2/CloudIamServerCertificate":{"get":{"tags":["CloudIamServerCertificate"],"operationId":"CloudIamServerCertificate_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamServerCertificate.CloudIamServerCertificateViewModel"}}}}}},"/v2/CloudIamUser":{"get":{"tags":["CloudIamUser"],"summary":"Fetch all IAM users for the user from all cloud accounts.","operationId":"CloudIamUser_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamUserViewModel"}}}}}},"/v2/CloudIamVirtualMfaDevice":{"get":{"tags":["CloudIamVirtualMfaDevice"],"operationId":"CloudIamVirtualMfaDevice_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamVirtualMfaDevices.CloudIamVirtualMfaDeviceViewModel"}}}}}},"/v2/CloudInfraUser":{"get":{"tags":["CloudInfraUser"],"operationId":"CloudInfraUser_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudInfra.CloudInfraUserViewModel"}}}}},"post":{"tags":["CloudInfraUser"],"operationId":"CloudInfraUser_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"usersData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.CreateDome9CloudInfraUserRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.CreateDome9CloudInfraUserResponseViewModel"}}}}},"/v2/cloudinstance/by-external-id-and-cloud-account":{"get":{"tags":["CloudInstance"],"operationId":"CloudInstance_GetByIdAndCloudAccountAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceViewModel"}}}}},"/v2/cloudinstance/guard-duty-findings":{"get":{"tags":["CloudInstance"],"summary":"Fetch AWS GuardDuty findings for a specific AWS instance","operationId":"CloudInstance_GetInstanceGuardDutyFindings","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudaccountid","in":"query","description":"the cloud account id","required":true,"type":"string","format":"uuid"},{"name":"region","in":"query","description":"the region containing the instanceid","required":true,"type":"string","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"]},{"name":"instanceid","in":"query","description":"the id of the instance","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyFindingsResponse"}}}}},"/v2/cloudinstance/{externalid}/sec-groups":{"post":{"tags":["CloudInstance"],"summary":"Attach security Group to an AWS EC2 Instance","operationId":"CloudInstance_AttachSecurityGroupToInstance","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalid","in":"path","description":"the external id of the instance","required":true,"type":"string"},{"name":"data","in":"body","description":"information to update","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceSecurityGroupAttachDetachViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["CloudInstance"],"summary":"Detach security Group from an AWS EC2 Instance","operationId":"CloudInstance_DetachSecurityGroupFromInstance","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalid","in":"path","description":"details of the instance","required":true,"type":"string"},{"name":"data","in":"body","description":"information to update","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceSecurityGroupAttachDetachViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/CloudInstance":{"get":{"tags":["CloudInstance"],"summary":"Fetch all AWS EC2 instances for the user from all cloud accounts.","operationId":"CloudInstance_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceViewModel"}}}}}},"/v2/CloudInstance/{id}":{"get":{"tags":["CloudInstance"],"summary":"Fetch a specific AWS EC2 instance","operationId":"CloudInstance_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The instance external ID","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceViewModel"}}}}},"/v2/CloudInternetGateway":{"get":{"tags":["CloudInternetGateway"],"operationId":"CloudInternetGateway_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudInternetGateways.CloudInternetGatewayViewModel"}}}}}},"/v2/CloudKinesisStream":{"get":{"tags":["CloudKinesisStream"],"operationId":"CloudKinesisStream_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKinesis.CloudKinesisStreamViewModel"}}}}}},"/v2/CloudKms":{"get":{"tags":["CloudKms"],"operationId":"CloudKms_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.CloudKmsViewModel"}}}}}},"/v2/CloudKmsAlias":{"get":{"tags":["CloudKmsAlias"],"operationId":"CloudKmsAlias_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.CloudKmsAliasViewModel"}}}}}},"/v2/CloudLambdaFunction/by-external-id-and-cloud-account":{"get":{"tags":["CloudLambdaFunction"],"operationId":"CloudLambdaFunction_GetByExternalIdAndCloudAccountAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"externalId","in":"query","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLambdaFunctionViewModel"}}}}},"/v2/CloudLambdaFunction":{"get":{"tags":["CloudLambdaFunction"],"operationId":"CloudLambdaFunction_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLambdaFunctionViewModel"}}}}}},"/v2/CloudLambdaFunction/{id}":{"get":{"tags":["CloudLambdaFunction"],"operationId":"CloudLambdaFunction_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLambdaFunctionViewModel"}}}}},"/v2/CloudLoadBalancer":{"get":{"tags":["CloudLoadBalancer"],"summary":"Fetch all cloud instances for the user from all cloud accounts.","operationId":"CloudLoadBalancer_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLoadBalancerViewModel"}}}}}},"/v2/CloudLoadBalancer/{id}":{"get":{"tags":["CloudLoadBalancer"],"operationId":"CloudLoadBalancer_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLoadBalancerViewModel"}}}}},"/v2/CloudLogGroups":{"get":{"tags":["CloudLogGroups"],"operationId":"CloudLogGroups_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudLogGroups.CloudLogGroupViewModel"}}}}}},"/v2/CloudMetricAlarm":{"get":{"tags":["CloudMetricAlarm"],"operationId":"CloudMetricAlarm_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudMetricAlarms.CloudMetricAlarmViewModel"}}}}}},"/v2/CloudNacl":{"get":{"tags":["CloudNacl"],"summary":"Fetch all cloud subnets for the user from all cloud accounts.","operationId":"CloudNacl_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudNaclViewModel"}}}}}},"/v2/CloudNetworkInterfaces":{"get":{"tags":["CloudNetworkInterfaces"],"operationId":"CloudNetworkInterfaces_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceViewModel"}}}}}},"/v2/CloudRedshiftCluster":{"get":{"tags":["CloudRedshiftCluster"],"operationId":"CloudRedshiftCluster_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudRedshiftClusterViewModel"}}}}}},"/v2/CloudRedshiftCluster/{id}":{"get":{"tags":["CloudRedshiftCluster"],"operationId":"CloudRedshiftCluster_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudRedshiftClusterViewModel"}}}}},"/v2/CloudRegion":{"get":{"tags":["CloudRegion"],"operationId":"CloudRegion_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAwsRegion.CloudRegionViewModel"}}}}}},"/v2/CloudRoute53Domain":{"get":{"tags":["CloudRoute53Domain"],"operationId":"CloudRoute53Domain_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53DomainViewModel"}}}}}},"/v2/CloudRoute53Domain/{id}":{"get":{"tags":["CloudRoute53Domain"],"operationId":"CloudRoute53Domain_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53DomainViewModel"}}}}},"/v2/CloudRoute53HostedZone":{"get":{"tags":["CloudRoute53HostedZone"],"operationId":"CloudRoute53HostedZone_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53HostedZoneViewModel"}}}}}},"/v2/CloudRoute53RecordSetGroup":{"get":{"tags":["CloudRoute53RecordSetGroup"],"operationId":"CloudRoute53RecordSetGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53RecordSetGroupViewModel"}}}}}},"/v2/CloudRouteTable":{"get":{"tags":["CloudRouteTable"],"operationId":"CloudRouteTable_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRouteTables.CloudRouteTableViewModel"}}}}}},"/v2/CloudS3Bucket":{"get":{"tags":["CloudS3Bucket"],"operationId":"CloudS3Bucket_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketViewModel"}}}}}},"/v2/cloudsecuritygroup/{id}":{"get":{"tags":["CloudSecurityGroup"],"summary":"Get a specific AWS security group","operationId":"CloudSecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the AWS security group id (Dome9 internal ID / AWS securiy group ID)","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","description":"the security group cloud account ID (Optional)","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupWithSrlViewModel"}}}},"put":{"tags":["CloudSecurityGroup"],"summary":"Update an AWS security group","operationId":"CloudSecurityGroup_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the AWS security group id (Dome9 Internal Id / AWS Security group id)","required":true,"type":"string"},{"name":"model","in":"body","description":"updated details for the security group","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["CloudSecurityGroup"],"summary":"Delete an AWS security group","operationId":"CloudSecurityGroup_DeleteCloudSecurityGroup","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the AWS security group id (Dome9 Internal Id / AWS Security group id)","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}},"patch":{"tags":["CloudSecurityGroup"],"summary":"Updates an AWS security group protection mode","operationId":"CloudSecurityGroup_UpdateSecGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"the AWS security group id","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","description":"updated details for the security group. only 'IsProtected' is used in this call which defines whether to protect or unprotect the security group.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/cloudsecuritygroup/{id}/protection-mode":{"post":{"tags":["CloudSecurityGroup"],"summary":"Change the protection mode for an AWS security group","operationId":"CloudSecurityGroup_ChangeProtectionMode","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the AWS security group id (Dome9 internal ID / AWS security group ID)","required":true,"type":"string"},{"name":"model","in":"body","description":"details for the security group, including the protection mode. Only 'ProtectionMode' is required in this call (FullManage or ReadOnly).","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupProtectionModeChangeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudsecuritygroup/{groupid}/services/{policyType}":{"put":{"tags":["CloudSecurityGroup"],"summary":"Update a service (rule) for an AWS security group","operationId":"CloudSecurityGroup_UpdateServiceForCloudToSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupid","in":"path","description":"the security group id (Dome9 internal ID / AWS security group id)","required":true,"type":"string"},{"name":"policyType","in":"path","description":"the service type (Inbound / Outbound)","required":true,"type":"string","enum":["Inbound","Outbound"]},{"name":"model","in":"body","description":"updated details for the service","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["CloudSecurityGroup"],"summary":"Creat a new Service (rule) for the security group","operationId":"CloudSecurityGroup_AddServiceCloudToSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupid","in":"path","description":"the security group id (Dome9 internal ID / AWS security group id)","required":true,"type":"string"},{"name":"policyType","in":"path","description":"the service type (Inbound / Outbound))","required":true,"type":"string","enum":["Inbound","Outbound"]},{"name":"model","in":"body","description":"details for the service","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudsecuritygroup/{groupid}/services/{policyType}/{serviceid}":{"delete":{"tags":["CloudSecurityGroup"],"summary":"Delete a service from an AWS security group","operationId":"CloudSecurityGroup_DeleteServiceForCloudToSecurityGroup","consumes":[],"produces":[],"parameters":[{"name":"groupid","in":"path","description":"the security group id (Dome9 internal ID / AWS security group id)","required":true,"type":"string"},{"name":"policyType","in":"path","description":"the service type (Inbound / Outbound)","required":true,"type":"string","enum":["Inbound","Outbound"]},{"name":"serviceid","in":"path","description":"the service id","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/cloudsecuritygroup/{groupid}/tags":{"post":{"tags":["CloudSecurityGroup"],"summary":"Update the list of tags for an AWS securitry group","operationId":"CloudSecurityGroup_UpdateTags","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupid","in":"path","description":"the security group id (Dome9 internal ID / AWS security group id)","required":true,"type":"string"},{"name":"model","in":"body","description":"the updated list of tags and their values","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupTagsChangeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/cloudsecuritygroup/{groupid}/history":{"get":{"tags":["CloudSecurityGroup"],"summary":"Get the list of group revisions and their corresponding events for an AWS security group.","operationId":"CloudSecurityGroup_GetSecurityGroupRevisionHistory","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupid","in":"path","description":"the security group id (Dome9 internal ID / AWS security group id)","required":true,"type":"string"},{"name":"limit","in":"query","description":"max number of revisions to return","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupRevisionViewModel"}}}}}},"/v2/CloudSecurityGroup":{"get":{"tags":["CloudSecurityGroup"],"summary":"Get AWS security groups for a specific cloud account and region","operationId":"CloudSecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"the cloud account id","required":true,"type":"string","format":"uuid"},{"name":"regionId","in":"query","description":"the region","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}}}}},"post":{"tags":["CloudSecurityGroup"],"summary":"Create a new AWS security group","operationId":"CloudSecurityGroup_CreateCloudSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the new AWS security group","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/CloudSnsSubscription/{cloudAccountId}":{"get":{"tags":["CloudSnsSubscription"],"operationId":"CloudSnsSubscription_GetByTopic","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"topicArn","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudSnsSubscriptions.CloudSnsSubscriptionViewModel"}}}}}},"/v2/CloudSnsSubscription":{"get":{"tags":["CloudSnsSubscription"],"operationId":"CloudSnsSubscription_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudSnsSubscriptions.CloudSnsSubscriptionViewModel"}}}}}},"/v2/CloudSnsTopic":{"get":{"tags":["CloudSnsTopic"],"operationId":"CloudSnsTopic_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudSnsTopics.CloudSnsTopicViewModel"}}}}}},"/v2/CloudSql":{"get":{"tags":["CloudSql"],"operationId":"CloudSql_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"name","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlInstanceViewModel"}}}}}},"/v2/CloudSqs":{"get":{"tags":["CloudSqs"],"operationId":"CloudSqs_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudSqs.CloudSqsViewModel"}}}}}},"/v2/CloudSubnet":{"get":{"tags":["CloudSubnet"],"summary":"Fetch all cloud subnets for the user from all cloud accounts.","operationId":"CloudSubnet_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSubnetViewModel"}}}}}},"/v2/CloudTrail":{"get":{"tags":["CloudTrail"],"summary":"Get CloudTrail events for a Dome9 user","operationId":"CloudTrail_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudTrail.CloudTrailViewModel"}}}}}},"/v2/CloudVolume":{"get":{"tags":["CloudVolume"],"operationId":"CloudVolume_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVolume.CloudVolumeViewModel"}}}}}},"/v2/CloudVpc":{"get":{"tags":["CloudVpc"],"summary":"Fetch all cloud instances for the user from all cloud accounts.","operationId":"CloudVpc_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudVpcViewModel"}}}}}},"/v2/CloudVpc/{id}":{"get":{"tags":["CloudVpc"],"operationId":"CloudVpc_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudAccountId","in":"query","required":true,"type":"string","format":"uuid"},{"name":"region","in":"query","required":true,"type":"string","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudVpcViewModel"}}}}},"/v2/CloudVpcPeeringConnection":{"get":{"tags":["CloudVpcPeeringConnection"],"operationId":"CloudVpcPeeringConnection_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudVpcPeeringConnectionViewModel"}}}}}},"/v2/CloudVPNConnection":{"get":{"tags":["CloudVPNConnection"],"operationId":"CloudVPNConnection_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsVPNConnectionViewModel"}}}}}},"/v2/CloudVpnGateway":{"get":{"tags":["CloudVpnGateway"],"operationId":"CloudVpnGateway_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudDirectConnect.AwsVpnGatewayViewModel"}}}}}},"/v2/CloudWAFRegional":{"get":{"tags":["CloudWAFRegional"],"operationId":"CloudWAFRegional_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsWAFRegionalViewModel"}}}}}},"/v2/CloudWatchEventsRule":{"get":{"tags":["CloudWatchEventsRule"],"operationId":"CloudWatchEventsRule_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.EventRule.EventRuleViewModel"}}}}}},"/v2/Compliance/Exclusion":{"get":{"tags":["ComplianceExclusion"],"summary":"Get a list of exclusions for the account","operationId":"ComplianceExclusion_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Exclusion.ExclusionViewModel"}}}}},"put":{"tags":["ComplianceExclusion"],"summary":"Update an exclusion","operationId":"ComplianceExclusion_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the exclusion","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Exclusion.ExclusionPutRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Exclusion.ExclusionViewModel"}}}},"post":{"tags":["ComplianceExclusion"],"summary":"Add a new exclusion","operationId":"ComplianceExclusion_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the exclusion","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Exclusion.ExclusionPostRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Exclusion.ExclusionViewModel"}}}},"delete":{"tags":["ComplianceExclusion"],"summary":"Delete an exclusion","operationId":"ComplianceExclusion_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"query","description":"the id of the exclusion to delete","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/CompliancePolicy/{id}":{"put":{"tags":["CompliancePolicy"],"summary":"Update a Ruleset (Legacy)","operationId":"CompliancePolicy_UpdateRuleBundle","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the bundle id","required":true,"type":"integer","format":"int64"},{"name":"ruleBudleViewModel","in":"body","description":"bundle definition","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.RuleBundleRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel"}}}}},"/v2/CompliancePolicy":{"put":{"tags":["CompliancePolicy"],"summary":"Update a Ruleset (Legacy)","operationId":"CompliancePolicy_UpdateRuleBundle","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"ruleBudleViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.RuleBundleRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel"}}}}},"/v2/Compliance/Remediation":{"get":{"tags":["ComplianceRemediation"],"summary":"Get a list of remediations for the account","operationId":"ComplianceRemediation_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Remediation.RemediationViewModel"}}}}},"put":{"tags":["ComplianceRemediation"],"summary":"Update a remediation","operationId":"ComplianceRemediation_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the remediation","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Remediation.RemediationPutRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Remediation.RemediationViewModel"}}}},"post":{"tags":["ComplianceRemediation"],"summary":"Add a new remediation","operationId":"ComplianceRemediation_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the remediation","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Remediation.RemediationPostRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Remediation.RemediationViewModel"}}}},"delete":{"tags":["ComplianceRemediation"],"summary":"Delete a remediation","operationId":"ComplianceRemediation_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"query","description":"the id of the remediation to delete","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/ComplianceRemediation":{"get":{"tags":["ComplianceRemediationOld"],"summary":"Get a list of remediations for the account","operationId":"ComplianceRemediationOld_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RemediationOld.RemediationGetOldViewModel"}}}}},"put":{"tags":["ComplianceRemediationOld"],"summary":"Update a remediation","operationId":"ComplianceRemediationOld_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the remediation","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RemediationOld.RemediationGetOldViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RemediationOld.RemediationGetOldViewModel"}}}},"post":{"tags":["ComplianceRemediationOld"],"summary":"Add a new remediation","operationId":"ComplianceRemediationOld_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the remediation","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RemediationOld.RemediationPostOldViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RemediationOld.RemediationGetOldViewModel"}}}}},"/v2/ComplianceRemediation/{id}":{"delete":{"tags":["ComplianceRemediationOld"],"summary":"Delete a remediation","operationId":"ComplianceRemediationOld_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the id of the remediation to delete","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/Compliance/Ruleset":{"get":{"tags":["ComplianceRuleset"],"summary":"Get all rulesets for the account","operationId":"ComplianceRuleset_GetAccountBundles","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel"}}}}},"post":{"tags":["ComplianceRuleset"],"summary":"Create a new ruleset","operationId":"ComplianceRuleset_CreateRuleBundle","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"ruleBudleViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.RuleBundleRequestPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel"}}}}},"/v2/Compliance/Ruleset/{id}":{"get":{"tags":["ComplianceRuleset"],"summary":"Get a specific ruleset","operationId":"ComplianceRuleset_GetBundleById","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the bundle id","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel"}}}},"put":{"tags":["ComplianceRuleset"],"summary":"Update a Ruleset","operationId":"ComplianceRuleset_UpdateRuleBundle","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the bundle id","required":true,"type":"integer","format":"int64"},{"name":"ruleBudleViewModel","in":"body","description":"bundle definition","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.RuleBundleRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel"}}}},"delete":{"tags":["ComplianceRuleset"],"summary":"Delete a ruleset in the account","operationId":"ComplianceRuleset_DeleteBundleAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the bundle id","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}}}},"/v2/Compliance/ContinuousComplianceNotification/{id}":{"get":{"tags":["ContinuousComplianceNotification"],"summary":"Get a Notification policy","operationId":"ContinuousComplianceNotification_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the policy id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationGetViewModel"}}}},"put":{"tags":["ContinuousComplianceNotification"],"summary":"Update a Notification policy","operationId":"ContinuousComplianceNotification_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the policy id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"updated details for the policy","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationGetViewModel"}}}},"delete":{"tags":["ContinuousComplianceNotification"],"summary":"Delete a Notification policy","operationId":"ContinuousComplianceNotification_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the policy id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/Compliance/ContinuousComplianceNotification":{"get":{"tags":["ContinuousComplianceNotification"],"summary":"Get all Notification policies","operationId":"ContinuousComplianceNotification_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationGetViewModel"}}}}},"post":{"tags":["ContinuousComplianceNotification"],"summary":"Create a new Notification policy","operationId":"ContinuousComplianceNotification_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","description":"details for the policy","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationGetViewModel"}}}}},"/v2/Compliance/ContinuousComplianceNotification/get-by-name":{"get":{"tags":["ContinuousComplianceNotification"],"summary":"Get a Notification policy","operationId":"ContinuousComplianceNotification_GetByName","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"name","in":"query","description":"the notification name","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/ContinuousComplianceNotification/PublishOpenedFindings/{id}":{"post":{"tags":["ContinuousComplianceNotification"],"summary":"Publish (notify) all findings for a specific policy.\r\nThis method is used to sync (send) all existing findings via the designated SNS topic assigned to this notification policy.
\r\nIt is mostly used for testing of automatic remediation actions (see: https://cloudbots.dome9.com/)","operationId":"ContinuousComplianceNotification_PublishOpenedFindingsByPolicyIdAsync","consumes":["application/json","text/json","text/html","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"The policy id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"Updated details for the policy","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationSyncViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.ContinuousAssessment.ContinuousComplianceNotificationService.PublishResult"}}}}},"/v2/Compliance/ContinuousComplianceNotification/webhookJiraTokens":{"get":{"tags":["ContinuousComplianceNotification"],"summary":"Gets all the webhook Jira's tokens","operationId":"ContinuousComplianceNotification_WebhookJiraTokens","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}}}}},"/v2/Compliance/ContinuousComplianceNotification/CircuitBreaker":{"get":{"tags":["ContinuousComplianceNotification"],"summary":"Gets all the notifications that have at least one integration issue","operationId":"ContinuousComplianceNotification_GetAllCircuitBreakerAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceCircuitBreakerGetAllViewModel"}}}}}},"/v2/Compliance/ContinuousComplianceNotification/CircuitBreaker/{id}":{"get":{"tags":["ContinuousComplianceNotification"],"summary":"Gets all the integration issues of the given notification","operationId":"ContinuousComplianceNotification_GetCircuitBreakerAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"notification id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceCircuitBreakerGetViewModel"}}}}}},"/v2/Compliance/ContinuousComplianceNotification/CircuitBreaker/{id}/{integrationType}":{"delete":{"tags":["ContinuousComplianceNotification"],"summary":"Deletes the integration issue of the given notification and integration","operationId":"ContinuousComplianceNotification_DeleteCircuitBreakerAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"notification id","required":true,"type":"string","format":"uuid"},{"name":"integrationType","in":"path","description":"the integration, eg. AwsSecurityHub","required":true,"type":"string","enum":["Sns","EmailPerFinding","IndexElasticSearch","PagerDuty","AwsSecurityHub","GcpSecurityCommandCenter","Webhook","AzureSecurityCenter","Slack","AggregatedEmail","Teams","Eventarc","SlackSingleMessage","TeamsSingleMessage"]}],"responses":{"204":{"description":"No Content"}}}},"/v2/Compliance/ContinuousCompliancePolicy/{id}":{"get":{"tags":["ContinuousCompliancePolicy"],"summary":"Get a specific compliance policy","operationId":"ContinuousCompliancePolicy_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the policy id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyGetViewModel"}}}},"put":{"tags":["ContinuousCompliancePolicy"],"summary":"Update a compliance policy","operationId":"ContinuousCompliancePolicy_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the policy id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"details for the policy","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyGetViewModel"}}}},"delete":{"tags":["ContinuousCompliancePolicy"],"summary":"Delete a compliance policy","operationId":"ContinuousCompliancePolicy_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the policy id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/Compliance/ContinuousCompliancePolicy":{"get":{"tags":["ContinuousCompliancePolicy"],"summary":"Get all compliance policies for the account","operationId":"ContinuousCompliancePolicy_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyGetViewModel"}}}}},"post":{"tags":["ContinuousCompliancePolicy"],"summary":"Create a new compliance policy","operationId":"ContinuousCompliancePolicy_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","description":"details for the policy","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyGetViewModel"}}}}},"/v2/Compliance/ContinuousCompliancePolicy/ContinuousCompliancePolicies":{"post":{"tags":["ContinuousCompliancePolicy"],"summary":"Create new compliance policies","operationId":"ContinuousCompliancePolicy_CreateContinuousCompliancePoliciesAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"policyViewModels","in":"body","description":"details for the policies","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyPostViewModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyGetViewModel"}}}}}},"/v2/Compliance/ContinuousCompliancePolicyV2/EvaluateRulesetVersions":{"post":{"tags":["ContinuousCompliancePolicyV2"],"summary":"Evaluate the ruleset version elected for each cloud account, based on the configured policies.","operationId":"ContinuousCompliancePolicyV2_EvaluateRulesetVersionsAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"rulesetVersionEvaluationRequest","in":"body","description":"The ruleset id and version as well as a list of cloud accounts to evaluate ruleset version of configured polices.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.EvaluateRulesetVersionsRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object","additionalProperties":{"type":"string"}}}}}},"/v2/ContinuousCompliancePolicyV2/{id}":{"get":{"tags":["ContinuousCompliancePolicyV2"],"summary":"Get single policy by its ID.\r\nReturns a policy matching a given ID.","operationId":"ContinuousCompliancePolicyV2_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Policy's ID","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyViewModel"}}}},"delete":{"tags":["ContinuousCompliancePolicyV2"],"summary":"Delete policy by its ID.","operationId":"ContinuousCompliancePolicyV2_DeleteAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Policy's ID","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/ContinuousCompliancePolicyV2":{"get":{"tags":["ContinuousCompliancePolicyV2"],"summary":"Get all policies for the requesting account.\r\nReturns a collection of policies.","operationId":"ContinuousCompliancePolicyV2_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyViewModel"}}}}},"put":{"tags":["ContinuousCompliancePolicyV2"],"summary":"Update policies.\r\nReturns a multi status response containing successfully updated policies without an error message and failed policies with an error message.","operationId":"ContinuousCompliancePolicyV2_PutAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"continuousCompliancePolicyRequestModels","in":"body","description":"Policies to update","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyRequestModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyViewModel"}}}}},"post":{"tags":["ContinuousCompliancePolicyV2"],"summary":"Create new policies.\r\nReturns a multi status response containing successfully created policies without an error message and failed policies with an error message.","operationId":"ContinuousCompliancePolicyV2_PostAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"continuousCompliancePolicyRequestModels","in":"body","description":"Policies to create","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyRequestModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyViewModel"}}}}}},"/v2/emergency-policy/timeout":{"put":{"tags":["EmergencyPolicy"],"operationId":"EmergencyPolicy_UpdateEmergencyPolicyTimeout","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"timeout","in":"body","required":true,"schema":{"format":"int32","type":"integer"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/emergency-policy/services/{id}":{"put":{"tags":["EmergencyPolicy"],"operationId":"EmergencyPolicy_PutService","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.ServicePortEditViewModel"}}],"responses":{"204":{"description":"No Content"}}},"delete":{"tags":["EmergencyPolicy"],"operationId":"EmergencyPolicy_DeleteService","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/emergency-policy/services":{"post":{"tags":["EmergencyPolicy"],"operationId":"EmergencyPolicy_PostService","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.ServicePortEditViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/emergency-policy":{"get":{"tags":["EmergencyPolicy"],"operationId":"EmergencyPolicy_Get","consumes":[],"produces":["application/json","text/json","text/html"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.EmergencyPolicyViewModel"}}}},"patch":{"tags":["EmergencyPolicy"],"operationId":"EmergencyPolicy_Patch","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.EmergencyPolicyPatchViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/EntityFetchStatus":{"get":{"tags":["EntityFetchStatus"],"summary":"","operationId":"EntityFetchStatus_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalAccountNumber","in":"query","description":"[Required for an AWS account] AWS/Alibaba/OCI account number","required":false,"type":"string"},{"name":"subscriptionId","in":"query","description":"[Required for an Azure subscription]","required":false,"type":"string"},{"name":"projectId","in":"query","description":"[Required for a GCP project]","required":false,"type":"string"},{"name":"cloudAccountId","in":"query","description":"[Optional] This is the Dome9 CloudAccountId which can replace the AWS externalAccountNumber","required":false,"type":"string","format":"uuid"},{"name":"region","in":"query","description":"The cloud account region. Note: the API expects '_' instead of '-' (Example: us_east_1)","required":false,"type":"string"},{"name":"resourceGroupName","in":"query","description":"Azure resource group name","required":false,"type":"string"},{"name":"entityType","in":"query","description":"The desired cloud entity (type)","required":false,"type":"string"},{"name":"workFlowId","in":"query","description":"(for internal use)","required":false,"type":"string","format":"uuid"},{"name":"location","in":"query","description":"GCP Location","required":false,"type":"string"},{"name":"vendor","in":"query","description":"the cloud account vendor","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.EntityFetchStatus.FetcherRunStatusViewModel"}}}}}},"/v2/EntityReport/Request/{cloudVendor}/{type}":{"post":{"tags":["EntityReport"],"summary":"Post a request to export all assets held by CloudGuard Dome9.","operationId":"EntityReport_GetByCloudAccountId","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudVendor","in":"path","description":"The cloud vendor.
Allowed values: AWS, Azure, GCP, Kubernetes.","required":true,"type":"string"},{"name":"type","in":"path","description":"The asset type for the report file.
Allowed values are the Dome9 Rule Target Types.","required":true,"type":"string"},{"name":"cloudAccountsIds","in":"body","description":"The Dome9 cloud accounts IDs for the report. Use empty array for all allowed cloud accounts report.","required":true,"schema":{"type":"array","items":{"type":"string"}}}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/EntityReport/Download/{reportRequestUuid}":{"get":{"tags":["EntityReport"],"summary":"Get a CSV report file containing all cloud assets held by CloudGuard Dome9.","operationId":"EntityReport_GetReport","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"reportRequestUuid","in":"path","description":"The Entity Report request UUID","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Exclusion":{"get":{"tags":["ExclusionOld"],"summary":"Get a list of exclusions for the account","operationId":"ExclusionOld_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ExclusionOld.ExclusionGetOldViewModel"}}}}},"put":{"tags":["ExclusionOld"],"summary":"Update an exclusion","operationId":"ExclusionOld_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the exclusion","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ExclusionOld.ExclusionGetOldViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ExclusionOld.ExclusionGetOldViewModel"}}}},"post":{"tags":["ExclusionOld"],"summary":"Add a new exclusion","operationId":"ExclusionOld_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"details for the exclusion","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ExclusionOld.ExclusionPostOldViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ExclusionOld.ExclusionGetOldViewModel"}}}}},"/v2/Exclusion/{id}":{"get":{"tags":["ExclusionOld"],"summary":"Get details for a specific exclusion","operationId":"ExclusionOld_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the id of the exclusion","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ExclusionOld.ExclusionGetOldViewModel"}}}},"delete":{"tags":["ExclusionOld"],"summary":"Delete an exclusion","operationId":"ExclusionOld_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the id of the exclusion to delete","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/ExternalFindings/{id}/Archive":{"post":{"tags":["ExternalFindings"],"summary":"Archive a specific external finding. The finding in Dome9 will be marked as 'archived', but not deleted. It will be searchable.","operationId":"ExternalFindings_ArchiveExternalFinding","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the id of the alert (in Dome9)","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/ExternalFindings/Archive":{"post":{"tags":["ExternalFindings"],"summary":"Archive selected external findings according filter settings. The findings will be marked as 'archived', but not deleted. They will be searchable.","operationId":"ExternalFindings_ArchiveExternalFindings","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"input","in":"body","description":"filter block, selecting external system, resource, cloud account id, and finding id","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingsOperationRequestViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/ExternalFindings/search":{"post":{"tags":["ExternalFindings"],"operationId":"ExternalFindings_Search","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"searchRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.ExternalFindings.ExternalFindingPaginationViewModel"}}}}},"/v2/ExternalFindings":{"post":{"tags":["ExternalFindings"],"summary":"Add a list of findings to Dome9, from an external source. The findings will be labelled as external, but will be searchable as any other finding.\r\nFindings much have a unique findingId (per source).","operationId":"ExternalFindings_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"input","in":"body","description":"list of findings","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingUpsertRequestViewModel"}}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingsResponseViewModel"}}}},"delete":{"tags":["ExternalFindings"],"summary":"Delete selected external findings in Dome9. The findings will be permanently removed from Dome9 and will not be searchable.","operationId":"ExternalFindings_DeleteExternalFindings","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"input","in":"body","description":">filter block, selecting external system, resource, cloud account id, and finding id","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingsOperationRequestViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/ExternalFindings/{id}":{"delete":{"tags":["ExternalFindings"],"summary":"Delete a specific finding in Dome9. The finding will be permanently deleted, and will not be searchable.","operationId":"ExternalFindings_DeleteExternalFinding","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the id of the alert (in Dome9)","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/fim/ack":{"post":{"tags":["Fim"],"operationId":"Fim_Acknowledge","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/Fim":{"get":{"tags":["Fim"],"operationId":"Fim_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"filter.page","in":"query","required":false,"type":"integer","format":"int32"},{"name":"filter.count","in":"query","required":false,"type":"integer","format":"int32"},{"name":"filter.key","in":"query","required":false,"type":"string"},{"name":"filter.dir","in":"query","required":false,"type":"string"},{"name":"filter.search","in":"query","required":false,"type":"string"},{"name":"filter.created","in":"query","required":false,"type":"boolean"},{"name":"filter.changed","in":"query","required":false,"type":"boolean"},{"name":"filter.deleted","in":"query","required":false,"type":"boolean"},{"name":"filter.serverIdList","in":"query","required":false,"type":"array","items":{"type":"integer","format":"int64"},"collectionFormat":"multi"},{"name":"filter.date","in":"query","required":false,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.FimGetViewModel"}}}}},"/v2/Compliance/Finding/stats/aggregatedbyproperty":{"get":{"tags":["Finding"],"summary":"Get aggregation per property","operationId":"Finding_GetStatsByProperty","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"fromDateTime","in":"query","required":true,"type":"string","format":"date-time"},{"name":"toDateTime","in":"query","required":true,"type":"string","format":"date-time"},{"name":"origin","in":"query","required":true,"type":"string","enum":["ComplianceEngine","Magellan","MagellanAwsGuardDuty","Serverless","Agentless","AwsInspector","ServerlessSecurityAnalyzer","ExternalFindingSource","Qualys","Tenable","AwsGuardDuty","KubernetesImageScanning","KubernetesRuntimeAssurance","ContainersRuntimeProtection","WorkloadChangeMonitoring","ImageAssurance","SourceCodeAssurance","InfrastructureAsCode","CIEM","Incident"]},{"name":"aggProperty","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingsStatsBySeverityViewModel"}}}}},"/v2/Compliance/Finding/bundle/{bundleId}/stats":{"get":{"tags":["Finding"],"summary":"Get statistics for each rule in a bundle (number failures)","operationId":"Finding_GetBundleStats","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"bundleId","in":"path","description":"","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingsStatsViewModel"}}}}},"/v2/Compliance/Finding/bundle/{bundleId}":{"get":{"tags":["Finding"],"summary":"Get the findings for a specific rule in a bundle, for all of the user's accounts. Results are paged, so each request returns findings for a specific page.","operationId":"Finding_GetFindings","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"bundleId","in":"path","description":"the bundle id","required":true,"type":"integer","format":"int64"},{"name":"ruleLogicHash","in":"query","description":"MD5 hash of the rule GSL string","required":true,"type":"string"},{"name":"pageNumber","in":"query","description":"the findings page (findings are returned in pages, with pageSize findings in each page)","required":true,"type":"integer","format":"int32"},{"name":"pageSize","in":"query","description":"the number of findings in a page","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BaseFindingViewModel"}}}}}},"/v2/Compliance/Finding/{id}":{"get":{"tags":["Finding"],"summary":"Get details for a specific finding, identified by its id.","operationId":"Finding_GetFinding","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the finding id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}},"delete":{"tags":["Finding"],"summary":"Delete finding originated in Magellan by id (Guid)","operationId":"Finding_DeleteAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Finding ID (Guid)","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/getByKey":{"post":{"tags":["Finding"],"summary":"Get details for a specific finding, identified by finding key.","operationId":"Finding_GetFindingByKey","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","description":"finding key","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.GetFindingByKeyViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}}},"/v2/Compliance/Finding/archive/{id}":{"delete":{"tags":["Finding"],"summary":"Delete finding originated in Magellan by id (Guid)","operationId":"Finding_DeleteAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Finding ID (Guid)","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/bulk/close":{"post":{"tags":["Finding"],"summary":"Delete findings originated in Magellan by ids (Guid)","operationId":"Finding_BulkDeleteAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ids","in":"body","description":"Finding IDs list (Guid)","required":true,"schema":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/bulk/archive/close":{"post":{"tags":["Finding"],"summary":"Delete findings originated in Magellan by ids (Guid)","operationId":"Finding_BulkDeleteAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ids","in":"body","description":"Finding IDs list (Guid)","required":true,"schema":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/selectAll/close":{"post":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, instance name..\r\nThen perform the action that selected - Delete findings originated in Magellan by ids (Guid).","operationId":"Finding_SelectAllClose","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"selectAllCloseRequest","in":"body","description":"the filter selections - which findings to close","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Compliance.Models.ActionType]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/selectAll/archive/close":{"post":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, instance name..\r\nThen perform the action that selected - Delete findings originated in Magellan by ids (Guid).","operationId":"Finding_SelectAllClose","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"selectAllCloseRequest","in":"body","description":"the filter selections - which findings to close","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Compliance.Models.ActionType]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/search":{"post":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, or instance name","operationId":"Finding_Search","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"searchRequest","in":"body","description":"the filter selections","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingPaganationViewModel"}}}}},"/v2/Compliance/Finding/searchAggregate":{"post":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, or instance name , returns only aggregations appear in the searchRequest's filter","operationId":"Finding_SearchAggregate","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"searchRequest","in":"body","description":"the filter selections","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingPaganationViewModel"}}}}},"/v2/Compliance/Finding/Sources":{"get":{"tags":["Finding"],"summary":"returns all the supported sources and their metadata","operationId":"Finding_GetSupportedSources","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingController.FindingSourceViewModel"}}}}}},"/v2/Compliance/Finding/{id}/acknowledge":{"put":{"tags":["Finding"],"summary":"Acknowledge a finding. Acknowledging a finding indicates it was viewed (or retrieved), but does not indicate it was resolved.","operationId":"Finding_Acknowledge","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the finding id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"updated information about the finding, including the acknowledgement","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}}},"/v2/Compliance/Finding/bulk/acknowledge":{"put":{"tags":["Finding"],"operationId":"Finding_BulkAcknowledge","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/selectAll/acknowledge":{"put":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, instance name..\r\nThen perform the action that selected - Acknowledge a finding. Acknowledging a finding indicates it was viewed (or retrieved), but does not indicate it was resolved..","operationId":"Finding_SelectAllAcknowledge","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"selectAllAcknowledgeRequest","in":"body","description":"the filter selections and updated information about the findings, including the acknowledgement","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/{id}/severity":{"put":{"tags":["Finding"],"summary":"Change the severity of a specific finding","operationId":"Finding_ChangeSeverity","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the finding id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"updated information about the finding, including the new severity","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}}},"/v2/Compliance/Finding/bulk/severity":{"put":{"tags":["Finding"],"operationId":"Finding_BulkSeverity","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/selectAll/severity":{"put":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, instance name..\r\nThen perform the action that selected - Change the severity of all specific findings.","operationId":"Finding_SelectAllSeverity","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"selectAllSeverityRequest","in":"body","description":"the filter selections and updated information about the findings, including the new severity","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/{id}/assign":{"put":{"tags":["Finding"],"summary":"Assign a finding to a user.","operationId":"Finding_Assign","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the finding id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"updated information about the finding, including the assigned user","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}}},"/v2/Compliance/Finding/bulk/assign":{"put":{"tags":["Finding"],"operationId":"Finding_BulkAssign","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/selectAll/assign":{"put":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, instance name..\r\nThen perform the action - Assign a finding to a user.","operationId":"Finding_SelectAllAssign","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"selectAllAssignRequest","in":"body","description":"the filter selections and updated information about the findings, including the assigned user","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/{id}/comment":{"post":{"tags":["Finding"],"summary":"Add a comment for a finding","operationId":"Finding_AddComment","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the finding id (or key)","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"updated information about the finding, including the comment","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PostCommentViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}}},"/v2/Compliance/Finding/bulk/comment":{"put":{"tags":["Finding"],"operationId":"Finding_BulkComment","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PostCommentViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Compliance/Finding/selectAll/comment":{"put":{"tags":["Finding"],"summary":"Filter findings by account, region, VPC, IP, instance name..\r\nThen perform the action that selected - Add a comment for the findings.","operationId":"Finding_SelectAllComment","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"selectAllCommentRequest","in":"body","description":"the filter selections and updated the findings comment","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PostCommentViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/{id}/archive":{"post":{"tags":["Finding"],"summary":"Archive/unarchive a specific finding","operationId":"Finding_Archive","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/{id}/unarchive":{"post":{"tags":["Finding"],"summary":"Archive/unarchive a specific finding","operationId":"Finding_Archive","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/bulk/archive":{"put":{"tags":["Finding"],"summary":"Bulk archive/unarchive findings","operationId":"Finding_BulkArchive","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.ArchiveFindingModel]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/bulk/unarchive":{"put":{"tags":["Finding"],"summary":"Bulk archive/unarchive findings","operationId":"Finding_BulkArchive","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.ArchiveFindingModel]"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel"}}}}},"/v2/Compliance/Finding/comment":{"post":{"tags":["Finding"],"summary":"Add a comment for a finding","operationId":"Finding_AddCommentByFindingKey","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","description":"updated information about the finding, including the comment and the finding key","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PostCommentByFindingKeyViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}}}}},"/v2/Compliance/Finding/origins":{"get":{"tags":["Finding"],"operationId":"Finding_GetOrigins","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingController.AssessmentFindingOriginProperties"}}}}}},"/v2/findingsReport/exportToCsv":{"post":{"tags":["FindingsReport"],"operationId":"FindingsReport_ExportToCsv","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"findingsReportViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Report.FindingsReportViewModel"}}],"responses":{"200":{"description":"OK","schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}}},"/v2/findingsReport/exportToCsv/downloadLink":{"post":{"tags":["FindingsReport"],"operationId":"FindingsReport_ExportToCsvDownloadLink","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"findingsReportViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Report.FindingsReportViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/findingsReport/exportToCsv/downloadCSV":{"post":{"tags":["FindingsReport"],"operationId":"FindingsReport_ExportToCsvDownloadCSV","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"findingsReportViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Report.FindingsReportViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/GcpBigQuery":{"get":{"tags":["GcpBigQuery"],"operationId":"GcpBigQuery_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryViewModel"}}}}}},"/v2/GcpDisk":{"get":{"tags":["GcpDisk"],"operationId":"GcpDisk_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.GcpDisk.GcpDiskViewModel"}}}}}},"/v2/GcpGkeCluster":{"get":{"tags":["GcpGkeCluster"],"summary":"Get a list of GKE clusters for a specific Google Cloud account","operationId":"GcpGkeCluster_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"The Dome9 Google Cloud Account Id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeClusterViewModel"}}}}}},"/v2/GcpImage":{"get":{"tags":["GcpImage"],"operationId":"GcpImage_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"externalId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.GcpImage.GcpImageViewModel"}}}}}},"/v2/GcpKmsKeyRing":{"get":{"tags":["GcpKmsKeyRing"],"summary":"get all key rings, if name specified return this key ring","operationId":"GcpKmsKeyRing_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"name","in":"query","description":"Key Ring name - to get a specific Key Ring","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsKeyRingViewModel"}}}}}},"/v2/GcpProjectInfo":{"get":{"tags":["GcpProjectInfo"],"summary":"Get Project Info for a Google account","operationId":"GcpProjectInfo_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"the Google cloud account id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.ProjectInfo.GcpProjectInfoViewModel"}}}}}},"/topics":{"get":{"tags":["GcpPubSub"],"operationId":"GcpPubSub_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.PubSub.GcpPubSubTopicViewModel"}}}}}},"/topics/{cloudAccountId}":{"get":{"tags":["GcpPubSub"],"operationId":"GcpPubSub_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.PubSub.GcpPubSubTopicViewModel"}}}}}},"/subscriptions/{cloudAccountId}/{project}/{topic}":{"get":{"tags":["GcpPubSub"],"operationId":"GcpPubSub_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"project","in":"path","required":true,"type":"string"},{"name":"topic","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.PubSub.GcpPubSubSubscriptionViewModel"}}}}}},"/v2/GcpSecurityGroup/{ExternalId}":{"get":{"tags":["GcpSecurityGroup"],"summary":"get Gcp Security Group by external id","operationId":"GcpSecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"ExternalId","in":"path","description":"external id","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.SecurityGroup.GcpSecurityGroupViewModel"}}}}},"/v2/GcpSecurityGroup":{"get":{"tags":["GcpSecurityGroup"],"summary":"get all Gcp Security Groups for account","operationId":"GcpSecurityGroup_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"cloud account id (to get security groups off a specific cloud account)","required":false,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.SecurityGroup.GcpSecurityGroupViewModel"}}}}}},"/v2/GcpServiceAccount/{id}":{"get":{"tags":["GcpServiceAccount"],"operationId":"GcpServiceAccount_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.ServiceAccount.GcpServiceAccountViewModel"}}}}},"/v2/GcpServiceAccount":{"get":{"tags":["GcpServiceAccount"],"operationId":"GcpServiceAccount_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.ServiceAccount.GcpServiceAccountViewModel"}}}}}},"/v2/GcpStorageBucket/{id}":{"get":{"tags":["GcpStorageBucket"],"operationId":"GcpStorageBucket_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpStorageBucketViewModel"}}}}},"/v2/GcpStorageBucket":{"get":{"tags":["GcpStorageBucket"],"operationId":"GcpStorageBucket_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpStorageBucketViewModel"}}}}}},"/v2/GenericList/{id}":{"get":{"tags":["GenericList"],"summary":"Get a generic list by its ID","operationId":"GenericList_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"Generic list ID","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListResponseViewModel"}}}},"delete":{"tags":["GenericList"],"summary":"Delete a generic list by its ID","operationId":"GenericList_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Generic list ID","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/GenericList":{"get":{"tags":["GenericList"],"summary":"Get all generic lists","operationId":"GenericList_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListResponseViewModel"}}}}},"put":{"tags":["GenericList"],"summary":"Update a generic list\r\nReturns the updated generic list","operationId":"GenericList_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"genericListViewModel","in":"body","description":"Generic list model with ID","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListResponseViewModel"}}}},"post":{"tags":["GenericList"],"summary":"Create a new generic list\r\nReturns the created generic list","operationId":"GenericList_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"genericListViewModel","in":"body","description":"Generic list model","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListViewModelBase"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListResponseViewModel"}}}}},"/v2/GlobalSearch":{"get":{"tags":["GlobalSearch"],"summary":"Get top results for each service","operationId":"GlobalSearch_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"freeText","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object","additionalProperties":{"type":"object"}}}}}},"/v2/GoogleCloudAccount/{id}/DeleteForce":{"delete":{"tags":["GoogleCloudAccount"],"summary":"Delete a Google cloud account (from Dome9) and linked entities","operationId":"GoogleCloudAccount_DeleteForce","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The Id of the Google cloud account","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/GoogleCloudAccount/{id}/DeleteGsuite":{"put":{"tags":["GoogleCloudAccount"],"summary":"Delete a Google cloud Gsuite account Only","operationId":"GoogleCloudAccount_DeleteGsuite","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The Id of the Google cloud account","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/GoogleCloudAccount/{id}/details":{"get":{"tags":["GoogleCloudAccount"],"operationId":"GoogleCloudAccount_GetCloudAccountDetailsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleAccountOnboardingDetailsViewModel"}}}}},"/v2/GoogleCloudAccount/{cloudAccountId}/account-stats":{"get":{"tags":["GoogleCloudAccount"],"summary":"Gets Cloud Account network statistics on cloud account page","operationId":"GoogleCloudAccount_GetCloudAccountStats","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","description":"The Id of the Google cloud account","required":true,"type":"string","format":"uuid"},{"name":"withData","in":"query","description":"Include raw data of networks, security groups and vms, default = false","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleAccountStatsViewModel"}}}}},"/v2/GoogleCloudAccount/MissingPermissions":{"get":{"tags":["GoogleCloudAccount"],"summary":"Get a list of missing permissions (needed by Dome9 to manage the accounts) for all Google accounts in Dome9","operationId":"GoogleCloudAccount_GetMissingPermissions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsViewModel"}}}}}},"/v2/GoogleCloudAccount/{id}/MissingPermissions":{"get":{"tags":["GoogleCloudAccount"],"summary":"Get a list of missing permissions for a specific account. These permissions needed by Dome9 to manage accounts.","operationId":"GoogleCloudAccount_GetMissingPermissionsAsync","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"","required":true,"type":"string","format":"uuid"},{"name":"showIgnored","in":"query","description":"","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsIgnorableViewModel"}}}},"put":{"tags":["GoogleCloudAccount"],"summary":"Get a list of missing permissions for a specific account. These are permissions needed by Dome9 to manage accounts.","operationId":"GoogleCloudAccount_UpdateIgnorableMissingPermissionsAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"CloudAccountId","required":true,"type":"string","format":"uuid"},{"name":"permissionsToIgnoreOrRestore","in":"body","description":"List of permissions to set ignore or restore flag to","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableUpdateViewModel"}}}],"responses":{"204":{"description":"No Content"}}}},"/v2/GoogleCloudAccount/{id}/MissingPermissions/EntityType":{"get":{"tags":["GoogleCloudAccount"],"summary":"Get missing permissions for a specific entity type for a specific Google Cloud account","operationId":"GoogleCloudAccount_GetMissingPermissionsByEntityTypeAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The Dome9 Google Cloud Account Id","required":true,"type":"string","format":"uuid"},{"name":"entityType","in":"query","description":"The entity type for which to get permission issues","required":true,"type":"string"},{"name":"subType","in":"query","description":"","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionViewModel"}}}}}},"/v2/GoogleCloudAccount/{id}/MissingPermissions/Reset":{"put":{"tags":["GoogleCloudAccount"],"summary":"Reset (re-validate) a Google Cloud account credentials in Dome9. \r\nWill cause all entities to retry fetching from the Google cloud account.","operationId":"GoogleCloudAccount_ResetMissingPermissionsAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"the account id","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/GoogleCloudAccount/{id}/AccountName":{"put":{"tags":["GoogleCloudAccount"],"summary":"Update a Google Cloud account name (as it appears in Dome9)","operationId":"GoogleCloudAccount_UpdateAccountName","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the account id","required":true,"type":"string","format":"uuid"},{"name":"name","in":"body","description":"the updated name as it will appear in Dome9","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleAccountNameViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"/v2/GoogleCloudAccount/{id}/Credentials/Gsuite":{"put":{"tags":["GoogleCloudAccount"],"summary":"Update a Google Cloud account Gsuite data","operationId":"GoogleCloudAccount_UpdateAccountGsuite","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the account id","required":true,"type":"string","format":"uuid"},{"name":"gsuiteData","in":"body","description":"the updated Gsuite as it will uses in Dome9","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleAccountGsuiteViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"/v2/GoogleCloudAccount/{id}/Credentials":{"put":{"tags":["GoogleCloudAccount"],"operationId":"GoogleCloudAccount_UpdateGoogleCloudAccountCredentials","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountUpdateViewModel"}},{"name":"skipComputeValidation","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"/v2/GoogleCloudAccount/{id}/SyncNow":{"post":{"tags":["GoogleCloudAccount"],"operationId":"GoogleCloudAccount_SyncNow","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"/v2/GoogleCloudAccount/{id}/organizationalUnit":{"put":{"tags":["GoogleCloudAccount"],"summary":"Update the ID of the Organizational Unit that this cloud account will be attached to.\r\nUse 'null' for the root Organizational Unit","operationId":"GoogleCloudAccount_UpdateOrganizationalId","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"The Dome9 Guid ID of the GCP cloud account","required":true,"type":"string","format":"uuid"},{"name":"updateData","in":"body","description":"The Guid ID of the Organizational Unit to attach to. Use 'null' to attach to the root Organizational Unit","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"/v2/GoogleCloudAccount/organizationalUnit/move":{"put":{"tags":["GoogleCloudAccount"],"summary":"Detach cloud accounts from an Organizational unit and attach them to another Organizational unit\r\nUse 'null' for root organizational unit","operationId":"GoogleCloudAccount_MoveCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"moveData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.MoveOrganizationalUnitViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/GoogleCloudAccount/organizationalUnit/moveAll":{"put":{"tags":["GoogleCloudAccount"],"summary":"Detach all cloud accounts from their current organizational unit and attach them to a new one. Default is to root organizational unit","operationId":"GoogleCloudAccount_MoveAllCloudAccountsToOrganizationalUnit","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"updateData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/GoogleCloudAccount/organizationalUnit/attach":{"post":{"tags":["GoogleCloudAccount"],"summary":"Attach several cloud accounts to a specific Organizational Unit. User 'null' as root Organizational Unit as target","operationId":"GoogleCloudAccount_PostAttachMulti","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"attachData","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.AttachCloudAccountsViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/GoogleCloudAccount":{"get":{"tags":["GoogleCloudAccount"],"summary":"Get a list of all Google cloud accounts","operationId":"GoogleCloudAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"post":{"tags":["GoogleCloudAccount"],"summary":"Add (onboard) a new Google cloud account to Dome9","operationId":"GoogleCloudAccount_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"model","in":"body","description":"details for the new account","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountPostViewModel"}},{"name":"skipComputeValidation","in":"query","description":"is ondoarding without compute Api enabled","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}}},"/v2/GoogleCloudAccount/{id}":{"get":{"tags":["GoogleCloudAccount"],"summary":"Get details for a specific Google Cloud Account","operationId":"GoogleCloudAccount_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"the Google cloud account id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel"}}}},"delete":{"tags":["GoogleCloudAccount"],"summary":"Delete a Google cloud account (from Dome9)","operationId":"GoogleCloudAccount_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The Id of the Google cloud account","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/GoogleCloudFirewallRule":{"get":{"tags":["GoogleCloudFirewallRule"],"operationId":"GoogleCloudFirewallRule_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Firewall.GoogleCloudFirewallRuleViewModel"}}}}}},"/v2/GoogleCloudFunction":{"get":{"tags":["GoogleCloudFunction"],"summary":"Get all Gcp Cloud Functions for account","operationId":"GoogleCloudFunction_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"Cloud Account Id, to get Cloud Functions for a specific cloud account","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionViewModel"}}}}}},"/v2/GoogleCloudIamPolicy":{"get":{"tags":["GoogleCloudIamPolicy"],"operationId":"GoogleCloudIamPolicy_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.IamPolicy.GoogleCloudIamPolicyViewModel"}}}}}},"/v2/GoogleCloudIamPolicy/{id}":{"get":{"tags":["GoogleCloudIamPolicy"],"operationId":"GoogleCloudIamPolicy_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.IamPolicy.GoogleCloudIamPolicyViewModel"}}}}},"/v2/GoogleCloudNetwork":{"get":{"tags":["GoogleCloudNetwork"],"summary":"Get network details for a Google account","operationId":"GoogleCloudNetwork_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"the Google cloud account id","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Network.GoogleCloudNetworkViewModel"}}}}}},"/v2/GoogleCloudSubnet":{"get":{"tags":["GoogleCloudSubnet"],"operationId":"GoogleCloudSubnet_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Subnet.GoogleCloudSubnetViewModel"}}}}}},"/v2/GoogleCloudVMInstance/{cloudAccountId}/network-details":{"get":{"tags":["GoogleCloudVMInstance"],"operationId":"GoogleCloudVMInstance_GetNetworkDetailsByInstanceId","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string","format":"uuid"},{"name":"instanceExternalId","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.NetworkDetailViewModel"}}}}}},"/v2/GoogleCloudVMInstance":{"get":{"tags":["GoogleCloudVMInstance"],"operationId":"GoogleCloudVMInstance_GetAll","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpVMInstanceViewModel"}}}}}},"/v2/GoogleCloudVMInstance/{id}":{"get":{"tags":["GoogleCloudVMInstance"],"operationId":"GoogleCloudVMInstance_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpVMInstanceViewModel"}}}}},"/v2/Home":{"get":{"tags":["Home"],"operationId":"Home_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.HomeViewModel"}}}}},"/v2/iam-safe-leases/me":{"get":{"tags":["IamSafeLease"],"summary":"Get leases for this user (me)","operationId":"IamSafeLease_GetOnlyMine","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Leases.IamSafeLeaseViewModel"}}}}}},"/v2/iam-safe-leases/custom-lease":{"post":{"tags":["IamSafeLease"],"summary":"Create a new lease for AWS IAM user or role","operationId":"IamSafeLease_PostCustomLease","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"lease","in":"body","description":"details for the lease","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Leases.IamSafeCustomLeasePostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/iam-safe-leases/{id}":{"delete":{"tags":["IamSafeLease"],"summary":"Delete a lease","operationId":"IamSafeLease_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The id of lease to be deleted","required":true,"type":"string"},{"name":"code","in":"query","description":"","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/iam-safe-leases":{"get":{"tags":["IamSafeLease"],"summary":"Get leases for AWS account","operationId":"IamSafeLease_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"query","description":"AWS account id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Leases.IamSafeLeaseViewModel"}}}}},"post":{"tags":["IamSafeLease"],"summary":"Create a new lease","operationId":"IamSafeLease_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"lease","in":"body","description":"details for the lease","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Leases.IamSafeLeasePostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/IncidentsStatus/UnresolvedIncidents":{"get":{"tags":["IncidentsStatus"],"operationId":"IncidentsStatus_GetUnresolvedIncidentsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/IncidentsStatus/AllIncidents":{"get":{"tags":["IncidentsStatus"],"operationId":"IncidentsStatus_GetAllIncidentsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/infrastructureAssessment/runAssessmentOnInfrastructure":{"post":{"tags":["InfrastructureAssessment"],"summary":"Run assessment on infrastructure","operationId":"InfrastructureAssessment_RunInfrastructureAssessmentAsync","consumes":[],"produces":["application/json","text/json","text/html"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.InfrastructureAssessmentHistoryResultV2ViewModel"}}}}},"/v2/infrastructureAssessment/runAssessmentOnInfrastructureAsync":{"post":{"tags":["InfrastructureAssessment"],"summary":"Run assessment on infrastructure asynchronously","operationId":"InfrastructureAssessment_RunInfrastructureAssessmentAsynchronouslyAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}}},"/v2/infrastructureAssessment/getAsyncAssessmentResult":{"post":{"tags":["InfrastructureAssessment"],"summary":"Get results for previously run assessment requests","operationId":"InfrastructureAssessment_GetAsynchronousAssessmentResultAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"assessmentIds","in":"body","description":"","required":true,"schema":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.InfrastructureAsCode.InfrastructureAssessmentResultViewModel"}}}}}},"/v2/view/magellan/disable-magellan-for-cloud-account":{"post":{"tags":["Intelligence"],"summary":"Offboard cloud account from Intelligence. The cloud account must already be onboarded to Intelligence.","operationId":"Intelligence_OffboardAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Block indicating cloud account id and vendor to be offboarded from Intelligence","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanAccountOffboardingModel"}}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/view/magellan/usage-notification-rate":{"put":{"tags":["Intelligence"],"summary":"Set usage notification emails rate.\r\nBy default, the system will send an email notification when Intelligence usage reaches 80%, 90% and 100% of your allowed quota. \r\nUse this API call to configure sending an email notification every time you consumed the defined % of your quota.","operationId":"Intelligence_SetUsageNotificationRate","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"rate","in":"query","description":"Emails will be sent every {rate} % reached.","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/view/magellan/usage-notification-update-ancestors":{"put":{"tags":["Intelligence"],"summary":"Enable sending usage notification updates to parent accounts (all levels).","operationId":"Intelligence_SetUsageNotificationAncestorsUpdate","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"shouldUpdate","in":"query","description":"Indicating if emails should be sent to ancestors.","required":true,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/view/magellan/magellan-flowlogs-onboarding":{"post":{"tags":["Intelligence"],"summary":"Onboard an account for Network Traffic. The account must already be onboarded to CloudGuard\r\nPlease follow the Intelligence onboarding \"Prerequisites\" screen and the \"Prepare IAM Policy for CloudGuard Intelligence\" screen on the CloudGuard portal.","operationId":"Intelligence_AwsNetworkTrafficOnboarding","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"Block indicating cloud account id and bucket name to be onboarded to Intelligence Network Traffic","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanOnboardingModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Views.Magellan.AwsLogicLogViewModel"}}}}},"/v2/view/magellan/magellan-cloudtrail-onboarding":{"post":{"tags":["Intelligence"],"summary":"Onboard an account for Account Activity. The account must already be onboarded to CloudGuard.\r\nPlease follow the Intelligence onboarding \"Prerequisites\" screen and the \"Prepare IAM Policy for CloudGuard Intelligence\" screen on the CloudGuard portal.","operationId":"Intelligence_AwsAccountActivityOnboarding","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"Block indicating cloud account id and bucket name to be onboarded to Intelligence Account Activity","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanOnboardingModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Views.Magellan.AwsLogicLogViewModel"}}}}},"/v2/view/magellan/magellan-custom-onboarding":{"post":{"tags":["Intelligence"],"summary":"Custom onboard Account Activity or Network Traffic of your cloud environment to Intelligence.\r\nThe cloud accounts must already be onboarded to CloudGuard.\r\nPlease follow the Intelligence onboarding \"Prerequisites\" screen and the \"Prepare IAM Policy for CloudGuard Intelligence\" screen on the CloudGuard portal.","operationId":"Intelligence_AwsCustomOnboarding","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Block indicating custom onboarding data to be onboarded to Intelligence","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanCustomOnboardingModel"}}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/view/magellan/magellan-alibaba-actiontrail-onboarding":{"post":{"tags":["Intelligence"],"summary":"Onboard Alibaba account for Account Activity. The account must already be onboarded to CloudGuard.\r\nPlease follow Intelligence onboarding \"Prerequisites\" screen on CloudGuard portal.","operationId":"Intelligence_AlibabaAccoountActivityOnboarding","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Block indicating data to be onboarded to Intelligence Event Activity","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanOnboardingAzurePricingStorage.MagellanAlibabaActionTrailOnboardingModel"}}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/view/magellan/provide-azure-storage-details":{"post":{"tags":["Intelligence"],"summary":"After calling AzureNetworkTrafficOnboardingWithArm and creating the required resources in Azure using the ARM template, Intelligence needs access to the storage keys.","operationId":"Intelligence_AzureNetworkTrafficNewStorageOnboarding","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Block indicating data of storage keys to be onboarded to Intelligence Network Traffic","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanOnboardingAzurePricingStorage.MagellanAzureNewStorageDetailsAfterArmModel"}}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/view/magellan/magellan-gcp-onboarding":{"post":{"tags":["Intelligence"],"summary":"Onboard Gcp project. The project must already be onboarded to CloudGuard.\r\nFor network traffic please follow the Intelligence onboarding \"Prerequisites\" screen on the CloudGuard portal.\r\nThis is the API for onboarding your gcp project in CloudGuard side. In addition, you need to create some\r\nresources in GCP as part of the onboarding. The following GIT contains a code that you can run on your computer.\r\nThe code creates the needed resources and makes an API call to CloudGuard:\r\nhttps://github.com/dome9/gcp-onboarding/tree/main/onboarding-api","operationId":"Intelligence_GcpOnboarding","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Block indicating data to be onboarded to Intelligence","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.Magellan.MagellanGcpOnboardingModel"}}],"responses":{"200":{"description":"OK","schema":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}}}},"/v2/IpAddressMetadata":{"get":{"tags":["IpAddressMetadata"],"summary":"Get all IP addresses metadata","description":"An Ip Address metadata must contain CIDR, Name and Classification\r\nClassification can be External or Unsafe or Dmz or InternalVpc or InternalDc or NoClassification","operationId":"IpAddressMetadata_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.IpAddressMetadataViewModel"}}}}},"put":{"tags":["IpAddressMetadata"],"summary":"Update an existing IP address metadata","description":"An Ip Address metadata must contain CIDR, Name and Classification.\r\n Classification can only be External or Unsafe or Dmz or InternalVpc or InternalDc or NoClassification.","operationId":"IpAddressMetadata_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ipAddressMetadata","in":"body","description":"updated metadata","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.IpAddressMetadataViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["IpAddressMetadata"],"summary":"Add a new IP address metadata","description":"An Ip Address metadata must contain CIDR, Name and Classification\r\n Classification can be External or Unsafe or Dmz or InternalVpc or InternalDc or NoClassification","operationId":"IpAddressMetadata_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ipAddressMetadata","in":"body","description":"metadata for the IP address","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.IpAddressMetadataViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["IpAddressMetadata"],"summary":"delete an IP address metadata with a specific CIDR","description":"The address and mask constructs the CIDR of the IP address metdata.","operationId":"IpAddressMetadata_Delete","consumes":[],"produces":[],"parameters":[{"name":"accountId","in":"query","description":"the account id","required":true,"type":"integer","format":"int64"},{"name":"address","in":"query","description":"the IP address to delete","required":true,"type":"string"},{"name":"mask","in":"query","description":"the subnet mask","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/IpList":{"get":{"tags":["IpList"],"summary":"Get all IP Lists for the account","operationId":"IpList_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.IPList.IpListViewModel"}}}}},"post":{"tags":["IpList"],"summary":"Add a new IP List","operationId":"IpList_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"ipListViewModel","in":"body","description":"iplist info: \"Name\" for name, \"Description\" for description and Items are list of addresses.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.IPList.IpListViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.IPList.IpListViewModel"}}}}},"/v2/IpList/{id}":{"get":{"tags":["IpList"],"summary":"Get an IP List by id","operationId":"IpList_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"the IP List id","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.IPList.IpListViewModel"}}}},"put":{"tags":["IpList"],"summary":"Update an IP List. This will override the exisitng ip list","operationId":"IpList_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"The id of the IP List to update","required":true,"type":"integer","format":"int32"},{"name":"ipListPutViewModel","in":"body","description":"iplist info: \"Name\" for name, \"Description\" for description and Items are list of addresses.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.IPList.IpListPutViewModel"}}],"responses":{"204":{"description":"No Content"}}},"delete":{"tags":["IpList"],"summary":"Delete an IP List by id","operationId":"IpList_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"id of the IP list ot delete.","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}}}},"/v2/LicenseActivator/GetAllProductKeys":{"get":{"tags":["LicenseActivator"],"summary":"Returns all user activate license.","operationId":"LicenseActivator_GetAllProductKeys","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.Dome9LicenseViewModel"}}}}}},"/v2/LicenseActivator/GetLicense/{productKey}":{"get":{"tags":["LicenseActivator"],"summary":"Returns license by given product id.","operationId":"LicenseActivator_GetLicenseByProductKey","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"productKey","in":"path","description":"","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.Dome9LicenseViewModel"}}}}},"/v2/LicenseActivator/ListAllDome9LicensesFromUserCenter":{"post":{"tags":["LicenseActivator"],"summary":"Returns user licenses.","operationId":"LicenseActivator_GetAllDome9LicensesFromUserCenter","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"request","in":"body","description":"Model with UserCenter credentials.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.LicenseGetRequestModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.LicenseActivatorViewModel"}}}}}},"/v2/LicenseActivator/ActivateUserLicense":{"post":{"tags":["LicenseActivator"],"summary":"Activate given license to the account.","operationId":"LicenseActivator_ActivateUserLicense","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"request","in":"body","description":"Model with licenses to activate.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.LicenseActivateRequestModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/licensing/update-account-feature-enabled":{"put":{"tags":["Licensing"],"operationId":"Licensing_UpdateAccountFeatureEnabled","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"updateFeatureModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.LicensingController.UpdateFeatureModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/licensing/compliance-approval-needed":{"get":{"tags":["Licensing"],"operationId":"Licensing_IsComplianceApprovalNeeded","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.LicensingController.ComplianceApprovalNeededViewModel"}}}}},"/v2/Licensing":{"get":{"tags":["Licensing"],"operationId":"Licensing_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.LicensingController.LicensingViewModel"}}}}},"/v2/ManagedGenericList/ValidateName":{"post":{"tags":["ManagedGenericList"],"summary":"Get all generic lists","operationId":"ManagedGenericList_ValidateName","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"genericListName","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/ManagedGenericList/{id}":{"get":{"tags":["ManagedGenericList"],"summary":"Get a generic list by its ID","operationId":"ManagedGenericList_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","description":"Generic list ID","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListResponseViewModel"}}}}},"/v2/ManagedGenericList":{"get":{"tags":["ManagedGenericList"],"summary":"Get all generic lists","operationId":"ManagedGenericList_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListResponseViewModel"}}}}}},"/msp/v1/account":{"get":{"tags":["Msp"],"summary":"Get all managed accounts created by this API.","operationId":"Msp_GetManagedAccounts","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountGetViewModel"}}}}},"post":{"tags":["Msp"],"summary":"Create a new managed account.","operationId":"Msp_PostAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountGetViewModel"}}}}},"/msp/v1/account/{accountId}":{"delete":{"tags":["Msp"],"summary":"Delete An account that was previously created by this.","operationId":"Msp_DeleteAccount","consumes":[],"produces":[],"parameters":[{"name":"accountId","in":"path","description":"","required":true,"type":"integer","format":"int64"}],"responses":{"204":{"description":"No Content"}}}},"/msp/v1/account/user":{"post":{"tags":["Msp"],"summary":"Create a new user in a managed account","operationId":"Msp_PostUser","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountPostUserViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountGetUserViewModel"}}}}},"/msp/v1/account/{accountId}/user/{userId}":{"delete":{"tags":["Msp"],"summary":"Delete a user in a managed account","operationId":"Msp_DeleteUser","consumes":[],"produces":[],"parameters":[{"name":"accountId","in":"path","description":"Dome9 account unique identifier","required":true,"type":"integer","format":"int64"},{"name":"userId","in":"path","description":"Dome9 user unique identifier","required":true,"type":"integer","format":"int32"},{"name":"email.email","in":"query","description":"Email Address","required":false,"type":"string","format":"email"}],"responses":{"204":{"description":"No Content"}}}},"/msp/v1/account/{accountId}/icon":{"put":{"tags":["Msp"],"operationId":"Msp_PutIcon","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountPutIconViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountGetIconViewModel"}}}},"delete":{"tags":["Msp"],"operationId":"Msp_DeleteIcon","consumes":[],"produces":[],"parameters":[{"name":"accountId","in":"path","required":true,"type":"integer","format":"int64"}],"responses":{"204":{"description":"No Content"}}}},"/msp/v1/account/icon":{"put":{"tags":["Msp"],"operationId":"Msp_PutIcon","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountPutIconViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.MSP.Api.V1.ManagedAccountGetIconViewModel"}}}},"delete":{"tags":["Msp"],"operationId":"Msp_DeleteIcon","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/organizationalunit/view":{"get":{"tags":["OrganizationalUnit"],"summary":"Get organizational unit view entities","operationId":"OrganizationalUnit_GetOrganizationalUnitsViewAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.OrganizationalUnit.OrganizationalUnitNodeViewModel"}}}}},"/v2/organizationalunit/GetFlatOrganizationalUnits":{"get":{"tags":["OrganizationalUnit"],"summary":"Get all organizational units flat","operationId":"OrganizationalUnit_GetFlatOrganizationalUnitsAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.OrganizationalUnit.OrganizationalUnitViewModel"}}}}}},"/v2/organizationalunit/{id}/DeleteForce":{"delete":{"tags":["OrganizationalUnit"],"summary":"Delete an organizational unit by its id and attach its cloud accounts to the the root organizational unit, and delete all its linked policies","operationId":"OrganizationalUnit_DeleteForceOrganizationalUnitByIdAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Id (Guid) of the organizational unit","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}}},"/v2/organizationalunit/deleteAll":{"delete":{"tags":["OrganizationalUnit"],"summary":"Delete all organizational units, detach all clouad accounts from the organizational unit they belong to and attach them to the root organizational unit","operationId":"OrganizationalUnit_DeleteAllOrganizationalUnitsAsync","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/OrganizationalUnit":{"get":{"tags":["OrganizationalUnit"],"summary":"Get all the organizational units of the account as tree","operationId":"OrganizationalUnit_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}}},"post":{"tags":["OrganizationalUnit"],"summary":"Create a new Organizational unit. Only name is required. Path is optional and should be in the format of 'parent-id'.'parent-id'...","operationId":"OrganizationalUnit_PostOrganizationalUnitAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"the organizational unit data. Requires name. path is optional","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateOrganizationalUnitViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}}},"/v2/OrganizationalUnit/{id}":{"get":{"tags":["OrganizationalUnit"],"summary":"Get an organizational unit by its id","operationId":"OrganizationalUnit_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"requested organizational unit id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}},"put":{"tags":["OrganizationalUnit"],"summary":"Update an organizational unit by its id","operationId":"OrganizationalUnit_UpdateByIdAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Id (Guid) of the organizational unit","required":true,"type":"string","format":"uuid"},{"name":"updateData","in":"body","description":"update data for the organizational unit","required":true,"schema":{"$ref":"#/definitions/Dome9.BL.Std.Services.OrganizationalUnit.UpdateOrganizationalUnitViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}},"delete":{"tags":["OrganizationalUnit"],"summary":"Delete an organizational unit by its id and attach its cloud accounts to the the root organizational unit","operationId":"OrganizationalUnit_DeleteOrganizationalUnitByIdAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Id (Guid) of the organizational unit","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}}},"/v2/Permission":{"get":{"tags":["Permission"],"summary":"Fetches the permissions for a specific SRL, for the requesting user. Returns a json containing boolean values depcting whther the user has manage, access, add, view permissions on that SRL.","operationId":"Permission_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"srl","in":"query","description":"The SRL to fetch permissions for","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.PermissionViewModel"}}}}},"/v2/protected-asset/search":{"post":{"tags":["ProtectedAsset"],"summary":"Search API for protected assets.","operationId":"ProtectedAsset_Search","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"searchRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.ProtectedAssetPaganationViewModel"}}}}},"/v2/ProtectedAssetsReport/exportToCsv":{"post":{"tags":["ProtectedAssetsReport"],"operationId":"ProtectedAssetsReport_ExportToCsv","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"protectedAssetsReportViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.ProtectedAssetsReport.ProtectedAssetsReportViewModel[Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}}},"/v2/ProtectedAssetsReport/exportToCsv/downloadLink":{"post":{"tags":["ProtectedAssetsReport"],"operationId":"ProtectedAssetsReport_ExportToCsvDownloadLink","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"protectedAssetsReportViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.ProtectedAssetsReport.ProtectedAssetsReportViewModel[Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/ProtectedAssetsReport/exportToCsv/downloadCSV":{"post":{"tags":["ProtectedAssetsReport"],"operationId":"ProtectedAssetsReport_ExportToCsvDownloadCSV","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"protectedAssetsReportViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.ProtectedAssetsReport.ProtectedAssetsReportViewModel[Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel]"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/protegoStatistics/invocations":{"get":{"tags":["ProtegoStatistics"],"operationId":"ProtegoStatistics_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"startDate","in":"query","required":true,"type":"string","format":"date-time"},{"name":"endDate","in":"query","required":true,"type":"string","format":"date-time"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Serverless.Protego.ProtegoInvocationsEntity"}}}}}},"/{id}/external":{"put":{"tags":["Role"],"summary":"Update a role","operationId":"Role_PutRoleByExternalAccountId","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The role id","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"The role info","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Role.EditRoleViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Role":{"get":{"tags":["Role"],"summary":"Get all roles for the account.","operationId":"Role_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Role.RoleGetViewModel"}}}}},"post":{"tags":["Role"],"summary":"Create a new role","operationId":"Role_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"The role info","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Role.RoleViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/Role/{id}":{"get":{"tags":["Role"],"summary":"Get the specific role with the specified id","operationId":"Role_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Role.RoleViewModel"}}}},"put":{"tags":["Role"],"summary":"Update a role","operationId":"Role_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The role id","required":true,"type":"integer","format":"int32"},{"name":"model","in":"body","description":"The role info","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Role.RoleViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Role"],"summary":"Delete a role","operationId":"Role_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"The role id to delete","required":true,"type":"integer","format":"int32"}],"responses":{"204":{"description":"No Content"}}}},"/v2/RulesEngine":{"get":{"tags":["RulesEngine"],"operationId":"RulesEngine_GetRuleObjectModels","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.RuleObjectModelResultViewModel"}}}}}},"/v2/SecurityGroup/{id}":{"get":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SecurityGroupViewModel"}}}},"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_UpdateFimExcludePath","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"integer","format":"int64"},{"name":"fimList","in":"body","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.UpdateItem"}}}],"responses":{"204":{"description":"No Content"}}},"patch":{"tags":["SecurityGroup"],"summary":"Partial update for security group entity","operationId":"SecurityGroup_Patch","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"id","in":"path","description":"security group id","required":true,"type":"integer","format":"int64"},{"name":"patchItems","in":"body","description":"This is an array of patchItems according to rfc 6902 http://tools.ietf.org/html/rfc6902\r\ncurrenly we support only the 'add' operation and the path /FIMPolicy/Rules\r\n\r\nExample:\r\n[{\r\n \"op\": \"add\",\r\n \"path\": \"/FIMPolicy/Rules\",\r\n \"value\": {\"type\":\"ExcludePath\", \"value\":\"a/b/c\", \"comment\":\"my comment\"}\r\n}]","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.UpdateItem"}}}],"responses":{"204":{"description":"No Content"}}}},"/v2/SecurityGroup/{groupId}":{"delete":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_DeleteSecurityGroup","consumes":[],"produces":[],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"}],"responses":{"204":{"description":"No Content"}}}},"/v2/SecurityGroup/{groupId}/name":{"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_Rename","consumes":["application/json","text/json","text/html","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"securityGroupName","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SecurityGroupNameViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/SecurityGroup/{groupId}/fim-policy/disable":{"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_DisableFIM","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/SecurityGroup/fim-policy":{"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_UpdateFimPolicy","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"fimPolicyUpdate","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.FimPolicyUpdateViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.FimPolicyUpdateViewModel"}}}}},"/v2/SecurityGroup/{groupId}/fim-policy/logging-policy":{"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_UpdateFimLoggingPolicy","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.LoggingPolicyViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/SecurityGroup/{groupId}/service/inbound":{"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_UpdateInboundService","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}}},"post":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_CreateInboundService","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}}},"delete":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_DeleteService","consumes":[],"produces":[],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"protocol","in":"query","required":true,"type":"string"},{"name":"fromPort","in":"query","required":true,"type":"string"},{"name":"toPort","in":"query","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/SecurityGroup/{groupId}/service/outbound":{"put":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_UpdateOutboundService","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}}},"post":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_CreateOutboundService","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentServiceViewModel"}}}},"delete":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_DeleteOutboundService","consumes":[],"produces":[],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"protocol","in":"query","required":true,"type":"string"},{"name":"fromPort","in":"query","required":true,"type":"string"},{"name":"toPort","in":"query","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/v2/SecurityGroup/{groupId}/whitelist/outbound":{"post":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_OutboundWhitelist","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ScopeViewModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ScopeViewModel"}}}}}},"/v2/SecurityGroup/{groupId}/whitelist/inbound":{"post":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_InboundWhitelist","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ScopeViewModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ScopeViewModel"}}}}}},"/v2/SecurityGroup":{"get":{"tags":["SecurityGroup"],"summary":"Fetch Dome9 security groups according to a filter type","operationId":"SecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"filter","in":"query","description":"The filter to fetch by (enum)","required":true,"type":"string","enum":["IpListReference"]},{"name":"value","in":"query","description":"The value used according to filter type, varies by filter","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.SecurityGroupViewModel"}}}}},"post":{"tags":["SecurityGroup"],"operationId":"SecurityGroup_CreateSecurityGroup","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"newSecurityGroupViewModel","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.SecurityGroup.AddSecurityGroupViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SecurityGroupViewModel"}}}}},"/v2/serverless/accounts":{"post":{"tags":["Serverless"],"summary":"Enable Serverless protection","operationId":"Serverless_PostAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"body","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAddAccountRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAccountViewModel"}}}}},"/v2/serverless/accounts/{cloudAccountId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccount","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAccountViewModel"}}}},"patch":{"tags":["Serverless"],"summary":"Update policy config or add FSP for an AWS Cloud account","operationId":"Serverless_PutAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"putAccountRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPutAccountViewModel"}},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/{cloudProvider}/accounts/{cloudAccountId}":{"patch":{"tags":["Serverless"],"summary":"Update policy config or add FSP for an AWS Cloud account","operationId":"Serverless_PutAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"putAccountRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPutAccountViewModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/accounts/states":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountsState","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAccountStatusViewModel"}}}}}},"/v2/serverless/{cloudProvider}/accounts/states":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountsState","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAccountStatusViewModel"}}}}}},"/v2/serverless/accounts/states/{cloudAccountId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountState","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAccountStatusViewModel"}}}}},"/v2/serverless/{cloudProvider}/accounts/states/{cloudAccountId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountState","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessAccountStatusViewModel"}}}}},"/v2/serverless/accounts/{cloudAccountId}/exclusions":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountExclusions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionViewModel"}}}}},"post":{"tags":["Serverless"],"operationId":"Serverless_PostExclusion","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusion","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionModel"}},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/{cloudProvider}/accounts/{cloudAccountId}/exclusions":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountExclusions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionViewModel"}}}}},"post":{"tags":["Serverless"],"operationId":"Serverless_PostExclusion","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusion","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/accounts/{cloudAccountId}/rules":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountRules","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleViewModel"}}}}},"post":{"tags":["Serverless"],"operationId":"Serverless_PostRule","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"rule","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleModel"}},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/{cloudProvider}/accounts/{cloudAccountId}/rules":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountRules","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleViewModel"}}}}},"post":{"tags":["Serverless"],"operationId":"Serverless_PostRule","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"rule","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/accounts/{cloudAccountId}/rules/{ruleId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetRule","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"ruleId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleViewModel"}}}},"put":{"tags":["Serverless"],"operationId":"Serverless_PutRule","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"ruleId","in":"path","required":true,"type":"string"},{"name":"rule","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleModel"}},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Serverless"],"operationId":"Serverless_DeleteRule","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"ruleId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessDeleteRuleViewModel"}}}}},"/v2/serverless/{cloudProvider}/accounts/{cloudAccountId}/rules/{ruleId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetRule","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"ruleId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleViewModel"}}}},"put":{"tags":["Serverless"],"operationId":"Serverless_PutRule","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"ruleId","in":"path","required":true,"type":"string"},{"name":"rule","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Serverless"],"operationId":"Serverless_DeleteRule","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"ruleId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessDeleteRuleViewModel"}}}}},"/v2/serverless/accounts/{cloudAccountId}/exclusions/{exclusionId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetExclusion","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusionId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionViewModel"}}}},"put":{"tags":["Serverless"],"operationId":"Serverless_PutExclusion","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusionId","in":"path","required":true,"type":"string"},{"name":"exclusion","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionModel"}},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Serverless"],"operationId":"Serverless_DeleteExclusion","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusionId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessDeleteRuleViewModel"}}}}},"/v2/serverless/{cloudProvider}/accounts/{cloudAccountId}/exclusions/{exclusionId}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetExclusion","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusionId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionViewModel"}}}},"put":{"tags":["Serverless"],"operationId":"Serverless_PutExclusion","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusionId","in":"path","required":true,"type":"string"},{"name":"exclusion","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Serverless"],"operationId":"Serverless_DeleteExclusion","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"exclusionId","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessDeleteRuleViewModel"}}}}},"/v2/serverless/aws/accounts/{cloudAccountId}/missingPermissions":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAccountMissingPermissions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessMissingPermissionsViewModel"}}}}},"/v2/serverless/aws/accounts/{cloudAccountId}/missingPermissions/validate":{"put":{"tags":["Serverless"],"operationId":"Serverless_ValidateAccountMissingPermissions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Falconetix.Model.ServiceInterfaces.Serverless.ServerlessApiResponse"}}}}},"/v2/serverless/functions/{id}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunction","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessFunctionViewModel"}}}}},"/v2/serverless/aws/functions/{id}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunction","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessFunctionViewModel"}}}}},"/v2/serverless/azure/functions/{id}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAzureFunctionApp","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessFunctionAppViewModel"}}}}},"/v2/serverless/kubernetes/functions/{id}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetKubernetesPodGroup","consumes":[],"produces":["application/json","text/json","text/html"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPodGroupViewModel"}}}}},"/v2/serverless/aws/functions/{id}/addLogSubscription":{"post":{"tags":["Serverless"],"operationId":"Serverless_FunctionAddLogSubscription","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/{cloudProvider}/accounts/{cloudAccountId}/functions":{"patch":{"tags":["Serverless"],"operationId":"Serverless_PutFunctions","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"cloudAccountId","in":"path","required":true,"type":"string"},{"name":"putFunctionsList","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPutFunctionsListViewModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPutFunctionResponseViewModel"}}}}}},"/v2/serverless/{cloudProvider}/functions/{id}":{"patch":{"tags":["Serverless"],"operationId":"Serverless_PutFunction","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"funcData","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPutSingleFunctionViewModel"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/functions/{id}/fsp":{"patch":{"tags":["Serverless"],"operationId":"Serverless_PutFunctionAutoFsp","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"fsp","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.EnableFSPViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/functions/{id}/fspMode":{"patch":{"tags":["Serverless"],"operationId":"Serverless_PutFunctionFspBlock","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"fspMode","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessEnableFunctionFSPBlockBody"}},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/{cloudProvider}/functions/{id}/fspMode":{"patch":{"tags":["Serverless"],"operationId":"Serverless_PutFunctionFspBlock","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"fspMode","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessEnableFunctionFSPBlockBody"}},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/serverless/functions/{id}/whitelist":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunctionWhitelist","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessWhiteListViewModel"}}}}},"/v2/serverless/{cloudProvider}/functions/{id}/whitelist":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunctionWhitelist","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessWhiteListViewModel"}}}}},"/v2/serverless/azure/functions/{id}/whitelist/{functionName}":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetAzureFunctionWhitelist","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"functionName","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessWhiteListViewModel"}}}}},"/v2/serverless/functions/{id}/exclusions":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunctionExclusions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionViewModel"}}}}}},"/v2/serverless/{cloudProvider}/functions/{id}/exclusions":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunctionExclusions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessExclusionViewModel"}}}}}},"/v2/serverless/functions/{id}/rules":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunctionRules","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"query","required":false,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleViewModel"}}}}}},"/v2/serverless/{cloudProvider}/functions/{id}/rules":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFunctionRules","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cloudProvider","in":"path","required":true,"type":"string","enum":["aws","azure","kubernetes"]},{"name":"withPayloadObject","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessRuleViewModel"}}}}}},"/v2/serverless/fsp/versions":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetFspVersions","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessFspVersioViewModel"}}}}}},"/v2/serverless/workloadProtection/runtimes":{"get":{"tags":["Serverless"],"operationId":"Serverless_GetSupportedRuntimes","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessFSPSupportedRuntimesViewModel"}}}}},"/v2/serverless/policy/{id}":{"get":{"tags":["ServerlessPolicy"],"summary":"Get single policy by its ID.\r\nReturns a policy matching a given ID.","operationId":"ServerlessPolicy_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Policy's ID","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyViewModel"}}}},"delete":{"tags":["ServerlessPolicy"],"summary":"Delete policy by its ID.","operationId":"ServerlessPolicy_DeleteAsync","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Policy's ID","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/serverless/policy":{"get":{"tags":["ServerlessPolicy"],"summary":"Get all policies for the requesting account.\r\nReturns a collection of policies.","operationId":"ServerlessPolicy_GetAsync","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyViewModel"}}}}},"put":{"tags":["ServerlessPolicy"],"summary":"Update policies.\r\nReturns a multi status response containing successfully updated policies without an error message and failed policies with an error message.","operationId":"ServerlessPolicy_PutAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"serverlessPolicyRequestModels","in":"body","description":"Policies to update","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyRequestModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyViewModel"}}}}},"post":{"tags":["ServerlessPolicy"],"summary":"Create new policies.\r\nReturns a multi status response containing successfully created policies without an error message and failed policies with an error message.","operationId":"ServerlessPolicy_PostAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"serverlessPolicyRequestModels","in":"body","description":"Policies to create","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyRequestModel"}}}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyViewModel"}}}}}},"/v2/service-account/update":{"post":{"tags":["ServiceAccount"],"summary":"Update a Service Account (Name and Roles)","operationId":"ServiceAccount_UpdateServiceAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Includes the role ID to update and the new name and role IDs to apply","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.ServiceAccountViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/service-account/{id}":{"get":{"tags":["ServiceAccount"],"summary":"Get details on all service accounts in the account","operationId":"ServiceAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.ServiceAccountGetViewModel"}}}}},"/v2/service-account/{serviceAccountId}":{"delete":{"tags":["ServiceAccount"],"summary":"Delete a specific Service Account by ID","operationId":"ServiceAccount_DeleteServiceAccount","consumes":[],"produces":[],"parameters":[{"name":"serviceAccountId","in":"path","description":"The ID of the Service Account to delete","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/service-account/generate-key":{"post":{"tags":["ServiceAccount"],"summary":"Generate a new access key and secret for a specific Service Account","operationId":"ServiceAccount_GenerateSecretForServiceAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"Details on the Service Account. Only the ID is required","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.ServiceAccountViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/service-account":{"get":{"tags":["ServiceAccount"],"summary":"Get details on all service accounts in the account","operationId":"ServiceAccount_GetServiceAccounts","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.ServiceAccountGetViewModel"}}}}},"post":{"tags":["ServiceAccount"],"summary":"Create a new Service Account","operationId":"ServiceAccount_PostServiceAccount","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"serviceAccountViewModel","in":"body","description":"The name of the Service Account and the role IDs to assign it.","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.ServiceAccountViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["ServiceAccount"],"summary":"Delete all Service Accounts in the account","operationId":"ServiceAccount_DeleteAllServiceAccountsForUser","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/service-port":{"get":{"tags":["ServicePort"],"operationId":"ServicePort_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ServicePortViewModel"}}}}}},"/v2/settings/lease-time":{"put":{"tags":["Settings"],"summary":"Update default lease time duration","operationId":"Settings_UpdateLeaseTime","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"defaultLeaseTime","in":"body","description":"default lease time duraion","required":true,"schema":{"format":"double","type":"number"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/settings/email-notifications":{"put":{"tags":["Settings"],"summary":"Update email notifications\r\nSet what entities related notifications will be sent by email","operationId":"Settings_UpdateEmailNotifications","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"emailNotifications","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Falconetix.Model.EmailNotificationsDescriptor"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/settings/Sns":{"put":{"tags":["Settings"],"summary":"Update AWS SNS settings for account","operationId":"Settings_UpdateSnsIntegration","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"data","in":"body","description":"ARN for AWS SNS Topic","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SnsSettingsViewModel"}}],"responses":{"204":{"description":"No Content"}}},"post":{"tags":["Settings"],"summary":"Create new AWS SNS settings for account","operationId":"Settings_AddSnsIntegration","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"data","in":"body","description":"ARN for AWS SNS topic","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SnsSettingsViewModel"}}],"responses":{"204":{"description":"No Content"}}},"delete":{"tags":["Settings"],"summary":"Delete SNS notifications for account","operationId":"Settings_DeleteSnsIntegration","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/settings/email-notification-filters/cloudAccounts":{"get":{"tags":["Settings"],"summary":"Get the cloud acounts set to receive email notifications","operationId":"Settings_GetEmailNotificationFilters","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.EmailNotificationFiltersViewModel"}}}},"put":{"tags":["Settings"],"operationId":"Settings_UpdateEmailNotificationFilters","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.EmailNotificationFiltersViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.EmailNotificationFiltersViewModel"}}}},"delete":{"tags":["Settings"],"summary":"Set the cloud accounts to null so all events emails will be sent for all cloud accounts","operationId":"Settings_DeleteEmailNotificationFilters","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/Settings":{"get":{"tags":["Settings"],"summary":"Get account settings","operationId":"Settings_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SettingsViewModel"}}}},"patch":{"tags":["Settings"],"summary":"Update account settings (partial)","operationId":"Settings_UpdateSettings","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"data","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Models.SettingsViewModel"}}],"responses":{"204":{"description":"No Content"}}}},"/v2/ShiftLeft/{url}":{"get":{"tags":["ShiftLeft"],"summary":"proxy to ShiftLeft backend","operationId":"ShiftLeft_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"url","in":"path","description":"","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/ShiftLeft/blades":{"get":{"tags":["ShiftLeft"],"summary":"proxy to ShiftLeft Cli page","operationId":"ShiftLeft_GetBlades","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/ShiftLeft/blades/{os}/{arch}":{"get":{"tags":["ShiftLeft"],"summary":"proxy to ShiftLeft Cli page","operationId":"ShiftLeft_GetBladesOs","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"os","in":"path","description":"","required":true,"type":"string"},{"name":"arch","in":"path","description":"","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/SystemHealth/A6466E1C1418041A3809D02282C6Aa077":{"get":{"tags":["SystemHealth"],"operationId":"SystemHealth_SleepingBackendForSeconds","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"seconds","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/SystemHealth":{"get":{"tags":["SystemHealth"],"summary":"This endpoint is used by the ALB for \"is alive\" check. The return value is an arbitrary string.","operationId":"SystemHealth_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"type","in":"query","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/v2/TenableAccount/{id}/Validate":{"post":{"tags":["TenableAccount"],"operationId":"TenableAccount_ValidatePermissions","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","required":true,"type":"string","format":"uuid"}],"responses":{"204":{"description":"No Content"}}}},"/v2/TenableAccount/Sync":{"post":{"tags":["TenableAccount"],"operationId":"TenableAccount_SyncVulnerabilities","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Tenable.Account.TenableVulnerabilitySyncViewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Tenable.Account.TenableVulnerabilitySyncResultViewModel"}}}}},"/v2/TenableAccount":{"get":{"tags":["TenableAccount"],"operationId":"TenableAccount_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.Tenable.Account.TenableAccountStatusViewModel"}}}},"post":{"tags":["TenableAccount"],"operationId":"TenableAccount_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.Tenable.Account.TenableAccountViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["TenableAccount"],"operationId":"TenableAccount_Delete","consumes":[],"produces":[],"responses":{"204":{"description":"No Content"}}}},"/v2/user/{id}":{"get":{"tags":["User"],"summary":"Get the user with the specified id.","operationId":"User_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Dome9.Web.Api.User.UserViewModel"}}}},"put":{"tags":["User"],"summary":"Update the user with the specified id","operationId":"User_Put","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"},{"name":"model","in":"body","description":"Can update permissions with \"Permissions\", roles with \"RoleIds\" and SSO Enabled with \"SsoEnabled\"","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.User.UserViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["User"],"summary":"Delete a user","operationId":"User_Delete","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"}],"responses":{"204":{"description":"No Content"}}}},"/v2/user/{id}/unlock":{"put":{"tags":["User"],"summary":"Unlock a user that was locked out after a certain number of failed authentications.","operationId":"User_UnlockUser","consumes":[],"produces":[],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"}],"responses":{"204":{"description":"No Content"}}}},"/v2/user/{id}/iam-safe/accounts/{accountId}/iamEntities":{"put":{"tags":["User"],"summary":"Update IAM Safe entities for a user.","operationId":"User_PutIamSafeAccountIamEntities","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"},{"name":"accountId","in":"path","description":"The cloud account id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"The IAM entities to link","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeAccountPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/user/{id}/iam-safe/accounts/{cloudAccountId}/iamEntities":{"post":{"tags":["User"],"summary":"Add IAM Safe entities for a user.","operationId":"User_PostIamSafeAccountIamEntitiesAsync","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"},{"name":"cloudAccountId","in":"path","description":"Dome9 internal ID or AWS ID","required":true,"type":"string"},{"name":"model","in":"body","description":"The IAM entities to link","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeAccountPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/user/{id}/iam-safe/accounts/{accountId}/deleteIamEntities":{"post":{"tags":["User"],"summary":"Delete iam entities for user","operationId":"User_DeleteIamSafeEntitiesForUser","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Can be 'me' or a numeric value","required":true,"type":"string","default":"me"},{"name":"accountId","in":"path","description":"The cloud account id","required":true,"type":"string","format":"uuid"},{"name":"model","in":"body","description":"The IAM entities to remove","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeAccountPutViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/v2/user":{"get":{"tags":["User"],"summary":"Get all Dome9 users for the Dome9 account.","operationId":"User_Get","consumes":[],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.User.UserViewModel"}}}}},"post":{"tags":["User"],"summary":"Create a new Dome9 user","operationId":"User_Post","consumes":["application/json","text/json","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","description":"The new user","required":true,"schema":{"$ref":"#/definitions/Dome9.Web.Api.User.UserPostViewModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}}},"definitions":{"Dome9.Web.Api.Models.AwsAccessLeasePostViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"AWS account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"description":"AWS region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"securityGroupId":{"description":"Security Group id of Security Group affected by lease. Can be in internal Dome9 format (integer) or external AWS format (\"sg-XXXXX\")","type":"string"},"id":{"format":"uuid","description":"[readonly] lease id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"account id","type":"integer"},"name":{"type":"string"},"ip":{"description":"IP address of the lease","type":"string"},"note":{"description":"not used","type":"string"},"created":{"format":"date-time","description":"time lease was created","type":"string"},"user":{"description":"user for whom the lease was created","type":"string"},"length":{"description":"the duration of the lease ([D].H:M:S)","type":"string"},"protocol":{"description":"the network protocol to be used in the lease","enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"portFrom":{"format":"int32","description":"the source IP port for the lease","type":"integer"},"portTo":{"format":"int32","description":"the destination IP port for the lease","type":"integer"},"srl":{"description":"internal use only","type":"string"}}},"Dome9.Web.Api.Models.AccessLeasesGroupedViewModel":{"type":"object","properties":{"aws":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsAccessLeaseViewModel"}},"agents":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentAccessLeaseViewModel"}}}},"Dome9.Web.Api.Models.AwsAccessLeaseViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"AWS account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"description":"AWS region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"securityGroupId":{"format":"int64","description":"Security Group affected by lease","type":"integer"},"id":{"format":"uuid","description":"[readonly] lease id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"account id","type":"integer"},"name":{"type":"string"},"ip":{"description":"IP address of the lease","type":"string"},"note":{"description":"not used","type":"string"},"created":{"format":"date-time","description":"time lease was created","type":"string"},"user":{"description":"user for whom the lease was created","type":"string"},"length":{"description":"the duration of the lease ([D].H:M:S)","type":"string"},"protocol":{"description":"the network protocol to be used in the lease","enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"portFrom":{"format":"int32","description":"the source IP port for the lease","type":"integer"},"portTo":{"format":"int32","description":"the destination IP port for the lease","type":"integer"},"srl":{"description":"internal use only","type":"string"}}},"Dome9.Web.Api.Models.AgentAccessLeaseViewModel":{"type":"object","properties":{"agentId":{"format":"int32","type":"integer"},"id":{"format":"uuid","description":"[readonly] lease id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"account id","type":"integer"},"name":{"type":"string"},"ip":{"description":"IP address of the lease","type":"string"},"note":{"description":"not used","type":"string"},"created":{"format":"date-time","description":"time lease was created","type":"string"},"user":{"description":"user for whom the lease was created","type":"string"},"length":{"description":"the duration of the lease ([D].H:M:S)","type":"string"},"protocol":{"description":"the network protocol to be used in the lease","enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"portFrom":{"format":"int32","description":"the source IP port for the lease","type":"integer"},"portTo":{"format":"int32","description":"the destination IP port for the lease","type":"integer"},"srl":{"description":"internal use only","type":"string"}}},"Dome9.Web.Api.Models.AccessLeaseInvitationViewModel":{"type":"object","properties":{"notifyEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"length":{"description":"the duration of the lease ([D].H:M:S)","type":"string"},"recipientName":{"description":"email of invitation recipient","type":"string"},"targetSrl":{"description":"internal use","type":"string"},"body":{"type":"string"},"id":{"format":"uuid","description":"lease id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"expirationTime":{"format":"date-time","description":"invitation expiration time (YYYY-MM-DD HH:MM:SS.MS TZ)","type":"string"},"pivotEntity":{"description":"Security Group name","type":"string"},"serviceName":{"description":"Security Group service for which the lease will be opened","type":"string"},"issuerName":{"description":"email of Dome9 user issuing the lease","type":"string"},"created":{"format":"date-time","description":"time lease was created","type":"string"}}},"Dome9.Web.Api.Models.ManagingAccountViewModel":{"type":"object","properties":{"accountName":{"type":"string"}}},"Dome9.Web.Api.Models.AccountStatsViewModel":{"type":"object","properties":{"dome9Users":{"format":"int32","type":"integer"},"dome9Roles":{"format":"int32","type":"integer"},"awsRdsInstances":{"format":"int32","type":"integer"},"awsInstances":{"format":"int32","type":"integer"},"awsElbs":{"format":"int32","type":"integer"},"awsAlbs":{"format":"int32","type":"integer"},"awsNlbs":{"format":"int32","type":"integer"},"agents":{"format":"int32","type":"integer"},"awsLambdaFunctions":{"format":"int32","type":"integer"},"awsAccounts":{"format":"int32","type":"integer"},"awsSecurityGroups":{"format":"int32","type":"integer"},"awsRedshiftClusters":{"format":"int32","type":"integer"},"dome9SecurityGroups":{"format":"int32","type":"integer"},"azureAccounts":{"format":"int32","type":"integer"},"azureVms":{"format":"int32","type":"integer"},"azureElbs":{"format":"int32","type":"integer"},"azureNsgs":{"format":"int32","type":"integer"},"googleCloud":{"$ref":"#/definitions/Dome9.Web.Api.Models.AccountStatsViewModel.GoogleCloudStatsViewModel"},"awsEfs":{"format":"int32","type":"integer"},"kubernetesNodes":{"format":"int32","type":"integer"},"kubernetesAccounts":{"format":"int32","type":"integer"},"alibabaAccounts":{"format":"int32","type":"integer"},"alibabaRdsDbInstanceCount":{"format":"int32","type":"integer"},"alibabaEcsInstanceCount":{"format":"int32","type":"integer"},"ociAccounts":{"format":"int32","type":"integer"},"ociOnlineBillableVirtualMachinesCount":{"format":"int32","type":"integer"},"ociDatabasesCount":{"format":"int32","type":"integer"},"source":{"enum":["ElasticSearch","Database"],"type":"string"},"timeStamp":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Models.AccountStatsViewModel.GoogleCloudStatsViewModel":{"type":"object","properties":{"accounts":{"format":"int32","type":"integer"},"firewallRules":{"format":"int32","type":"integer"},"vmInstances":{"format":"int32","type":"integer"}}},"Falconetix.Model.Licensing.UpdatePlanContactDetailsModel":{"type":"object","properties":{"plan":{"enum":["Undecided","Beta_Trial_Plan","FREE","METERED","CF_BASIC","CF_DEFAULT","Starter","Growth","Large","XL","SecOpsR2","SecOpsR5","Enterprise","FREE_Unlimited","SecOpsX20","SecOpsX50","SecOpsX100","Rackers","Amazonian","Reseller","SecOpsX10","MSP","POC","AWS_Metered","Enterprise_Trial","Enterprise_Friend","Core_M","Core_L","Enterprise_New","Googler","CheckpointEmployee","Enterprise_PAYG"],"type":"string"},"name":{"type":"string"},"phoneNumber":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.Models.AccountMarketplacePutViewModel":{"type":"object","properties":{"subscriptionType":{"enum":["Metered","Contract","Core","Metered2","D9","Logic","AzureD9","AzureD9wh"],"type":"string"}}},"Dome9.Web.Api.Account.AccountOwnerViewModel":{"type":"object","properties":{"userId":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.AccountSSOConfigViewModel":{"required":["idpEndpointUrl","accountSSOId","x509Certificate","assertionIssuer","isJitProvisionAllow"],"type":"object","properties":{"idpEndpointUrl":{"type":"string"},"accountSSOId":{"type":"string"},"x509Certificate":{"type":"string"},"assertionIssuer":{"type":"string"},"logoutLandingPage":{"type":"string"},"isJitProvisionAllow":{"type":"boolean"},"samlRoleAttributeName":{"type":"string"}}},"Dome9.Web.Api.Models.CrossAccountIdentifierViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Account.AccountUsageViewModel":{"type":"object","properties":{"timeStamp":{"format":"date-time","type":"string"},"name":{"type":"string"},"plan":{"enum":["Undecided","Beta_Trial_Plan","FREE","METERED","CF_BASIC","CF_DEFAULT","Starter","Growth","Large","XL","SecOpsR2","SecOpsR5","Enterprise","FREE_Unlimited","SecOpsX20","SecOpsX50","SecOpsX100","Rackers","Amazonian","Reseller","SecOpsX10","MSP","POC","AWS_Metered","Enterprise_Trial","Enterprise_Friend","Core_M","Core_L","Enterprise_New","Googler","CheckpointEmployee","Enterprise_PAYG"],"type":"string"},"planName":{"type":"string"},"billingProvider":{"enum":["Dome9","CloudFlare","VPLS","AppDirect","Newvem","MSP","AWS","AZURE"],"type":"string"},"billingProviderName":{"type":"string"},"serversOnline":{"format":"int32","type":"integer"},"serversDefined":{"format":"int32","type":"integer"},"cloudInstancesOnline":{"format":"int32","type":"integer"},"cloudBillableInstancesOnline":{"format":"int32","type":"integer"},"cloudNonBillableInstancesOnline":{"format":"int32","type":"integer"},"cloudLoadBalancers":{"format":"int32","type":"integer"},"cloudDbInstances":{"format":"int32","type":"integer"},"cloudBillableDbInstances":{"format":"int32","type":"integer"},"cloudNonBillableDbInstances":{"format":"int32","type":"integer"},"cloudLambdaFunctionProtectedFspCount":{"format":"int32","type":"integer"},"cloudLambdaFunctionProtectEnabledCount":{"format":"int32","type":"integer"},"cloudLambdaFunctionLatestFspInvocationsCount":{"format":"int32","type":"integer"},"cloudLambdaFunctionProtectedCount":{"format":"int32","type":"integer"},"cloudSubnets":{"format":"int32","type":"integer"},"cloudNacl":{"format":"int32","type":"integer"},"cloudVPC":{"format":"int32","type":"integer"},"cloudSecurityGroups":{"format":"int32","type":"integer"},"cloudLambdaFunctions":{"format":"int32","type":"integer"},"cloudBillableLambdaFunctions":{"format":"int32","type":"integer"},"cloudApplicationLoadBalancers":{"format":"int32","type":"integer"},"cloudRedshifts":{"format":"int32","type":"integer"},"cloudAccounts":{"format":"int32","type":"integer"},"cloudAccountsInvalid":{"format":"int32","type":"integer"},"usersCount":{"format":"int32","type":"integer"},"iamSafeAccounts":{"format":"int32","type":"integer"},"totalIamUsers":{"format":"int32","type":"integer"},"totalIamRoles":{"format":"int32","type":"integer"},"restrictedIamUsers":{"format":"int32","type":"integer"},"restrictedIamRoles":{"format":"int32","type":"integer"},"protectedIamUsers":{"format":"int32","type":"integer"},"protectedIamRoles":{"format":"int32","type":"integer"},"azureCloudAccounts":{"format":"int32","type":"integer"},"azureVirtualMachinesOnline":{"format":"int32","type":"integer"},"azureVirtualMachinesOnlineBillable":{"format":"int32","type":"integer"},"azureLoadBalancers":{"format":"int32","type":"integer"},"azureSecurityGroups":{"format":"int32","type":"integer"},"googleCloudAccounts":{"format":"int32","type":"integer"},"googleVms":{"format":"int32","type":"integer"},"googleVmsBillable":{"format":"int32","type":"integer"},"cloudEfs":{"format":"int32","type":"integer"},"cloudS3Buckets":{"format":"int32","type":"integer"},"cloudKms":{"format":"int32","type":"integer"},"licenseComplianceEnabled":{"type":"boolean"},"licenseIamSafeEnabled":{"type":"boolean"},"licensefimEnabled":{"type":"boolean"},"licenseEnterpriseFeaturesEnabled":{"type":"boolean"},"licenseAllowedUsers":{"format":"int32","type":"integer"},"billableAssets":{"format":"int32","type":"integer"},"billableAwsAssets":{"format":"int32","type":"integer"},"billableAzureAssets":{"format":"int32","type":"integer"},"billableGoogleAssets":{"format":"int32","type":"integer"},"billableKubernetesAssets":{"format":"int32","type":"integer"},"billableAlibabaAssets":{"format":"int32","type":"integer"},"azureSqlInstances":{"format":"int32","type":"integer"},"azureDbInstances":{"format":"int32","type":"integer"},"ociCloudAccounts":{"format":"int32","type":"integer"},"ociBillableAssets":{"format":"int32","type":"integer"},"ociVirtualMachinesAssets":{"format":"int32","type":"integer"},"ociBillableVirtualMachinesAssets":{"format":"int32","type":"integer"},"ociDatabasesCount":{"format":"int32","type":"integer"},"azureVirtualMachinesNonBillable":{"format":"int32","type":"integer"},"googleVmsNonBillable":{"format":"int32","type":"integer"},"totalAccountBillabeAndNonBillableAssetsCount":{"format":"int32","type":"integer"},"kubernetesNodesCount":{"format":"int32","type":"integer"},"kubernetesInactiveNodesCount":{"format":"int32","type":"integer"},"kubernetesBillableNodes":{"format":"int32","type":"integer"},"kubernetesPremiumBillableNodes":{"format":"int32","type":"integer"},"kubernetesAccounts":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.ExceedingLicenseViewModel":{"type":"object","properties":{"exceedingAgents":{"format":"int32","type":"integer"},"exceedingInstances":{"format":"int32","type":"integer"},"exceedingUsers":{"format":"int32","type":"integer"},"isExceeding":{"type":"boolean","readOnly":true}}},"Dome9.Web.Api.Models.LicenseViewModel":{"description":"A view model representation of the account's License informatino","type":"object","properties":{"planName":{"type":"string"},"agents":{"format":"int32","type":"integer"},"instances":{"format":"int32","type":"integer"},"users":{"format":"int32","type":"integer"},"trialEnd":{"format":"date-time","type":"string"},"trialExtensionCount":{"format":"int32","type":"integer"},"maxTrialExtensionsAllowed":{"format":"int32","type":"integer"},"featureTier":{"enum":["Trial","Basic","Advanced","Premium"],"type":"string"},"maxClarityEntriesAllowed":{"format":"int32","type":"integer"},"clarityEntriesCount":{"format":"int32","type":"integer"},"networkEnabled":{"type":"boolean"},"complianceEnabled":{"type":"boolean"},"complianceUpdatedBy":{"type":"string"},"complianceUpdatedDate":{"format":"date-time","type":"string"},"canUpdateAccountFeatures":{"type":"boolean"},"iamsafeEnabled":{"type":"boolean"},"enterpriseEnabled":{"type":"boolean"},"enterpriseUpdatedBy":{"type":"string"},"enterpriseUpdatedDate":{"format":"date-time","type":"string"},"fimEnabled":{"type":"boolean"},"allowedUsers":{"format":"int32","type":"integer"},"poAssets":{"format":"int32","type":"integer"},"agentsEnabled":{"type":"boolean"}}},"Dome9.Web.Api.Account.MaxInvalidPasswordAttemptsViewModel":{"required":["value"],"type":"object","properties":{"value":{"format":"int32","maximum":100,"minimum":3,"type":"integer"}}},"Dome9.Web.Api.Account.SessionIdleTimeoutMinutesViewModel":{"required":["value"],"type":"object","properties":{"value":{"format":"int32","description":"The value of the session idle timeout in minutes, value must be set to a number between 15 and 720.","maximum":720,"minimum":15,"type":"integer"}}},"Falconetix.Model.AccountEmailFiltersDescriptor":{"type":"object","properties":{"filters":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.EmailFilterItem"}}}},"Falconetix.Model.EmailFilterItem":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"boolean"}}},"Dome9.Web.Api.Models.AccountViewModel":{"type":"object","properties":{"useDefaultExternalId":{"type":"boolean"},"allowEditExternalId":{"type":"boolean"},"pairedToCloudInfra":{"type":"boolean"},"crossAccountIdentifier":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"customMessage":{"type":"string"},"plan":{"type":"string"},"ssoEnabled":{"type":"boolean"},"canGenerateCrossAccountId":{"type":"boolean"},"cloudInfraTenantId":{"type":"string"},"cloudInfraTenantName":{"type":"string"},"billingProvider":{"description":"Dome9 or other billing providers. In case of Appdirect we format it as Appdirect/Partner","type":"string"},"billingInfo":{"$ref":"#/definitions/Dome9.Web.Api.Models.BillingViewModel"},"activeFeatures":{"type":"array","items":{"type":"string"}},"iconUrl":{"type":"string"},"isManagedAccount":{"type":"boolean"},"maxInvalidPasswordAttempts":{"format":"int32","type":"integer"},"sessionIdleTimeoutMinutes":{"format":"int32","type":"integer"},"isMfaEnforced":{"type":"boolean"},"usersManagedBy":{"enum":["CloudGuard","CloudInfra"],"type":"string"},"planExpirationDate":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Models.BillingViewModel":{"type":"object","properties":{"cardHolder":{"type":"string"},"last4Digits":{"type":"string"},"expMonth":{"format":"int32","type":"integer"},"expYear":{"format":"int32","type":"integer"}}},"Dome9.BL.Services.PollingInterval.UpdatePollingIntervalRequestViewModel":{"type":"object","properties":{"interval":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.AccountPollingInterval.CreatePollingIntervalViewModel":{"type":"object","properties":{"interval":{"format":"int32","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"entityType":{"type":"string"}}},"Dome9.Web.Api.AccountPollingInterval.PollingIntervalViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"entityId":{"$ref":"#/definitions/Falconetix.Model.SRL"},"score":{"format":"int32","type":"integer"},"interval":{"format":"int32","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"entityType":{"type":"string"}}},"Falconetix.Model.SRL":{"description":"a URL like convention for D9 services.\r\nCan identity a service port on an agent server or an Amazon service on a security group in an AWS account","type":"object","properties":{"address":{"type":"string"},"sType":{"enum":["error","cmp","amz","secgrp","iplist","blacklist","user","fim","azure","google","compliance","kubernetes","organizationalUnit","ShiftLeft","KubernetesRuntimeAssurance","alibaba","KubernetesInterface","ContainerRegistry","oci","cloudguardResources","cspmResources","networkSecurityResources","ciemResources","cdrResources","codeSecurityResources"],"type":"string","readOnly":true},"id":{"type":"string","readOnly":true}}},"Dome9.Web.Api.AccountRegistration.AccountRegistrationWebViewModel":{"required":["email"],"type":"object","properties":{"recaptchaResponse":{"type":"string"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"referrer":{"type":"string"},"code":{"maxLength":50,"minLength":0,"type":"string"}}},"Dome9.Web.Api.AccountRegistration.AccountRegistrationGetViewModel":{"type":"object","properties":{"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"referrer":{"type":"string"}}},"Falconetix.Model.Account.AccountRegistrationSignUpViewModel":{"required":["email","registrationRequestId","firstName","lastName","password","accountName","phoneNum"],"type":"object","properties":{"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"registrationRequestId":{"type":"string"},"firstName":{"maxLength":150,"minLength":0,"type":"string"},"lastName":{"maxLength":150,"minLength":0,"type":"string"},"password":{"type":"string"},"accountName":{"maxLength":150,"minLength":0,"type":"string"},"phoneNum":{"maxLength":15,"minLength":6,"type":"string"},"sendWelcomeEmail":{"type":"boolean"}}},"Dome9.Web.Api.Account.AccountTrustAssumableRolesViewModel":{"type":"object","properties":{"accountName":{"description":"The trsuted account name","type":"string"},"accountId":{"format":"int64","description":"The trsuted account Id","type":"integer"},"roles":{"description":"List of roles that can be assumed by a user in the trusted account","type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Account.AccountTrustViewModel":{"required":["sourceAccountId","description"],"type":"object","properties":{"id":{"format":"uuid","description":"Account trust id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"targetAccountName":{"description":"The trusting account name","type":"string"},"sourceAccountName":{"description":"The trsuted account name","type":"string"},"sourceAccountId":{"format":"uuid","description":"The Dome9 account id to trust","type":"string","example":"00000000-0000-0000-0000-000000000000"},"description":{"description":"Description for the trust (a way to document the justification of the trust)","type":"string"},"restrictions":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustRestrictionsViewModel"}}},"Dome9.Web.Api.Account.AccountTrustRestrictionsViewModel":{"type":"object","properties":{"roles":{"description":"A list of role names that can be assumed by a user in the trusted account, leave empty to allow all roles to be assumed","type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Account.AccountTrustPostViewModel":{"required":["sourceAccountId","description"],"type":"object","properties":{"sourceAccountId":{"format":"uuid","description":"The Dome9 account id to trust","type":"string","example":"00000000-0000-0000-0000-000000000000"},"description":{"description":"Description for the trust (a way to document the justification of the trust)","type":"string"},"restrictions":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustRestrictionsViewModel"}}},"Dome9.Web.Api.Account.AccountTrustPutViewModel":{"required":["description"],"type":"object","properties":{"description":{"description":"A description for the account trust","type":"string"},"restrictions":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustRestrictionsViewModel","description":"Restrictions configuration for the account trust"}}},"Dome9.Web.Api.Models.AgentSecurityGroupAttachDetachViewModel":{"type":"object","properties":{"groupid":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.AgentViewModel":{"type":"object","properties":{"id":{"format":"int64","description":"Id of the Dome9 agent","type":"integer"},"name":{"description":"Name of this Agent (server)","type":"string"},"securityGroupIds":{"description":"List of Id of the Dome9 Security Groups that this agent is assigned to","type":"array","items":{"format":"int64","type":"integer"}},"fimPolicyId":{"format":"int64","description":"The Id of the security group inheriting FIM policy to this agent.\r\n0 if no Fim policy is assigned to this agent","type":"integer"},"status":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentStatusViewModel"},"cloudMetadata":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentCloudMetadataViewModel"},"fimStatus":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentFimStatusViewModel"},"accessPolicy":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AgentAccessServiceViewModel"}},"fimDisabled":{"type":"boolean"}}},"Dome9.Web.Api.Models.AgentStatusViewModel":{"type":"object","properties":{"reportedIp":{"type":"string"},"platform":{"enum":["Windows","Linux","GenericLinux"],"type":"string"},"osVersion":{"type":"string"},"lastAgentContact":{"format":"date-time","type":"string"},"agentState":{"enum":["Unknown","Accessible","Offline"],"type":"string"},"agentVersion":{"type":"string"}}},"Dome9.Web.Api.Models.AgentCloudMetadataViewModel":{"type":"object","properties":{"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"externalAccountNumber":{"type":"string"},"externalInstanceId":{"type":"string"},"instanceType":{"type":"string"}}},"Dome9.Web.Api.Models.AgentFimStatusViewModel":{"type":"object","properties":{"scannerState":{"enum":["PendingForBaseline","CreatingBaseline","PendingForScan","Scanning","Idle"],"type":"string"},"scanRequested":{"format":"date-time","type":"string"},"baseLineCounter":{"format":"int32","type":"integer"},"lastScanStarted":{"format":"date-time","type":"string"},"lastScanEnded":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Models.AgentAccessServiceViewModel":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"port":{"type":"string"},"protocol":{"enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"normallyOpen":{"type":"boolean"},"id":{"type":"string"},"serverId":{"format":"int64","type":"integer"},"allowedIps":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Agentless.AddAgentlessAwsAccountRequestBody":{"required":["crossAccountRoleName","crossAccountRoleExternalId"],"type":"object","properties":{"crossAccountRoleName":{"description":"The AWP cross account role name","type":"string"},"crossAccountRoleExternalId":{"description":"The AWP cross account role external id","type":"string"},"cloudGuardAWPStackName":{"description":"The AWP stack name","type":"string"},"scanMode":{"description":"Scan mode","enum":["saas","inAccount"],"type":"string"},"isTerraform":{"description":"Indicates whether the account is onboarded with Terraform (Setting True will make AWP assume no cloud formation stack, hence no indication on CFT version updates)","type":"boolean"},"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel","description":"AWP account settings"}}},"Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel":{"type":"object","properties":{"disabledRegions":{"description":"The list of regions that are disabled for the account","type":"array","items":{"type":"string"}},"skipFunctionAppsScan":{"description":"Skip Azure Function Apps scan (supported for inAccount and inAccountSub scan modes)","type":"boolean"},"inAccountScannerVPC":{"description":"The VPC mode (supported for inAccount scan mode)","enum":["ManagedByAWP","ManagedByCustomer"],"type":"string"},"scanMachineIntervalInHours":{"format":"int32","description":"The interval in hours to scan the account","type":"integer"},"maxConcurrenceScansPerRegion":{"format":"int32","description":"The max number of scans that can run concurrently per region","type":"integer"},"customTags":{"description":"A Dictionary of custom tags that will be added to each resource created by AWP","type":"object","additionalProperties":{"type":"string"}},"scanAWSLicensedImages":{"description":"Scan AWS licensed images (supported for AWS inAccount mode)","type":"boolean"}}},"Dome9.Web.Api.Agentless.AddAgentlessAzureAccountRequestBody":{"type":"object","properties":{"onboardingCustomizations":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AzureOnboardingCustomizationViewModel","description":"AWP Azure Onboarding Customizations"},"scanMode":{"description":"Scan mode","enum":["saas","inAccount"],"type":"string"},"isTerraform":{"description":"Indicates whether the account is onboarded with Terraform (Setting True will make AWP assume no cloud formation stack, hence no indication on CFT version updates)","type":"boolean"},"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel","description":"AWP account settings"}}},"Dome9.Web.Api.Agentless.AzureOnboardingCustomizationViewModel":{"type":"object","properties":{"virtualMachineDataShareRoleName":{"type":"string"},"virtualMachineScanOperatorRoleName":{"type":"string"},"functionAppScanOperatorRoleName":{"type":"string"},"functionAppScannerRoleName":{"type":"string"},"resourceGroupName":{"type":"string"},"scannerManagedIdentityName":{"type":"string"}}},"Dome9.Web.Api.Agentless.AddAgentlessAwsCentralizedAccountRequestBody":{"required":["crossAccountRoleName","crossAccountRoleExternalId"],"type":"object","properties":{"crossAccountRoleName":{"description":"The AWP cross account role name","type":"string"},"crossAccountRoleExternalId":{"description":"The AWP cross account role external id","type":"string"},"cloudGuardAWPStackName":{"description":"The AWP stack name","type":"string"},"isTerraform":{"description":"Indicates whether the account is onboarded with Terraform (Setting True will make AWP assume no cloud formation stack, hence no indication on CFT version updates)","type":"boolean"},"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessCentralizedAccountSettingsViewModel","description":"AWP account settings"}}},"Dome9.Web.Api.Agentless.AgentlessCentralizedAccountSettingsViewModel":{"type":"object","properties":{"inAccountScannerVPC":{"description":"The VPC mode","enum":["ManagedByAWP","ManagedByCustomer"],"type":"string"}}},"Dome9.Web.Api.Agentless.AddAgentlessAzureCentralizedAccountRequestBody":{"type":"object","properties":{"onboardingCustomizations":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.CentralizedAccountOnboardingCustomizationViewModel","description":"Azure Centralized Account Onboarding Customizations"},"managementGroupId":{"description":"The Azure Management group id associated with the enabled Centralized Account","type":"string"},"isTerraform":{"description":"Indicates whether the account is onboarded with Terraform (Setting True will make AWP assume no cloud formation stack, hence no indication on CFT version updates)","type":"boolean"},"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAzureCentralizedAccountSettingsViewModel","description":"AWP account settings"}}},"Dome9.Web.Api.Agentless.CentralizedAccountOnboardingCustomizationViewModel":{"type":"object","properties":{"virtualMachineScanOperatorRoleName":{"type":"string"},"functionAppScanOperatorRoleName":{"type":"string"},"virtualMachineDataShareRoleName":{"type":"string"},"functionAppScannerRoleName":{"type":"string"},"cryptoCreatorRoleName":{"type":"string"},"diskEncryptorRoleName":{"type":"string"},"resourceGroupName":{"type":"string"},"scannerManagedIdentityName":{"type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessAzureCentralizedAccountSettingsViewModel":{"type":"object","properties":{"sseCmkEncryptedDisksScan":{"description":"To enable SSE CMK scanning","type":"boolean"},"inAccountScannerVPC":{"description":"The VPC mode","enum":["ManagedByAWP","ManagedByCustomer"],"type":"string"}}},"Dome9.Web.Api.Agentless.AddAgentlessAwsSubAccountRequestBody":{"required":["crossAccountRoleName","crossAccountRoleExternalId","centralizedCloudAccountId"],"type":"object","properties":{"crossAccountRoleName":{"description":"The AWP cross account role name","type":"string"},"crossAccountRoleExternalId":{"description":"The AWP cross account role external id","type":"string"},"cloudGuardAWPStackName":{"description":"The AWP stack name","type":"string"},"centralizedCloudAccountId":{"description":"Centralized cloud account Id that AWP scanners will run in","type":"string"},"isTerraform":{"description":"Indicates whether the account is onboarded with Terraform (Setting True will make AWP assume no cloud formation stack, hence no indication on CFT version updates)","type":"boolean"},"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel","description":"AWP account settings"}}},"Dome9.Web.Api.Agentless.AddAgentlessAzureSubAccountRequestBody":{"required":["centralizedCloudAccountId"],"type":"object","properties":{"centralizedCloudAccountId":{"description":"Centralized cloud account Id that AWP scanners will run","type":"string"},"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel","description":"AWP account settings"},"onboardingCustomizations":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.SubAccountOnboardingCustomizationViewModel","description":"Azure Sub Account Onboarding Customizations"},"isTerraform":{"description":"Indicates whether the account is onboarded with Terraform (Setting True will make AWP assume no cloud formation stack, hence no indication on CFT version updates)","type":"boolean"}}},"Dome9.Web.Api.Agentless.SubAccountOnboardingCustomizationViewModel":{"type":"object","properties":{"resourceGroupName":{"description":"Custom name for the scans resource group at the centralized account","type":"string"}}},"Dome9.Web.Api.Agentless.AccountStateViewModel":{"type":"object","properties":{"cloudAccountId":{"description":"The D9 cloud account id","type":"string"},"agentlessProtectionEnabled":{"description":"A flag indicating whether AWP protection is enabled","type":"boolean"},"scanMode":{"description":"OSne of saas, inAccount, inAccountHub, inAccountSub","type":"string"},"provider":{"description":"The cloud provider","enum":["aws","azure"],"type":"string"},"shouldUpdate":{"description":"A flag indicating whether AWP resources should be updated","type":"boolean"},"isOrgOnboarding":{"description":"A flag indicating whether AWP was enabled as part of the organization onboarding","type":"boolean"},"isOrgOnboardingManagement":{"description":"A flag indicating whether AWP was enabled as part of the organization onboarding as management account","type":"boolean"},"isTerraform":{"description":"A flag indicating whether AWP was enabled from terraform","type":"boolean"},"centralizedCloudAccountId":{"description":"Centralized account id in case using centralized-sub accounts","type":"string"}}},"Dome9.Web.Api.Agentless.AccountViewModel":{"type":"object","properties":{"agentlessAccountSettings":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessAccountSettingsViewModel"},"missingAwpPrivateNetworkRegions":{"type":"array","items":{"type":"string"}},"accountIssues":{"$ref":"#/definitions/Dome9.BL.Std.Services.Agentless.AccountIssues"},"createdTime":{"type":"string"},"cloudAccountId":{"description":"The D9 cloud account id","type":"string"},"agentlessProtectionEnabled":{"description":"A flag indicating whether AWP protection is enabled","type":"boolean"},"scanMode":{"description":"OSne of saas, inAccount, inAccountHub, inAccountSub","type":"string"},"provider":{"description":"The cloud provider","enum":["aws","azure"],"type":"string"},"shouldUpdate":{"description":"A flag indicating whether AWP resources should be updated","type":"boolean"},"isOrgOnboarding":{"description":"A flag indicating whether AWP was enabled as part of the organization onboarding","type":"boolean"},"isOrgOnboardingManagement":{"description":"A flag indicating whether AWP was enabled as part of the organization onboarding as management account","type":"boolean"},"isTerraform":{"description":"A flag indicating whether AWP was enabled from terraform","type":"boolean"},"centralizedCloudAccountId":{"description":"Centralized account id in case using centralized-sub accounts","type":"string"}}},"Dome9.BL.Std.Services.Agentless.AccountIssues":{"type":"object","properties":{"regions":{"type":"object","additionalProperties":{"$ref":"#/definitions/Dome9.BL.Std.Services.Agentless.IssueItem"}},"account":{"$ref":"#/definitions/Dome9.BL.Std.Services.Agentless.IssueItem"}}},"Dome9.BL.Std.Services.Agentless.IssueItem":{"type":"object","properties":{"issueType":{"type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessInstanceViewModel":{"type":"object","properties":{"state":{"type":"string"},"timestamp":{"type":"string"},"stateDetails":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AgentlessInstanceStateDetailsViewModel"}}}},"Dome9.Web.Api.Agentless.AgentlessInstanceStateDetailsViewModel":{"type":"object","properties":{"type":{"description":"The scan result type","type":"string"},"description":{"description":"The scan result description","type":"string"}}},"Dome9.Web.Api.Agentless.GenerateAgentlessAwsOnboardingDataRequest":{"type":"object","properties":{"scanMode":{"description":"One of saas, inAccount, inAccountHub, inAccountSub","enum":["saas","inAccount","inAccountHub","inAccountSub"],"type":"string"},"crossAccountRoleExternalId":{"description":"The AWP stack external id","type":"string"},"cloudGuardAWPStackName":{"description":"The AWP stack name","type":"string"},"centralizedCloudAccountId":{"description":"In case of inAccountSub, the account id of the centralized account","type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessAwsOnboardingDataViewModel":{"type":"object","properties":{"crossAccountTemplateUrl":{"description":"AWP onboarding CloudFormation stack template url","type":"string"},"crossAccountCloudFormationQuickCreateUrl":{"description":"AWP onboarding CloudFormation stack template quick create url","type":"string"},"version":{"description":"AWP onboarding script version","type":"string"}}},"Dome9.Web.Api.Agentless.GenerateAgentlessAzureOnboardingDataRequest":{"type":"object","properties":{"scanMode":{"description":"One of saas, inAccount, inAccountHub, inAccountSub","enum":["saas","inAccount","inAccountHub","inAccountSub"],"type":"string"},"centralizedId":{"description":"In case of inAccountSub, the account id of the centralized account","type":"string"},"skipFunctionAppsScan":{"description":"Skip function apps scan (supported for inAccount and inAccountSub scan modes)","type":"boolean"},"sseCmkEncryptedDisksScan":{"description":"Scan disks that are encrypted with Azure CMK (supported for inAccountHub scan mode)","type":"boolean"},"managementGroupId":{"description":"The Azure Management group id associated with the enabled Centralized Account. In case not defined, the scope will be the tenant","type":"string"},"onboardingCustomizations":{"$ref":"#/definitions/Dome9.Web.Api.Agentless.AzureOnboardingCustomizationDataViewModel","description":"AWP Azure Onboarding Customizations"}}},"Dome9.Web.Api.Agentless.AzureOnboardingCustomizationDataViewModel":{"type":"object","properties":{"virtualMachineDataShareRoleName":{"description":"Custom name for the virtual machine data share role, applicable for saas, centralized, and in account mode","type":"string"},"virtualMachineScanOperatorRoleName":{"description":"Custom name for the virtual machine scan operator role, applicable for centralized, and in account mode","type":"string"},"functionAppScanOperatorRoleName":{"description":"Custom name for the function-app scan operator role, applicable for centralized, and in account mode","type":"string"},"functionAppScannerRoleName":{"description":"Custom name for the function-app scanner role, applicable for centralized and in account mode","type":"string"},"cryptoCreatorRoleName":{"description":"Custom name for the crypto resources creator role, applicable for centralized with SseCmkEncryptedDisksScan enabled","type":"string"},"diskEncryptorRoleName":{"description":"Custom name for the disk encryptor role, applicable for centralized with SseCmkEncryptedDisksScan enabled","type":"string"},"resourceGroupName":{"description":"Custom name for the resource group, applicable for centralized, sub and in account mode","type":"string"},"scannerManagedIdentityName":{"description":"Custom name for the managed-identity used by the function-app scanner, applicable for centralized and in account mode","type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessAzureOnboardingDataViewModel":{"type":"object","properties":{"onboardingScriptCommand":{"description":"The AWP onboarding script command","type":"string"},"onboardingScriptURL":{"description":"The AWP onboarding script url","type":"string"},"version":{"description":"AWP onboarding script version","type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessAzureOffboardingDataViewModel":{"type":"object","properties":{"offboardingScriptCommand":{"description":"The AWP offboarding script command","type":"string"},"offboardingScriptURL":{"description":"The AWP offboarding script url","type":"string"},"version":{"description":"AWP offboarding script version","type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessAwsValidateStackDataViewModel":{"type":"object","properties":{"shouldUpdate":{"type":"boolean"},"updateStackCloudFormationTemplateURL":{"type":"string"},"version":{"type":"string"}}},"Dome9.Web.Api.Agentless.CentralizedAzureAccountViewModel":{"type":"object","properties":{"accountId":{"description":"The CloudGuard account ID","type":"string"},"cloudAccountId":{"description":"The CloudGuard cloud account ID","type":"string"},"externalAccountNumber":{"description":"The external account number","type":"string"}}},"Dome9.Web.Api.Agentless.AgentlessSettingsViewModel":{"type":"object","properties":{"scanMachineIntervalInHours":{"format":"int32","description":"The interval in hours to scan the account","type":"integer"},"maxConcurrenceScansPerRegion":{"format":"int32","description":"The max number of scans that can run concurrently per region","type":"integer"},"customTags":{"description":"A Dictionary of custom tags that will be added to each resource created by AWP","type":"object","additionalProperties":{"type":"string"}},"scanAWSLicensedImages":{"description":"Scan AWS licensed images (supported for AWS inAccount mode)","type":"boolean"}}},"Dome9.Web.Api.Models.AlertsPartialUpdateViewModel[Falconetix.Model.WarningSeverity]":{"type":"object","properties":{"alertId":{"format":"int64","type":"integer"},"data":{"enum":["None","Low","Med","High"],"type":"string"}}},"Dome9.Web.Api.Models.AlertsPartialUpdateViewModel[System.Boolean]":{"type":"object","properties":{"alertId":{"format":"int64","type":"integer"},"data":{"type":"boolean"}}},"Dome9.Web.Api.Models.AlertsPartialUpdateViewModel[System.String]":{"type":"object","properties":{"alertId":{"format":"int64","type":"integer"},"data":{"type":"string"}}},"Dome9.Web.Api.Models.AlertsCountViewModel":{"type":"object","properties":{"fim":{"format":"int32","type":"integer"},"general":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.GetDataParms[System.Object]":{"type":"object","properties":{"filter":{"type":"string"},"page_size":{"format":"int64","type":"integer"},"page_index":{"format":"int64","type":"integer"},"dateRange":{"$ref":"#/definitions/Dome9.Web.Api.Models.GetDataParmsTimeFilter"}}},"Dome9.Web.Api.Models.GetDataParmsTimeFilter":{"type":"object","properties":{"from_epoch":{"format":"int64","type":"integer"},"to_epoch":{"format":"int64","type":"integer"},"from":{"type":"string"},"to":{"type":"string"}}},"Dome9.Web.Api.Alerts.ExportStatusModel.ExportStatusInfo":{"type":"object","properties":{"status":{"enum":["InProgress","Success"],"type":"string"}}},"Dome9.Web.Api.Models.AlertsFilterViewModel":{"type":"object","properties":{"getFim":{"type":"boolean"},"getAcknowledged":{"type":"boolean"},"alertTypes":{"type":"array","items":{"type":"string"}},"sgExternalId":{"type":"string"}}},"Dome9.Web.Api.Models.AlertViewModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"type":{"description":"Dome9 object type","type":"string"},"name":{"description":"Human friendly Alert type","type":"string"},"description":{"description":"Actual content of the alert info","type":"string"},"comment":{"description":"Free field for user comments","type":"string"},"canBeAcknowledged":{"description":"Signals whether this Alert can be manually acknowledged","type":"boolean"},"acknowledged":{"description":"Was this Alert manually acknowledged (muted) by the user","type":"boolean"},"severity":{"enum":["None","Low","Med","High"],"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"locationMetadata":{"type":"object","additionalProperties":{"$ref":"#/definitions/Falconetix.Model.AlertLocationEntityMetadata"}},"resource":{"$ref":"#/definitions/Falconetix.Model.AlertPivotEntity"},"srl":{"type":"string"},"created":{"format":"date-time","type":"string"},"modified":{"format":"date-time","type":"string"}}},"Falconetix.Model.AlertLocationEntityMetadata":{"type":"object","properties":{"srl":{"type":"string"},"name":{"type":"string"},"id":{"type":"string"}}},"Falconetix.Model.AlertPivotEntity":{"type":"object","properties":{"srl":{"type":"string"},"name":{"type":"string"},"id":{"type":"string"},"type":{"enum":["SecurityGroup","Agent","CloudAccount","AzureSecurityGroup","AzureCloudAccount","KubernetesCloudAccount"],"type":"string"}}},"Dome9.Web.Api.Models.AlertPatchViewModel":{"type":"object","properties":{"acknowledged":{"type":"boolean"},"comment":{"type":"string"},"severity":{"enum":["None","Low","Med","High"],"type":"string"}}},"Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountStatsViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"creationDate":{"format":"date-time","type":"string"},"alibabaAccountId":{"type":"string"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"vendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"}}},"Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsViewModel":{"type":"object","properties":{"id":{"format":"uuid","description":"account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"actions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountExternalActionStatusViewModel"}}}},"Dome9.Web.Api.Shared.Permissions.CloudAccountExternalActionStatusViewModel":{"type":"object","properties":{"type":{"type":"string"},"subType":{"type":"string"},"total":{"format":"int64","type":"integer"},"error":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountActionFailureViewModel"}}},"Dome9.Web.Api.Shared.Permissions.CloudAccountActionFailureViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.Shared.Permissions.CloudAccountMissingPermissionsIgnorableViewModel":{"type":"object","properties":{"id":{"format":"uuid","description":"account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"actions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableViewModel"}}}},"Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableViewModel":{"type":"object","properties":{"permissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"isIgnored":{"type":"boolean"},"type":{"type":"string"},"subType":{"type":"string"},"total":{"format":"int64","type":"integer"},"error":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.CloudAccountActionFailureViewModel"}}},"Dome9.Web.Api.Shared.Permissions.MissingPermissionsIgnorableUpdateViewModel":{"required":["isIgnored"],"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"permissionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"isIgnored":{"type":"boolean"},"type":{"type":"string"},"subType":{"type":"string"},"errorCode":{"type":"string"},"errorMessage":{"type":"string"}}},"Dome9.Web.Api.Shared.Permissions.MissingPermissionViewModel":{"type":"object","properties":{"srl":{"description":"internal use","type":"string"},"consecutiveFails":{"format":"int32","description":"number of consecutive failures due to missing permissions","type":"integer"},"lastFail":{"format":"date-time","description":"time of last failure","type":"string"},"lastSuccess":{"format":"date-time","description":"time of last successful attempt","type":"string"},"firstFail":{"format":"date-time","description":"time of first successful attempt","type":"string"},"lastFailErrorCode":{"description":"error code for last failed attempt","type":"string"},"lastFailMessage":{"description":"error message for last failed attempt","type":"string"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"retryMetadata":{"$ref":"#/definitions/Dome9.Web.Api.Shared.Permissions.MissingPermissionMetadataViewModel"},"cloudAccountId":{"format":"uuid","description":"Cloud account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"vendor":{"description":"cloud account provider (AWS, Azure, GCP)","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"}}},"Dome9.Web.Api.Shared.Permissions.MissingPermissionMetadataViewModel":{"type":"object","properties":{"permissions":{"description":"list of missing permissions","type":"array","items":{"type":"string"}},"entityType":{"type":"string"},"subType":{"type":"string"}}},"Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountNameViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountGetViewModel":{"required":["credentials"],"type":"object","properties":{"id":{"format":"uuid","description":"Alibaba id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"Alibaba account name in Dome9","type":"string"},"creationDate":{"format":"date-time","description":"creation date for project in Alibaba","type":"string"},"alibabaAccountId":{"description":"the Alibaba account id (that will be onboarded)","type":"string"},"credentials":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountCredentialsViewGetModel","description":"ALibaba account credentials"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"organizationalUnitPath":{"type":"string"},"organizationalUnitName":{"type":"string"},"vendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"}}},"Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountCredentialsViewGetModel":{"required":["accessKey"],"type":"object","properties":{"accessKey":{"description":"Alibaba access key","type":"string"}}},"Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountCredentialsViewPostModel":{"required":["accessKey","accessSecret"],"type":"object","properties":{"accessKey":{"description":"Alibaba access key","type":"string"},"accessSecret":{"description":"Password for account","type":"string"}}},"Dome9.BL.Std.Services.OrganizationalUnit.UpdateIdViewModel":{"type":"object","properties":{"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.BL.Std.Services.OrganizationalUnit.MoveOrganizationalUnitViewModel":{"type":"object","properties":{"sourceOrganizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"targetOrganizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.BL.Std.Services.OrganizationalUnit.AttachCloudAccountsViewModel":{"type":"object","properties":{"entries":{"type":"array","items":{"type":"string"}},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Alibaba.Accounts.AlibabaCloudAccountPostViewModel":{"required":["name","credentials"],"type":"object","properties":{"name":{"type":"string"},"credentials":{"$ref":"#/definitions/Dome9.Web.Api.Alibaba.Accounts.AlibabaAccountCredentialsViewPostModel"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Models.AppMenuViewModel":{"type":"object","properties":{"permissions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.AppD9AccountViewModel":{"type":"object","properties":{"d9AwsAccountNumber":{"type":"string"}}},"Dome9.Web.Api.Models.AppIntercomViewModel":{"type":"object","properties":{"appId":{"type":"string"},"userHash":{"type":"string"},"userName":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"name":{"type":"string"},"createdAt":{"format":"int64","type":"integer"}}},"Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentBundleRequestViewModel":{"type":"object","properties":{"id":{"format":"int64","description":"the bundle id","type":"integer"},"version":{"type":"string"},"name":{"description":"the bundle name","type":"string"},"description":{"description":"the bundle description","type":"string"},"dome9CloudAccountId":{"format":"uuid","description":"The Dome9 account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalCloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountType":{"description":"the cloud provider (AWS/Azure/GCP)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"requestId":{"format":"uuid","description":"the assessment id (returned in the response)","type":"string","example":"00000000-0000-0000-0000-000000000000"},"shouldMinimizeResult":{"description":"Minimized the entity results","type":"boolean"}}},"Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentResultViewModel[Newtonsoft.Json.Linq.JRaw]":{"description":"the API result structure. Aggregates results from multiple tests","type":"object","properties":{"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.BaseAssessmentRequestViewModel","description":"Request information"},"tests":{"description":"Tests results","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.RuleTestResult"}},"locationMetadata":{"$ref":"#/definitions/Falconetix.Model.Entites.RuleEngine.LocationMetadata","description":"Location metadata"},"testEntities":{"description":"list of the cloud entities that were tested by the bundle","type":"object","additionalProperties":{"type":"array","items":{"type":"object"}}},"dataSyncStatus":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentDataSyncStatusEntityViewModel"}},"assessmentPassed":{"description":"assessment passed","type":"boolean","readOnly":true},"hasErrors":{"description":"assessment has errors","type":"boolean","readOnly":true},"id":{"format":"int64","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Falconetix.Model.RuleEngine.ViewModels.Assessment.BaseAssessmentRequestViewModel":{"description":"Roy note: This is a temp impl that unites the request the result and the rule. All these 3 concepts will be split.","type":"object","properties":{"dome9CloudAccountId":{"format":"uuid","description":"The Dome9 account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalCloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountType":{"description":"the cloud provider (AWS/Azure/GCP)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"requestId":{"format":"uuid","description":"the assessment id (returned in the response)","type":"string","example":"00000000-0000-0000-0000-000000000000"},"shouldMinimizeResult":{"description":"Minimized the entity results","type":"boolean"}}},"Falconetix.Model.RuleEngine.Entities.RuleTestResult":{"type":"object","properties":{"error":{"type":"string"},"testedCount":{"format":"int32","type":"integer"},"relevantCount":{"format":"int32","type":"integer"},"nonComplyingCount":{"format":"int32","type":"integer"},"exclusionStats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.RuleTestResultStats"},"entityResults":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.ValidationResult"}},"rule":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.RuleEntity"},"testPassed":{"type":"boolean"}}},"Falconetix.Model.Entites.RuleEngine.LocationMetadata":{"type":"object","properties":{"account":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.LocationConventionMetadataViewModel"}}},"Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentDataSyncStatusEntityViewModel":{"type":"object","properties":{"entityType":{"type":"string"},"recentlySuccessfulSync":{"type":"boolean"},"generalFetchPermissionIssues":{"type":"boolean"},"entitiesWithPermissionIssues":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.EntityWithPermissionIssueViewModel"}}}},"Falconetix.Model.RuleEngine.Entities.RuleTestResultStats":{"type":"object","properties":{"testedCount":{"format":"int32","type":"integer"},"relevantCount":{"format":"int32","type":"integer"},"nonComplyingCount":{"format":"int32","type":"integer"}}},"Falconetix.Model.RuleEngine.Entities.ValidationResult":{"type":"object","properties":{"validationStatus":{"enum":["Relevant","Valid","Excluded"],"type":"string"},"isRelevant":{"description":"means if entity is relevant for this rule\r\nfor example rule = \"Instance where name like '%db%' should have...\", returns false in instance name = 'scheduler1'","type":"boolean"},"isValid":{"description":"means if entity is compliant.\r\nfor example for rule=\"Instance should have vpc\", return true if instance i-123 is under vpc-234, and false if not","type":"boolean"},"isExcluded":{"description":"means if entity is excluded.\r\nfor example for rule=\"Instance should have vpc exclude name='test'\", return true if instance name is test, and false if not","type":"boolean"},"exclusionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"remediationId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"error":{"description":"note that the lambda is not aware of this field","type":"string"},"testObj":{"description":"note that the lambda is not aware of this field","type":"object"}}},"Falconetix.Model.RuleEngine.Entities.RuleEntity":{"type":"object","properties":{"rlmId":{"format":"uuid","description":"rlm rule id, do not expose this on API for now","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"rule name","type":"string"},"severity":{"description":"rule severity (High/Medium/Low)","enum":["Informational","Low","Medium","High","Critical"],"type":"string"},"logic":{"description":"the GSL statement for the rule (text string)","type":"string"},"description":{"description":"description of the rule (text)","type":"string"},"remediation":{"description":"remediation text for the rule (text)","type":"string"},"cloudbots":{"description":"the Cloudbots section for the rule (optional)","type":"string"},"complianceTag":{"description":"the compliance section for the rule (optional)","type":"string"},"domain":{"description":"this field is not used","type":"string"},"priority":{"description":"this field is not used","type":"string"},"controlTitle":{"description":"this field is not used","type":"string"},"ruleId":{"description":"this field is not used","type":"string"},"category":{"description":"Rule Category","type":"string"},"labels":{"type":"array","items":{"type":"string"}},"logicHash":{"description":"MD5 hash of the rule logic (serves as a unique ID for the rule), returned in response","type":"string","readOnly":true},"isDefault":{"description":"The property represents default rule","type":"boolean","readOnly":true}}},"Falconetix.Model.RuleEngine.ViewModels.LocationConventionMetadataViewModel":{"type":"object","properties":{"srl":{"type":"string"},"name":{"type":"string"},"id":{"type":"string"},"externalId":{"type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.Assessment.EntityWithPermissionIssueViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"cloudVendorIdentifier":{"type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryResultViewModel":{"type":"object","properties":{"tests":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.RuleTestResult"}},"createdTime":{"format":"date-time","type":"string"},"id":{"format":"int64","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryBundleResultViewModel"},"assessmentPassed":{"type":"boolean"},"hasErrors":{"type":"boolean"},"stats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryStatsViewModel"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryBundleResultViewModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"isTemplate":{"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"dome9CloudAccountId":{"format":"uuid","description":"The Dome9 account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalCloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountType":{"description":"the cloud provider (AWS/Azure/GCP)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"requestId":{"format":"uuid","description":"the assessment id (returned in the response)","type":"string","example":"00000000-0000-0000-0000-000000000000"},"shouldMinimizeResult":{"description":"Minimized the entity results","type":"boolean"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryStatsViewModel":{"type":"object","properties":{"passed":{"format":"int32","type":"integer"},"failed":{"format":"int32","type":"integer"},"error":{"format":"int32","type":"integer"},"failedEntities":{"format":"int32","type":"integer"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryViewResultViewModel":{"type":"object","properties":{"createdTime":{"format":"date-time","type":"string"},"id":{"format":"int64","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryBundleResultViewModel"},"assessmentPassed":{"type":"boolean"},"hasErrors":{"type":"boolean"},"stats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.AssessmentHistoryStatsViewModel"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryResultV2ViewModel[Newtonsoft.Json.Linq.JRaw]":{"type":"object","properties":{"tests":{"description":"list of rules in the assessment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.RuleTestResultViewModel"}},"testEntities":{"description":"list of entities tested in the assessment","type":"object","additionalProperties":{"type":"array","items":{"type":"object"}}},"exclusions":{"description":"list of exclusions associated with this assessment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Exclusion.ExclusionViewModel"}},"remediations":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Remediation.RemediationViewModel"}},"dataSyncStatus":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentDataSyncStatusEntityViewModel"}},"createdTime":{"format":"date-time","description":"date of assessment","type":"string"},"id":{"format":"int64","description":"assessment id","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"triggeredBy":{"description":"reason for assessment","enum":["Unknown","ContinuousCompliancePolicy","Manual","SystemBundle","Serverless","Logic","Magellan","KubernetesRuntimeAssurance","ContainersRuntimeProtection","ExternalFinding","CIEM","Incident","WorkloadChangeMonitoring","Agentless"],"type":"string"},"assessmentPassed":{"description":"assessment result","type":"boolean"},"hasErrors":{"description":"assessment has errors","type":"boolean"},"stats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryStatsV2ViewModel","description":"summary statistics for assessment"},"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryBundleResultV2ViewModel"},"hasDataSyncStatusIssues":{"type":"boolean"},"comparisonCustomId":{"type":"string"},"additionalFields":{"type":"object","additionalProperties":{"type":"string"}}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.RuleTestResultViewModel":{"type":"object","properties":{"error":{"type":"string"},"testedCount":{"format":"int32","type":"integer"},"relevantCount":{"format":"int32","type":"integer"},"nonComplyingCount":{"format":"int32","type":"integer"},"exclusionStats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.RuleTestResultStats"},"entityResults":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.ValidationResult"}},"entityResultsCount":{"format":"int32","type":"integer"},"entityType":{"type":"string"},"rule":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleViewModel"},"testPassed":{"type":"boolean"}}},"Falconetix.Model.RuleEngine.ViewModels.Exclusion.ExclusionViewModel":{"required":["comment"],"type":"object","properties":{"platform":{"description":"Exclusion platform","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"id":{"format":"uuid","description":"Exclusion ID","type":"string","example":"00000000-0000-0000-0000-000000000000"},"rules":{"description":"[Optional] List of rules to apply the exclusion on.","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Exclusion.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the exclusion.","pattern":"((name|id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(severity like '(informational|low|medium|high|critical)')|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])","type":"array","items":{"type":"string"}},"regions":{"description":"[Optional] List of regions to exclude, for example 'us_east_1'.","type":"array","items":{"type":"string"}},"rulesetId":{"format":"int64","description":"Ruleset ID to apply exclusion on.","type":"integer"},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply exclusion on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply exclusion on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"Comment text (free text)","type":"string"},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Effective date range for the exclusion.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."}}},"Falconetix.Model.RuleEngine.ViewModels.Remediation.RemediationViewModel":{"required":["comment"],"type":"object","properties":{"platform":{"description":"Remediation platform","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"id":{"format":"uuid","description":"Remediation ID","type":"string","example":"00000000-0000-0000-0000-000000000000"},"rules":{"description":"[Optional] List of rules to apply the remediation on.","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Exclusion.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the exclusion.","pattern":"((name|id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(severity like '(informational|low|medium|high|critical)')|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])","type":"array","items":{"type":"string"}},"rulesetId":{"format":"int64","description":"Ruleset ID to apply exclusion on.","type":"integer"},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply exclusion on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"Comment text (free text)","type":"string"},"cloudBots":{"description":"Cloud bots execution expressions","type":"array","items":{"type":"string"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply exclusion on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Effective date range for the exclusion.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryStatsV2ViewModel":{"type":"object","properties":{"passed":{"format":"int32","description":"number of passed rules","type":"integer"},"passedRulesBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.StatsBySeverityViewModel","description":"passed rules divided by severity"},"failed":{"format":"int32","description":"number of failed rules","type":"integer"},"failedRulesBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.StatsBySeverityViewModel","description":"failed rules divided by severity"},"error":{"format":"int32","description":"number of errors","type":"integer"},"failedTests":{"format":"int32","description":"number of failed tests (entities) - same entity will be counted multiple times if it is relevant for multiple failed tests)","type":"integer"},"logicallyTested":{"format":"int32","description":"Total number of tests performed","type":"integer"},"failedEntities":{"format":"int32","description":"number of failed entities. (Distinct count of the entities - no duplications)","type":"integer"},"excludedTests":{"format":"int32","description":"number of excluded tests","type":"integer"},"excludedFailedTests":{"format":"int32","description":"number of excluded tests that also failed","type":"integer"},"excludedRules":{"format":"int32","description":"number of rules that contains only excluded tests","type":"integer"},"excludedRulesBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.StatsBySeverityViewModel","description":"excluded rules divided by severity"},"failedTestsBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.StatsBySeverityViewModel","description":"Amount of failed tests (entities) divided by severity.\r\n(same entity will be counted multiple times if it is relevant for multiple failed tests)"},"totalRelevantTestsBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.StatsBySeverityViewModel","description":"Amount of Relevant tests (entities) divided by severity.\r\n(same entity will be counted multiple times if it is relevant for multiple failed tests)"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryBundleResultV2ViewModel":{"type":"object","properties":{"isTemplate":{"type":"boolean"},"id":{"format":"int64","description":"the bundle id","type":"integer"},"version":{"type":"string"},"name":{"description":"the bundle name","type":"string"},"description":{"description":"the bundle description","type":"string"},"dome9CloudAccountId":{"format":"uuid","description":"The Dome9 account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalCloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountId":{"description":"account id on cloud provider (AWS, Azure, GCP)","type":"string"},"cloudAccountType":{"description":"the cloud provider (AWS/Azure/GCP)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"requestId":{"format":"uuid","description":"the assessment id (returned in the response)","type":"string","example":"00000000-0000-0000-0000-000000000000"},"shouldMinimizeResult":{"description":"Minimized the entity results","type":"boolean"}}},"Falconetix.Model.Compliance.Ruleset.RuleViewModel":{"required":["name","logic"],"type":"object","properties":{"name":{"description":"rule name","type":"string"},"severity":{"description":"rule severity (High/Medium/Low)","enum":["Informational","Low","Medium","High","Critical"],"type":"string"},"rlmId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"logic":{"description":"the GSL statement for the rule (text string)","type":"string"},"description":{"description":"description of the rule (text)","type":"string"},"remediation":{"description":"remediation text for the rule (text)","type":"string"},"cloudbots":{"description":"the Cloudbots section for the rule (optional)","type":"string"},"complianceTag":{"description":"the compliance section for the rule (optional)","type":"string"},"domain":{"description":"this field is not used","type":"string"},"priority":{"description":"this field is not used","type":"string"},"controlTitle":{"description":"this field is not used","type":"string"},"ruleId":{"description":"this field is not used","type":"string"},"category":{"description":"Rule Category","type":"string"},"labels":{"type":"array","items":{"type":"string"}},"logicHash":{"description":"MD5 hash of the rule logic (serves as a unique ID for the rule), returned in response","type":"string"},"isDefault":{"description":"The property represents default rule","type":"boolean"}}},"Falconetix.Model.RuleEngine.ViewModels.Exclusion.RuleViewModel":{"type":"object","properties":{"logicHash":{"description":"Rule logic hash","pattern":"^[A-Za-z0-9+/]{22}?$","type":"string"},"id":{"description":"Rule ID","type":"string"},"name":{"description":"Rule name","type":"string"},"rlmId":{"type":"string"}}},"Falconetix.Model.DateTimeRange":{"type":"object","properties":{"from":{"format":"date-time","description":"From date time","type":"string"},"to":{"format":"date-time","description":"To date time","type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.StatsBySeverityViewModel":{"type":"object","properties":{"informational":{"format":"int32","type":"integer"},"low":{"format":"int32","type":"integer"},"medium":{"format":"int32","type":"integer"},"high":{"format":"int32","type":"integer"},"critical":{"format":"int32","type":"integer"}}},"Falconetix.Model.Compliance.AssessmentTrend.AssessmentTrendItemViewModel":{"type":"object","properties":{"assessmentDate":{"format":"date-time","type":"string"},"failedTests":{"format":"int64","type":"integer"},"totalTests":{"format":"int64","type":"integer"},"passedTests":{"format":"int64","type":"integer","readOnly":true}}},"Falconetix.Model.RuleEngine.Entities.AssessmentsRequestFilterViewModel":{"description":"Assessment Filter Model","required":["cloudAccountBundleFilters"],"type":"object","properties":{"cloudAccountBundleFilters":{"description":"Cloud Account Filter Models","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.CloudAccountBundleFilterViewModel"}},"from":{"format":"date-time","description":"[OPTIONAL] Filter latest results that are later than this date.","type":"string"},"to":{"format":"date-time","description":"[OPTIONAL] Filter latest results that are earlier than this date.","type":"string"}}},"Falconetix.Model.RuleEngine.Entities.CloudAccountBundleFilterViewModel":{"description":"Filter model per cloud account type","required":["bundleIds","cloudAccountIds"],"type":"object","properties":{"bundleIds":{"description":"Bundle IDs","type":"array","items":{"format":"int64","type":"integer"}},"cloudAccountIds":{"description":"Cloud Account IDs (GUIDs)","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"cloudAccountType":{"description":"Cloud Account Type - \"Aws\", \"Azure\", \"Google\"","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryViewResultV2ViewModel":{"type":"object","properties":{"createdTime":{"format":"date-time","description":"date of assessment","type":"string"},"id":{"format":"int64","description":"assessment id","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"triggeredBy":{"description":"reason for assessment","enum":["Unknown","ContinuousCompliancePolicy","Manual","SystemBundle","Serverless","Logic","Magellan","KubernetesRuntimeAssurance","ContainersRuntimeProtection","ExternalFinding","CIEM","Incident","WorkloadChangeMonitoring","Agentless"],"type":"string"},"assessmentPassed":{"description":"assessment result","type":"boolean"},"hasErrors":{"description":"assessment has errors","type":"boolean"},"stats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryStatsV2ViewModel","description":"summary statistics for assessment"},"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryBundleResultV2ViewModel"},"hasDataSyncStatusIssues":{"type":"boolean"},"comparisonCustomId":{"type":"string"},"additionalFields":{"type":"object","additionalProperties":{"type":"string"}}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryResultV2ViewModel[Falconetix.Model.RuleEngine.Entities.AssessmentHistoryMinimizedEntity]":{"type":"object","properties":{"tests":{"description":"list of rules in the assessment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.RuleTestResultViewModel"}},"testEntities":{"description":"list of entities tested in the assessment","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentHistoryMinimizedEntity"}}},"exclusions":{"description":"list of exclusions associated with this assessment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Exclusion.ExclusionViewModel"}},"remediations":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Remediation.RemediationViewModel"}},"dataSyncStatus":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentDataSyncStatusEntityViewModel"}},"createdTime":{"format":"date-time","description":"date of assessment","type":"string"},"id":{"format":"int64","description":"assessment id","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"triggeredBy":{"description":"reason for assessment","enum":["Unknown","ContinuousCompliancePolicy","Manual","SystemBundle","Serverless","Logic","Magellan","KubernetesRuntimeAssurance","ContainersRuntimeProtection","ExternalFinding","CIEM","Incident","WorkloadChangeMonitoring","Agentless"],"type":"string"},"assessmentPassed":{"description":"assessment result","type":"boolean"},"hasErrors":{"description":"assessment has errors","type":"boolean"},"stats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryStatsV2ViewModel","description":"summary statistics for assessment"},"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryBundleResultV2ViewModel"},"hasDataSyncStatusIssues":{"type":"boolean"},"comparisonCustomId":{"type":"string"},"additionalFields":{"type":"object","additionalProperties":{"type":"string"}}}},"Falconetix.Model.RuleEngine.Entities.AssessmentHistoryMinimizedEntity":{"type":"object","properties":{"dome9Id":{"type":"string"},"name":{"type":"string"},"category":{"type":"string"},"region":{"type":"string"},"vpc":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.VpcMinimizedEntity"},"network":{"type":"string"},"virtualNetwork":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.TagRuleEntity"}},"accountNumber":{"type":"string"},"vendorIdentifier":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"}}},"Falconetix.Model.RuleEngine.Entities.VpcMinimizedEntity":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"Falconetix.Model.RuleEngine.Entities.TagRuleEntity":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Falconetix.Model.RuleEngine.Entities.AssessmentExecutiveReport":{"type":"object","properties":{"date":{"format":"date-time","description":"date of assessment","type":"string"},"rulesetName":{"description":"bundle name","type":"string"},"vendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"numberOfEnvironments":{"format":"int32","type":"integer"},"topEnvironmentsWithHighSeverityFindings":{"description":"Top 10 environments with high severity findings and number of findings for each environment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentExecutiveReportEnvironmentFinding"}},"testedEntities":{"description":"Entity name and number of entities in each category","type":"object","additionalProperties":{"format":"int32","type":"integer"}},"failedTestedBySeverity":{"type":"object","additionalProperties":{"format":"int32","type":"integer"}},"passedPerEntityType":{"type":"object","additionalProperties":{"format":"int32","type":"integer"}},"failedPerEntityType":{"type":"object","additionalProperties":{"format":"int32","type":"integer"}},"allTestsScore":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.AssessmentData.TestsScore"}}},"Falconetix.Model.RuleEngine.Entities.AssessmentExecutiveReportEnvironmentFinding":{"type":"object","properties":{"accountId":{"type":"string"},"name":{"type":"string"},"countFindingsBySeverity":{"type":"object","additionalProperties":{"format":"int32","type":"integer"}}}},"Falconetix.Model.RuleEngine.AssessmentData.TestsScore":{"type":"object","properties":{"tested":{"format":"int64","type":"integer"},"passed":{"format":"int64","type":"integer"},"failed":{"format":"int64","type":"integer"}}},"Falconetix.Model.RuleEngine.Entities.OrganizationalUnitAssessmentHistoryRequestModel":{"type":"object","properties":{"organizationalUnitIds":{"description":"List of Organizational Units on which assessments were run","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"bundleIds":{"description":"List of bundles (rulesets) run on the accounts in the Organizational Units","type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.RuleEngine.Entities.OrganizationalUnitAssessmentHistoryViewModel":{"type":"object","properties":{"organizationalUnitPaths":{"type":"array","items":{"type":"string"}},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"bundleId":{"format":"int64","type":"integer"},"statistics":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.AssessmentHistoryStats"},"resultId":{"format":"int64","type":"integer"},"resultDate":{"format":"date-time","type":"string"},"triggeredBy":{"enum":["Unknown","ContinuousCompliancePolicy","Manual","SystemBundle","Serverless","Logic","Magellan","KubernetesRuntimeAssurance","ContainersRuntimeProtection","ExternalFinding","CIEM","Incident","WorkloadChangeMonitoring","Agentless"],"type":"string"}}},"Falconetix.Model.RuleEngine.Entities.AssessmentHistoryStats":{"type":"object","properties":{"passed":{"format":"int32","type":"integer"},"passedRulesBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.StatsBySeverity"},"logicallyTested":{"format":"int32","type":"integer"},"failed":{"format":"int32","type":"integer"},"failedRulesBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.StatsBySeverity"},"failedTests":{"format":"int32","type":"integer"},"error":{"format":"int32","type":"integer"},"failedEntities":{"format":"int32","type":"integer"},"totalEntities":{"format":"int32","type":"integer"},"excludedTests":{"format":"int32","type":"integer"},"excludedFailedTests":{"format":"int32","type":"integer"},"excludedRules":{"format":"int32","type":"integer"},"excludedRulesBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.StatsBySeverity"},"failedTestsBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.StatsBySeverity"},"totalRelevantTestsBySeverity":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.StatsBySeverity"}}},"Falconetix.Model.RuleEngine.Entities.StatsBySeverity":{"type":"object","properties":{"informational":{"format":"int32","type":"integer"},"low":{"format":"int32","type":"integer"},"medium":{"format":"int32","type":"integer"},"high":{"format":"int32","type":"integer"},"critical":{"format":"int32","type":"integer"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest":{"required":["creationTime"],"type":"object","properties":{"creationTime":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest.CreationTimeFieldViewModel"},"pageSize":{"format":"int32","description":"number of results in a page","maximum":500,"minimum":1,"type":"integer"},"pageNumber":{"format":"int32","description":"result page number to retrieve (results are grouped in pages, according to PageSize)","maximum":2147483647,"minimum":1,"type":"integer"},"requestId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"filterFields":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest.FilterFieldViewModel"}},"rulesetTypes":{"type":"array","items":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"}},"sorting":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest.SortingFieldViewModel"},"hideCount":{"type":"boolean"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest.CreationTimeFieldViewModel":{"required":["from","to"],"type":"object","properties":{"from":{"format":"date-time","description":"Starting time/date for assessments to be retrieved","type":"string"},"to":{"format":"date-time","description":"End time/date for assessments to be retrieved","type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest.FilterFieldViewModel":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentViewsByTimeRangeRequest.SortingFieldViewModel":{"type":"object","properties":{"fieldName":{"description":"field to sort the retrieved results","type":"string"},"direction":{"format":"int32","description":"direction of sort","type":"integer"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessnentHistoryViewResultsTimeRangeViewModel":{"type":"object","properties":{"results":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryViewResultV2ViewModel"}},"totalResultsCount":{"format":"int64","type":"integer"},"pageNumber":{"format":"int32","type":"integer"},"pageSize":{"format":"int32","type":"integer"},"requestId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Models.AuditEntryViewModel":{"type":"object","properties":{"id":{"type":"object"},"cell":{"type":"array","items":{"type":"object"}},"metadata":{"type":"object","additionalProperties":{"type":"string"}}}},"Falconetix.Model.Audit.ApiAuditResult":{"type":"object","properties":{"user_name":{"type":"string"},"request_url":{"type":"string"},"http_method":{"type":"string"},"http_status":{"type":"string"},"time":{"format":"date-time","type":"string"},"request_body":{"type":"string"},"request_parameters":{"type":"string"},"event_name":{"type":"string"},"client_ip":{"type":"string"}}},"Falconetix.Model.Audit.SystemAuditResult":{"type":"object","properties":{"description":{"type":"string"},"time":{"format":"date-time","type":"string"},"event_name":{"type":"string"},"cloud_account_id":{"type":"string"}}},"Falconetix.Model.Audit.CountAuditResult":{"type":"object","properties":{"count":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.AuditViewModel":{"type":"object","properties":{"total":{"format":"int32","description":"the number of pages in the view","type":"integer"},"page":{"format":"int32","description":"the current page number","type":"integer"},"records":{"format":"int64","description":"the total number of records (events) in all the pages","type":"integer"},"rows":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AuditEntryViewModel"}}}},"Dome9.Web.Api.Auth.AssumeRoleViewModel":{"type":"object","properties":{"accountId":{"format":"int32","type":"integer"},"roleName":{"type":"string"},"expirationInMin":{"format":"int32","maximum":300,"minimum":5,"type":"integer"}}},"Dome9.Web.Api.Auth.ResetPasswordRequestViewModel":{"required":["email"],"type":"object","properties":{"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"recaptchaResponse":{"type":"string"}}},"Dome9.Web.Api.Auth.ResetPasswordByEmailRequestViewModel":{"required":["email"],"type":"object","properties":{"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"}}},"Dome9.Web.Api.Auth.ResetPasswordGetViewModel":{"required":["verificationToken"],"type":"object","properties":{"verificationToken":{"type":"string"},"mfa":{"type":"boolean"}}},"Dome9.Web.Api.Auth.ResetPasswordPostViewModel":{"required":["requestId","verificationToken","password"],"type":"object","properties":{"requestId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"verificationToken":{"type":"string"},"password":{"type":"string"},"mfaCode":{"type":"string"}}},"Dome9.Web.Api.Auth.ChangePasswordViewModel":{"required":["currentPassword","newPassword"],"type":"object","properties":{"currentPassword":{"type":"string"},"newPassword":{"type":"string"}}},"Dome9.Web.Api.Models.CloudAccountPartialUpdateViewModel[System.String]":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"The Dome9 cloud account id, at least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"description":"Aws external account number, at least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","type":"string"},"data":{"type":"string"}}},"Dome9.Web.Api.Models.CloudAccountPartialUpdateViewModel[Dome9.Web.Api.Models.CloudAccountRegionConfigurationViewModel]":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"The Dome9 cloud account id, at least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"description":"Aws external account number, at least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","type":"string"},"data":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountRegionConfigurationViewModel"}}},"Dome9.Web.Api.Models.CloudAccountRegionConfigurationViewModel":{"type":"object","properties":{"region":{"description":"[Required] Dome9 representation value for the AWS region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"name":{"description":"[Readonly] The region name","type":"string"},"hidden":{"description":"[Deprecated]","type":"boolean"},"newGroupBehavior":{"description":"[Required] The Protection Mode that Dome9 will apply to new security groups detected in the cloud account.
ReadOnly New Security Groups will be included in Dome9 in Read-Only mode, without changes to any of the rules
FullManage New Security Groups will be included in Dome9 in Full Protection mode, without changes to any of the rules
Reset New Security Groups will be included in Dome9 in Full Protection mode, and all inbound and outbound rules will be cleared","enum":["ReadOnly","FullManage","Reset"],"type":"string"}}},"Dome9.Web.Api.Models.CloudAccountPartialUpdateViewModel[Dome9.Web.Api.Models.CloudAccountCredentialsViewModel]":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"The Dome9 cloud account id, at least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"description":"Aws external account number, at least one of the following properties must be provided: \"cloudAccountId\", \"externalAccountNumber\"","type":"string"},"data":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountCredentialsViewModel"}}},"Dome9.Web.Api.Models.CloudAccountCredentialsViewModel":{"type":"object","properties":{"apikey":{"description":"[Deprecated]","type":"string"},"arn":{"description":"[Required] AWS Role ARN (to be assumed by Dome9 System)","type":"string"},"secret":{"description":"[Required] The AWS role External ID (Dome9 System will have to use this secret in order to assume the role)","type":"string"},"iamUser":{"description":"[Deprecated]","type":"string"},"type":{"description":"[Required] The cloud account onbiarding method. Should be set to \"RoleBased\" as other methods are deprecated","enum":["UserBased","RoleBased"],"type":"string"},"isReadOnly":{"description":"[Readonly] The credential permission state.\r\nThis filed is determined based on the operation response status performed by Dome9 on the target AWS cloud account.","type":"boolean"}}},"Dome9.Web.Api.Models.AwsSyncNowResultViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"the AWS account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"the account name","type":"string"},"externalAccountNumber":{"description":"the AWS external account number","type":"string"},"workFlowId":{"format":"uuid","description":"the AWS workflow id","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Models.CloudAccountViewModel":{"type":"object","properties":{"id":{"format":"uuid","description":"[Readonly] The Dome9 id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"vendor":{"description":"[Readonly] The cloud provider (AWS)","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"name":{"description":"The cloud account name","type":"string"},"externalAccountNumber":{"description":"[Readonly] The AWS account number","type":"string"},"error":{"description":"[Readonly] credentials error status","type":"string"},"isFetchingSuspended":{"description":"[Readonly] fetching suspending status","type":"boolean"},"creationDate":{"format":"date-time","description":"[Readonly] account creation date","type":"string"},"credentials":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountCredentialsViewModel","description":"[Required] The information needed for Dome9 System in order to connect to the AWS cloud account"},"iamSafe":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountIamSafeViewModel","description":"[Readonly] The IamSafety configuration of the AWS cloud account"},"netSec":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountNetSecViewModel","description":"[Readonly] The network security configuration for the AWS cloud account."},"magellan":{"description":"[Readonly] Flag to determine if Magellan is enabled/disabled for the account","type":"boolean"},"fullProtection":{"description":"[Required] As part of the AWS account onboarding, the account security groups are imported. \r\nThis flag determines whether to enable Tamper Protection mode for those security groups.","type":"boolean"},"allowReadOnly":{"description":"[Required] Determines the AWS cloud account operation mode.\r\nFor \"Manage\" set to true, for \"Readonly\" set to false.","type":"boolean"},"organizationId":{"description":"The unique identifier (ID) of an AWS organization. E.g. 9w9xc7rq7p","type":"string"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"organizationalUnitPath":{"type":"string"},"organizationalUnitName":{"type":"string"},"lambdaScanner":{"description":"Flag indicating if lambda scanner is enabled/disabled for the account","type":"boolean"},"serverless":{"$ref":"#/definitions/Dome9.Web.Api.Models.SeverlessConfigViewModel"},"onboardingMode":{"enum":["Undefined","Legacy","CloudGuardManaged","CustomerManaged"],"type":"string"}}},"Dome9.Web.Api.Models.CloudAccountIamSafeViewModel":{"type":"object","properties":{"awsGroupArn":{"type":"string"},"awsPolicyArn":{"type":"string"},"mode":{"enum":["OptIn","Mandatory"],"type":"string"},"state":{"enum":["Enabled","Disabled"],"type":"string"},"excludedIamEntities":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountIamSafeIamEntitiesViewModel"},"restrictedIamEntities":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountIamSafeIamEntitiesViewModel"}}},"Dome9.Web.Api.Models.CloudAccountNetSecViewModel":{"type":"object","properties":{"regions":{"description":"List of network security configuration per AWS region","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudAccountRegionConfigurationViewModel"}}}},"Dome9.Web.Api.Models.SeverlessConfigViewModel":{"type":"object","properties":{"codeAnalyzerEnabled":{"type":"boolean"},"codeDependencyAnalyzerEnabled":{"type":"boolean"}}},"Dome9.Web.Api.Models.CloudAccountIamSafeIamEntitiesViewModel":{"type":"object","properties":{"rolesArns":{"type":"array","items":{"type":"string"}},"usersArns":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.AwsAppSync.AwsAppSyncViewModel":{"type":"object","properties":{"additionalAuthenticationProviders":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncAdditionalAuthenticationProvider"}},"apiId":{"type":"string"},"apiType":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"arn":{"type":"string"},"authenticationType":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"dns":{"type":"array","items":{"type":"object","additionalProperties":{"type":"string"}}},"enhancedMetricsConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncEnhancedMetricsConfig"},"introspectionConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"lambdaAuthorizerConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncLambdaAuthorizerConfig"},"logConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncLogConfig"},"mergedApiExecutionRoleArn":{"type":"string"},"name":{"type":"string"},"openIDConnectConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncOpenIDConnectConfig"},"owner":{"type":"string"},"ownerContact":{"type":"string"},"queryDepthLimit":{"format":"int32","type":"integer"},"resolverCountLimit":{"format":"int32","type":"integer"},"tags":{"type":"array","items":{"type":"object","additionalProperties":{"type":"string"}}},"uris":{"type":"array","items":{"type":"object","additionalProperties":{"type":"string"}}},"userPoolConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncUserPoolConfig"},"visibility":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"wafWebAclArn":{"type":"string"},"xrayEnabled":{"type":"boolean"},"dataSources":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncDataSource"}},"id":{"type":"string"},"dome9Id":{"type":"string"},"accountNumber":{"type":"string"},"region":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncAdditionalAuthenticationProvider":{"type":"object","properties":{"authenticationType":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"lambdaAuthorizerConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncLambdaAuthorizerConfig"},"openIDConnectConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncOpenIDConnectConfig"},"userPoolConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncUserPoolConfig"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType":{"type":"object","properties":{"value":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncEnhancedMetricsConfig":{"type":"object","properties":{"dataSourceLevelMetricsBehavior":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"operationLevelMetricsConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"resolverLevelMetricsBehavior":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncLambdaAuthorizerConfig":{"type":"object","properties":{"authorizerResultTtlInSeconds":{"format":"int32","type":"integer"},"authorizerUri":{"type":"string"},"identityValidationExpression":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncLogConfig":{"type":"object","properties":{"cloudWatchLogsRoleArn":{"type":"string"},"excludeVerboseContent":{"type":"boolean"},"fieldLogLevel":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncOpenIDConnectConfig":{"type":"object","properties":{"authTTL":{"format":"int64","type":"integer"},"clientId":{"type":"string"},"iatTTL":{"format":"int64","type":"integer"},"issuer":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncUserPoolConfig":{"type":"object","properties":{"appIdClientRegex":{"type":"string"},"awsRegion":{"type":"string"},"userPoolId":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncDataSource":{"type":"object","properties":{"dataSourceArn":{"type":"string"},"description":{"type":"string"},"dynamodbConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncDynamodbDataSourceConfig"},"elasticsearchConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncElasticsearchConfig"},"httpConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncHttpConfig"},"lambdaConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncLambdaConfig"},"name":{"type":"string"},"openSearchServiceConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncOpenSearchServiceConfig"},"relationalDatabaseConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncRelationalDatabaseConfig"},"serviceRoleArn":{"type":"string"},"type":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncDynamodbDataSourceConfig":{"type":"object","properties":{"awsRegion":{"type":"string"},"deltaSyncConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncDeltaSyncConfig"},"tableName":{"type":"string"},"useCallerCredentials":{"type":"boolean"},"versioned":{"type":"boolean"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncElasticsearchConfig":{"type":"object","properties":{"awsRegion":{"type":"string"},"endpoint":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncHttpConfig":{"type":"object","properties":{"authorizationConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncAuthorizationConfig"},"endpoint":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncLambdaConfig":{"type":"object","properties":{"lambdaFunctionArn":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncOpenSearchServiceConfig":{"type":"object","properties":{"awsRegion":{"type":"string"},"endpoint":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncRelationalDatabaseConfig":{"type":"object","properties":{"rdsHttpEndpointConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncRdsHttpEndpointConfig"},"relationalDatabaseSourceType":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncDeltaSyncConfig":{"type":"object","properties":{"baseTableTTL":{"format":"int64","type":"integer"},"deltaSyncTableName":{"type":"string"},"deltaSyncTableTTL":{"format":"int64","type":"integer"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncAuthorizationConfig":{"type":"object","properties":{"authorizationType":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncConstantType"},"awsIamConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AppSyncAwsIamConfig"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncRdsHttpEndpointConfig":{"type":"object","properties":{"awsRegion":{"type":"string"},"awsSecretStoreArn":{"type":"string"},"databaseName":{"type":"string"},"dbClusterIdentifier":{"type":"string"},"schema":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AppSyncAwsIamConfig":{"type":"object","properties":{"region":{"type":"string"},"signingServiceName":{"type":"string"}}},"Dome9.Web.Api.AwsBackupVault.AwsBackupVaultViewModel":{"type":"object","properties":{"backupVaultArn":{"type":"string"},"backupVaultName":{"type":"string"},"creationDate":{"format":"int64","type":"integer"},"creatorRequestId":{"type":"string"},"encryptionKeyArn":{"type":"string"},"lockDate":{"format":"int64","type":"integer"},"locked":{"type":"boolean"},"maxRetentionDays":{"format":"int32","type":"integer"},"minRetentionDays":{"format":"int32","type":"integer"},"numberOfRecoveryPoints":{"format":"int32","type":"integer"},"accessPolicy":{"type":"string"}}},"Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsViewModel":{"type":"object","properties":{"recordingIsOn":{"type":"boolean"},"name":{"type":"string"},"allResourcesInRegionSupported":{"type":"boolean"},"includeGlobalResourceTypes":{"type":"boolean"},"resourceTypes":{"type":"array","items":{"type":"string"}},"roleArn":{"type":"string"},"recordingStatus":{"$ref":"#/definitions/Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsRecorderStatusViewModel"},"deliveryChannel":{"$ref":"#/definitions/Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsDeliveryChannelViewModel"},"retentionPeriodInDays":{"format":"int32","type":"integer"},"id":{"type":"string","readOnly":true},"externalId":{"type":"string","readOnly":true},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","type":"integer","readOnly":true}}},"Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsRecorderStatusViewModel":{"type":"object","properties":{"lastErrorCode":{"type":"string"},"lastErrorMessage":{"type":"string"},"lastStartTime":{"format":"date-time","type":"string"},"lastStatus":{"type":"string"},"lastStatusChangeTime":{"format":"date-time","type":"string"},"lastStopTime":{"format":"date-time","type":"string"},"recording":{"type":"boolean"}}},"Dome9.Web.Api.AwsConfigSetting.AwsConfigSettingsDeliveryChannelViewModel":{"type":"object","properties":{"s3BucketName":{"type":"string"},"s3KeyPrefix":{"type":"string"},"snsTopicARN":{"type":"string"}}},"Dome9.Web.Api.CloudCustomerGateway.AwsCustomerGatewayViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"bgpAsn":{"type":"string"},"customerGatewayId":{"type":"string"},"ipAddress":{"type":"string"},"state":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"type":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsTaskViewModel":{"type":"object","properties":{"attachments":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsAttachmentViewModel"}},"securityGroups":{"type":"array","items":{"type":"string"}},"clusterArn":{"type":"string"},"connectivity":{"type":"string"},"connectivityAt":{"format":"date-time","type":"string"},"containerInstanceArn":{"type":"string"},"containers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsContainerViewModel"}},"cpu":{"type":"string"},"createdAt":{"format":"date-time","type":"string"},"desiredStatus":{"type":"string"},"executionStoppedAt":{"format":"date-time","type":"string"},"group":{"type":"string"},"healthStatus":{"type":"string"},"lastStatus":{"type":"string"},"launchType":{"type":"string"},"memory":{"type":"string"},"overrides":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsTaskOverrideViewModel"},"platformVersion":{"type":"string"},"platformFamily":{"type":"string"},"pullStartedAt":{"format":"date-time","type":"string"},"pullStoppedAt":{"format":"date-time","type":"string"},"startedAt":{"format":"date-time","type":"string"},"startedBy":{"type":"string"},"stoppedAt":{"format":"date-time","type":"string"},"stoppedReason":{"type":"string"},"stoppingAt":{"format":"date-time","type":"string"},"taskArn":{"type":"string"},"taskDefinitionArn":{"type":"string"},"version":{"format":"int64","type":"integer"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"service":{"$ref":"#/definitions/Dome9.Web.Api.CloudECSServiceViewModel"},"name":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsAttachmentViewModel":{"type":"object","properties":{"details":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsKeyValuePairViewModel"}},"id":{"type":"string"},"status":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsContainerViewModel":{"type":"object","properties":{"containerArn":{"type":"string"},"exitCode":{"format":"int32","type":"integer"},"healthStatus":{"type":"string"},"lastStatus":{"type":"string"},"name":{"type":"string"},"networkBindings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsNetworkBindingViewModel"}},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsNetworkInterfaceViewModel"}},"reason":{"type":"string"},"taskArn":{"type":"string"},"image":{"type":"string"},"imageDigest":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsTaskOverrideViewModel":{"type":"object","properties":{"containerOverrides":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsContainerOverrideViewModel"}},"executionRoleArn":{"type":"string"},"taskRoleArn":{"type":"string"}}},"Dome9.Web.Api.CloudECSServiceViewModel":{"type":"object","properties":{"deploymentConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSDeploymentConfigurationViewModel"},"deployments":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSDeploymentViewModel"}},"desiredCount":{"format":"int32","type":"integer"},"loadBalancers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSLoadBalancerViewModel"}},"pendingCount":{"format":"int32","type":"integer"},"placementConstraints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSPlacementConstraintViewModel"}},"placementStrategy":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSPlacementStrategyViewModel"}},"roleArn":{"type":"string"},"runningCount":{"format":"int32","type":"integer"},"serviceArn":{"type":"string"},"serviceName":{"type":"string"},"status":{"type":"string"},"clusterArn":{"type":"string"},"createdAt":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsKeyValuePairViewModel":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsNetworkBindingViewModel":{"type":"object","properties":{"bindIP":{"type":"string"},"containerPort":{"format":"int32","type":"integer"},"hostPort":{"format":"int32","type":"integer"},"protocol":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsNetworkInterfaceViewModel":{"type":"object","properties":{"attachmentId":{"type":"string"},"ipv6Address":{"type":"string"},"privateIpv4Address":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTask.AwsEcsContainerOverrideViewModel":{"type":"object","properties":{"command":{"type":"array","items":{"type":"string"}},"cpu":{"format":"int32","type":"integer"},"environment":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsTask.AwsEcsKeyValuePairViewModel"}},"memory":{"format":"int32","type":"integer"},"memoryReservation":{"format":"int32","type":"integer"},"name":{"type":"string"}}},"Dome9.Web.Api.AwsECSDeploymentConfigurationViewModel":{"type":"object","properties":{"maximumPercent":{"format":"int32","type":"integer"},"minimumHealthyPercent":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.AwsECSDeploymentViewModel":{"type":"object","properties":{"createdAt":{"format":"date-time","type":"string"},"desiredCount":{"format":"int32","type":"integer"},"id":{"type":"string"},"pendingCount":{"format":"int32","type":"integer"},"runningCount":{"format":"int32","type":"integer"},"status":{"type":"string"},"taskDefinition":{"type":"string"},"updatedAt":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.AwsECSLoadBalancerViewModel":{"type":"object","properties":{"containerName":{"type":"string"},"containerPort":{"format":"int32","type":"integer"},"loadBalancerName":{"type":"string"},"targetGroupArn":{"type":"string"}}},"Dome9.Web.Api.AwsECSPlacementConstraintViewModel":{"type":"object","properties":{"expression":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.AwsECSPlacementStrategyViewModel":{"type":"object","properties":{"field":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","type":"integer"},"arn":{"type":"string"},"createdAt":{"format":"date-time","type":"string"},"endpoint":{"type":"string"},"identity":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.IdentityViewModel"},"logging":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.LoggingViewModel"},"clusterName":{"type":"string"},"resourcesVpcConfig":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.ResourcesVpcConfigViewModel"},"roleArn":{"type":"string"},"status":{"type":"string"},"version":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"nodeGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodeGroupViewModel"}},"fargateProfiles":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.FargateProfileViewModel"}}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.IdentityViewModel":{"type":"object","properties":{"oidc":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.OidcViewModel"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.LoggingViewModel":{"type":"object","properties":{"clusterLogging":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.LoggingLogSetupViewModel"}}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.ResourcesVpcConfigViewModel":{"type":"object","properties":{"clusterSecurityGroupId":{"type":"string"},"endpointPrivateAccess":{"type":"boolean"},"endpointPublicAccess":{"type":"boolean"},"publicAccessCidrs":{"type":"array","items":{"type":"string"}},"securityGroupIds":{"type":"array","items":{"type":"string"}},"subnetIds":{"type":"array","items":{"type":"string"}},"vpcId":{"type":"string"}}},"Dome9.Web.Api.Shared.SharedViewModels.TagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodeGroupViewModel":{"type":"object","properties":{"subnets":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"scalingConfig":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodegroupScalingConfigViewModel"},"resources":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodegroupResourcesViewModel"},"remoteAccess":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.RemoteAccessConfigViewModel"},"releaseVersion":{"type":"string"},"nodeRole":{"type":"string"},"nodegroupName":{"type":"string"},"nodegroupArn":{"type":"string"},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"instanceTypes":{"type":"array","items":{"type":"string"}},"health":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodegroupHealthViewModel"},"diskSize":{"format":"int32","type":"integer"},"createdAt":{"format":"date-time","type":"string"},"clusterName":{"type":"string"},"amiType":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"version":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.FargateProfileViewModel":{"type":"object","properties":{"clusterName":{"type":"string"},"createdAt":{"format":"date-time","type":"string"},"fargateProfileArn":{"type":"string"},"fargateProfileName":{"type":"string"},"podExecutionRoleArn":{"type":"string"},"selectors":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.FargateProfileSelectorViewModel"}},"status":{"type":"string"},"subnets":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.OidcViewModel":{"type":"object","properties":{"issuer":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.LoggingLogSetupViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"types":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodegroupScalingConfigViewModel":{"type":"object","properties":{"desiredSize":{"format":"int32","type":"integer"},"maxSize":{"format":"int32","type":"integer"},"minSize":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodegroupResourcesViewModel":{"type":"object","properties":{"autoScalingGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.AutoScalingGroupViewModel"}},"remoteAccessSecurityGroup":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.RemoteAccessConfigViewModel":{"type":"object","properties":{"ec2SshKey":{"type":"string"},"sourceSecurityGroups":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.NodegroupHealthViewModel":{"type":"object","properties":{"issues":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.IssueViewModel"}}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.FargateProfileSelectorViewModel":{"type":"object","properties":{"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"namespace":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.AutoScalingGroupViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Dome9.Web.Api.AwsEks.AwsEksClusterViewModel.IssueViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"resourceIds":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.AwsElasticIPViewModel":{"type":"object","properties":{"allocationId":{"type":"string"},"associationId":{"type":"string"},"domain":{"type":"string"},"instanceId":{"type":"string"},"networkInterfaceId":{"type":"string"},"networkInterfaceOwnerId":{"type":"string"},"privateIpAddress":{"type":"string"},"publicIp":{"type":"string"},"accountNumber":{"type":"string"},"region":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"id":{"type":"string"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchDomainStatusViewModel":{"type":"object","properties":{"accessPolicies":{"type":"string"},"advancedOptions":{"type":"object","additionalProperties":{"type":"string"}},"arn":{"type":"string"},"cognitoOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchCognitoOptionsViewModel"},"created":{"type":"boolean"},"deleted":{"type":"boolean"},"domainId":{"type":"string"},"domainName":{"type":"string"},"ebsOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchEBSOptionsViewModel"},"elasticsearchClusterConfig":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchClusterConfigViewModel"},"elasticsearchVersion":{"type":"string"},"encryptionAtRestOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchEncryptionAtRestOptionsViewModel"},"endpoint":{"type":"string"},"endpoints":{"type":"object","additionalProperties":{"type":"string"}},"logPublishingOptions":{"type":"object","additionalProperties":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchLogPublishingOptionViewModel"}},"nodeToNodeEncryptionOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchNodeToNodeEncryptionOptionsViewModel"},"processing":{"type":"boolean"},"serviceSoftwareOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchServiceSoftwareOptionsViewModel"},"snapshotOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchSnapshotOptionsViewModel"},"upgradeProcessing":{"type":"boolean"},"vpcOptions":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchVPCDerivedInfoViewModel"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchCognitoOptionsViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"identityPoolId":{"type":"string"},"roleArn":{"type":"string"},"userPoolId":{"type":"string"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchEBSOptionsViewModel":{"type":"object","properties":{"ebsEnabled":{"type":"boolean"},"iops":{"format":"int32","type":"integer"},"volumeSize":{"format":"int32","type":"integer"},"volumeType":{"type":"string"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchClusterConfigViewModel":{"type":"object","properties":{"dedicatedMasterCount":{"format":"int32","type":"integer"},"dedicatedMasterEnabled":{"type":"boolean"},"dedicatedMasterType":{"type":"string"},"instanceCount":{"format":"int32","type":"integer"},"instanceType":{"type":"string"},"zoneAwarenessConfig":{"$ref":"#/definitions/Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchZoneAwarenessConfigViewModel"},"zoneAwarenessEnabled":{"type":"boolean"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchEncryptionAtRestOptionsViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"kmsKeyId":{"type":"string"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchLogPublishingOptionViewModel":{"type":"object","properties":{"cloudWatchLogsLogGroupArn":{"type":"string"},"enabled":{"type":"boolean"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchNodeToNodeEncryptionOptionsViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchServiceSoftwareOptionsViewModel":{"type":"object","properties":{"automatedUpdateDate":{"format":"date-time","type":"string"},"cancellable":{"type":"boolean"},"currentVersion":{"type":"string"},"description":{"type":"string"},"newVersion":{"type":"string"},"updateAvailable":{"type":"boolean"},"updateStatus":{"type":"string"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchSnapshotOptionsViewModel":{"type":"object","properties":{"automatedSnapshotStartHour":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchVPCDerivedInfoViewModel":{"type":"object","properties":{"availabilityZones":{"type":"array","items":{"type":"string"}},"securityGroupIds":{"type":"array","items":{"type":"string"}},"subnetIds":{"type":"array","items":{"type":"string"}},"vpcId":{"type":"string"}}},"Dome9.Web.Api.AwsElasticsearch.AwsElasticsearchZoneAwarenessConfigViewModel":{"type":"object","properties":{"availabilityZoneCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"applications":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrApplicationViewModel"}},"autoScalingRole":{"type":"string"},"autoTerminate":{"type":"boolean"},"configurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrConfigurationViewModel"}},"customAmiId":{"type":"string"},"ebsRootVolumeSize":{"format":"int32","type":"integer"},"ec2InstanceAttributes":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrEc2InstanceAttributesViewModel"},"instanceCollectionType":{"type":"string"},"logUri":{"type":"string"},"masterPublicDnsName":{"type":"string"},"normalizedInstanceHours":{"format":"int32","type":"integer"},"releaseLabel":{"type":"string"},"repoUpgradeOnBoot":{"type":"string"},"requestedAmiVersion":{"type":"string"},"runningAmiVersion":{"type":"string"},"scaleDownBehavior":{"type":"string"},"securityConfiguration":{"type":"string"},"serviceRole":{"type":"string"},"status":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterStatusViewModel"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"terminationProtected":{"type":"boolean"},"visibleToAllUsers":{"type":"boolean"},"instances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceViewModel"}}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrApplicationViewModel":{"type":"object","properties":{"additionalInfo":{"type":"object","additionalProperties":{"type":"string"}},"args":{"type":"array","items":{"type":"string"}},"name":{"type":"string"},"version":{"type":"string"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrConfigurationViewModel":{"type":"object","properties":{"classification":{"type":"string"},"configurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrConfigurationViewModel"}},"properties":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrEc2InstanceAttributesViewModel":{"type":"object","properties":{"additionalMasterSecurityGroups":{"type":"array","items":{"type":"string"}},"additionalSlaveSecurityGroups":{"type":"array","items":{"type":"string"}},"ec2AvailabilityZone":{"type":"string"},"ec2KeyName":{"type":"string"},"ec2SubnetId":{"type":"string"},"emrManagedMasterSecurityGroup":{"type":"string"},"emrManagedSlaveSecurityGroup":{"type":"string"},"iamInstanceProfile":{"type":"string"},"requestedEc2AvailabilityZones":{"type":"array","items":{"type":"string"}},"requestedEc2SubnetIds":{"type":"array","items":{"type":"string"}},"serviceAccessSecurityGroup":{"type":"string"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterStatusViewModel":{"type":"object","properties":{"state":{"type":"string"},"stateChangeReason":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterStateChangeReasonViewModel"},"timeline":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterTimelineViewModel"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceViewModel":{"type":"object","properties":{"ebsVolumes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrEbsVolumeViewModel"}},"ec2InstanceId":{"type":"string"},"id":{"type":"string"},"instanceFleetId":{"type":"string"},"instanceGroupId":{"type":"string"},"instanceType":{"type":"string"},"market":{"type":"string"},"privateDnsName":{"type":"string"},"privateIpAddress":{"type":"string"},"publicDnsName":{"type":"string"},"publicIpAddress":{"type":"string"},"status":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceStatusViewModel"}}},"System.Collections.Generic.KeyValuePair[System.String,System.String]":{"type":"object","properties":{"key":{"type":"string","readOnly":true},"value":{"type":"string","readOnly":true}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterStateChangeReasonViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrClusterTimelineViewModel":{"type":"object","properties":{"creationDateTime":{"format":"date-time","type":"string"},"endDateTime":{"format":"date-time","type":"string"},"readyDateTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrEbsVolumeViewModel":{"type":"object","properties":{"device":{"type":"string"},"volumeId":{"type":"string"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceStatusViewModel":{"type":"object","properties":{"state":{"type":"string"},"stateChangeReason":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceStateChangeReasonViewModel"},"timeline":{"$ref":"#/definitions/Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceTimelineViewModel"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceStateChangeReasonViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.AwsEmrCluster.AwsEmrInstanceTimelineViewModel":{"type":"object","properties":{"creationDateTime":{"format":"date-time","type":"string"},"endDateTime":{"format":"date-time","type":"string"},"readyDateTime":{"format":"date-time","type":"string"}}},"Falconetix.Model.AwsInspectorFindingsViewModel":{"type":"object","properties":{"findingArn":{"type":"string"},"assessmentRunArn":{"type":"string"},"rulesPackage":{"$ref":"#/definitions/Falconetix.Model.AwsInspectorRulesPackageViewModel"},"agentId":{"type":"string"},"assetType":{"type":"string"},"creationTime":{"format":"date-time","type":"string"},"findingId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"recommendation":{"type":"string"},"severity":{"type":"string"}}},"Falconetix.Model.AwsInspectorRulesPackageViewModel":{"type":"object","properties":{"arn":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"provider":{"type":"string"},"version":{"type":"string"}}},"Falconetix.Model.AwsInspectorRunsViewModel":{"type":"object","properties":{"runArn":{"type":"string"},"templateArn":{"type":"string"},"runName":{"type":"string"},"rulesPackages":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsInspectorRulesPackageViewModel"}},"durationInSeconds":{"format":"int32","type":"integer"},"state":{"type":"string"},"findingsCount":{"type":"object","properties":{"high":{"format":"int32","type":"integer"},"medium":{"format":"int32","type":"integer"},"low":{"format":"int32","type":"integer"},"informational":{"format":"int32","type":"integer"}}},"creationTime":{"format":"date-time","type":"string"},"startTime":{"format":"date-time","type":"string"},"endTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Models.AwsLoadBalancersNetworkInterfacesViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"vpc":{"type":"string"},"dnsName":{"type":"string"},"securityGroups":{"type":"array","items":{"type":"string"}},"scheme":{"type":"string"},"state":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"canonicalHostedZoneId":{"type":"string"},"ipAddressType":{"type":"string"},"type":{"type":"string"},"arn":{"type":"string"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsNetworkInterfaceViewModel"}}}},"Dome9.Web.Api.Models.AwsNetworkInterfaceViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"externalId":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"association":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceAssociationViewModel","readOnly":true},"attachment":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceAttachmentViewModel","readOnly":true},"availabilityZone":{"type":"string"},"description":{"type":"string"},"groups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceGroupIdentifierViewModel"},"readOnly":true},"interfaceType":{"type":"string"},"ipv6Addresses":{"type":"array","items":{"type":"string"},"readOnly":true},"macAddress":{"type":"string"},"networkInterfaceId":{"type":"string"},"ownerId":{"type":"string"},"privateDnsName":{"type":"string"},"privateIpAddress":{"type":"string"},"privateIpAddresses":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfacePrivateIpAddressViewModel"},"readOnly":true},"requesterId":{"type":"string"},"requesterManaged":{"type":"boolean"},"sourceDestCheck":{"type":"boolean"},"status":{"type":"string"},"subnetId":{"type":"string"}}},"Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceAssociationViewModel":{"type":"object","properties":{"allocationId":{"type":"string","readOnly":true},"associationId":{"type":"string","readOnly":true},"ipOwnerId":{"type":"string","readOnly":true},"publicDnsName":{"type":"string","readOnly":true},"publicIp":{"type":"string","readOnly":true}}},"Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceAttachmentViewModel":{"type":"object","properties":{"attachmentId":{"type":"string","readOnly":true},"attachTime":{"format":"date-time","type":"string","readOnly":true},"deleteOnTermination":{"type":"boolean","readOnly":true},"deviceIndex":{"format":"int32","type":"integer","readOnly":true},"instanceId":{"type":"string","readOnly":true},"instanceOwnerId":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true}}},"Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceGroupIdentifierViewModel":{"type":"object","properties":{"groupId":{"type":"string","readOnly":true},"groupName":{"type":"string","readOnly":true}}},"Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfacePrivateIpAddressViewModel":{"type":"object","properties":{"association":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsEc2NetworkInterfaceAssociation","readOnly":true},"primary":{"type":"boolean","readOnly":true},"privateDnsName":{"type":"string","readOnly":true},"privateIpAddress":{"type":"string","readOnly":true}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsEc2NetworkInterfaceAssociation":{"type":"object","properties":{"allocationId":{"type":"string"},"associationId":{"type":"string"},"ipOwnerId":{"type":"string"},"publicDnsName":{"type":"string"},"publicIp":{"type":"string"}}},"Dome9.Web.Api.AwsOrganizationViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"unitPath":{"type":"string"},"arn":{"type":"string"},"organizationType":{"enum":["Root","Account","Unit"],"type":"string"},"organizationPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Organizations.AwsOrganizationPolicyViewModel"}}}},"Dome9.Web.Api.Organizations.AwsOrganizationPolicyViewModel":{"type":"object","properties":{"policyDocument":{"type":"string"},"arn":{"type":"string"},"awsManaged":{"type":"boolean"},"description":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"summaryType":{"type":"string"}}},"Dome9.Web.Api.AwsOrganizationAccountViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"arn":{"type":"string"},"ouPath":{"type":"string"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"joinedMethod":{"enum":["CREATED","INVITED"],"type":"string"},"status":{"enum":["ACTIVE","SUSPENDED"],"type":"string"},"organizationType":{"enum":["Root","Account","Unit"],"type":"string"},"organizationPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Organizations.AwsOrganizationPolicyViewModel"}},"organizationTags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Organizations.AwsOrganizationTagViewModel"}}}},"Dome9.Web.Api.Organizations.AwsOrganizationTagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.AwsQuickSight.AwsQuickSightAccountViewModel":{"type":"object","properties":{"accountName":{"type":"string"},"defaultNamespace":{"type":"string"},"edition":{"type":"string"},"notificationEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"publicSharingEnabled":{"type":"boolean"},"terminationProtectionEnabled":{"type":"boolean"},"ipRulesEnabled":{"type":"boolean"},"ipRestrictionRuleMap":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.IpRestrictionRuleViewModel"}},"dome9Id":{"type":"string"},"accountNumber":{"type":"string"},"region":{"type":"string"}}},"Dome9.Web.Api.AwsQuickSight.IpRestrictionRuleViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.AwsQuickSight.AwsQuickSightGroupViewModel":{"type":"object","properties":{"arn":{"type":"string"},"description":{"type":"string"},"groupName":{"type":"string"},"principalId":{"type":"string"},"groupMemberList":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.QuickSightGroupMemberViewModel"}},"dome9Id":{"type":"string"},"accountNumber":{"type":"string"},"region":{"type":"string"}}},"Dome9.Web.Api.AwsQuickSight.QuickSightGroupMemberViewModel":{"type":"object","properties":{"arn":{"type":"string"},"memberName":{"type":"string"}}},"Dome9.Web.Api.AwsQuickSight.AwsQuickSightUserViewModel":{"type":"object","properties":{"active":{"type":"boolean"},"arn":{"type":"string"},"customPermissionsName":{"type":"string"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"externalLoginFederationProviderType":{"type":"string"},"externalLoginFederationProviderUrl":{"type":"string"},"externalLoginId":{"type":"string"},"identityType":{"type":"string"},"principalId":{"type":"string"},"role":{"type":"string"},"userName":{"type":"string"},"dome9Id":{"type":"string"},"accountNumber":{"type":"string"},"region":{"type":"string"}}},"Dome9.Web.Api.AwsQuickSight.AwsQuickSightVpcConnectionsViewModel":{"type":"object","properties":{"arn":{"type":"string"},"availabilityStatus":{"type":"string"},"createdTime":{"format":"int64","type":"integer"},"dnsResolvers":{"type":"array","items":{"type":"string"}},"lastUpdatedTime":{"format":"int64","type":"integer"},"name":{"type":"string"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsQuickSight.NetworkInterfaceViewModel"}},"roleArn":{"type":"string"},"securityGroupIds":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"vpcConnectionId":{"type":"string"},"vpcId":{"type":"string"},"dome9Id":{"type":"string"},"accountNumber":{"type":"string"},"region":{"type":"string"},"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsSecurityGroup.AwsSecurityGroupViewModel"}},"role":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamRoleViewModel"}}},"Dome9.Web.Api.AwsQuickSight.NetworkInterfaceViewModel":{"type":"object","properties":{"availabilityZone":{"type":"string"},"errorMessage":{"type":"string"},"networkInterfaceId":{"type":"string"},"status":{"type":"string"}}},"Dome9.Web.Api.AwsSecurityGroup.AwsSecurityGroupViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"regionId":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"securityGroupName":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountName":{"type":"string"},"vpcId":{"type":"string"}}},"Dome9.Web.Api.Models.CloudIamRoleViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"srl":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"arn":{"type":"string"},"createDate":{"format":"date-time","type":"string"},"path":{"type":"string"},"maxSessionDuration":{"format":"int32","type":"integer"},"roleLastUsed":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamRoles.AwsIamRoleLastUsedViewModel"},"attachedManagedPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamRoles.AwsIamRolePolicyViewModel"}},"inlinePolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamRoles.CloudIamRoleInlinePolicyViewModel"}},"tags":{"type":"object","additionalProperties":{"type":"string"}},"rolePermissionsBoundary":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamRoleViewModel.PermissionsBoundary"},"assumeRolePolicy":{"type":"object"}}},"Dome9.Web.Api.CloudIamRoles.AwsIamRoleLastUsedViewModel":{"type":"object","properties":{"roleLastUsed":{"format":"date-time","type":"string"},"region":{"type":"string"}}},"Dome9.Web.Api.CloudIamRoles.AwsIamRolePolicyViewModel":{"type":"object","properties":{"arn":{"type":"string"},"name":{"type":"string"}}},"Dome9.Web.Api.CloudIamRoles.CloudIamRoleInlinePolicyViewModel":{"type":"object","properties":{"policyName":{"type":"string"},"policyDocument":{"type":"object"}}},"Dome9.Web.Api.Models.CloudIamRoleViewModel.PermissionsBoundary":{"type":"object","properties":{"permissionsBoundaryArn":{"type":"string"},"permissionsBoundaryType":{"type":"string"}}},"Dome9.Web.Api.AwsSageMaker.AwsSageMakerNotebookViewModel":{"type":"object","properties":{"acceleratorTypes":{"type":"array","items":{"type":"string"}},"additionalCodeRepositories":{"type":"array","items":{"type":"string"}},"defaultCodeRepository":{"type":"string"},"directInternetAccess":{"type":"string"},"failureReason":{"type":"string"},"instanceType":{"type":"string"},"kmsKeyId":{"type":"string"},"networkInterfaceId":{"type":"string"},"notebookInstanceArn":{"type":"string"},"notebookInstanceLifecycleConfigName":{"type":"string"},"notebookInstanceName":{"type":"string"},"notebookInstanceStatus":{"type":"string"},"roleArn":{"type":"string"},"rootAccess":{"type":"string"},"securityGroups":{"type":"array","items":{"type":"string"}},"subnetId":{"type":"string"},"url":{"type":"string"},"volumeSizeInGB":{"format":"int32","type":"integer"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Models.CloudSecurityGroupPolicyViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"isProtected":{"type":"boolean"},"securityGroupName":{"type":"string"},"description":{"type":"string"},"vpcId":{"type":"string"},"vpcName":{"type":"string"},"regionId":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"type":"string"},"cloudAccountName":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"securityGroupId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"srl":{"type":"string"},"inboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupPolicyServiceViewModel"}},"outboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupPolicyServiceViewModel"}}}},"Dome9.Web.Api.Models.CloudSecurityGroupPolicyServiceViewModel":{"required":["name","protocolType","openForAll"],"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"protocolType":{"description":"Service Protocol","enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"port":{"description":"indicates a port range","type":"string"},"openForAll":{"description":"indicates the service is open to all ports","type":"boolean"},"scope":{"description":"List of scopes for the service (CIDR / DNS / AWS Security group / IP List / Magic IP)","type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"icmpType":{"description":"/ ICMP type (when protocol is ICMP)","enum":["All","EchoReply","DestinationUnreachable","SourceQuench","Redirect","AlternateHostAddress","Echo","RouterAdvertisement","RouterSelection","TimeExceeded","ParameterProblem","Timestamp","TimestampReply","InformationRequest","InformationReply","AddressMaskRequest","AddressMaskReply","Traceroute","DatagramConversionError","MobileHostRedirect","IPv6WhereAreYou","IPv6IAmHere","MobileRegistrationRequest","MobileRegistrationReply","DomainNameRequest","DomainNameReply","SKIP","Photuris"],"type":"string"},"icmpv6Type":{"description":"ICMP V6 type (when protocol is ICMPV6)","enum":["All"],"type":"string"}}},"Falconetix.WebApi.Models.ScopeElementViewModel":{"type":"object","properties":{"type":{"enum":["CIDR","DNS","IPList","MagicIP","AWS","Tag","ASG","CIDRv6","PrefixList"],"type":"string"},"data":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Models.CloudSecurityGroupProtectionModeChangeViewModel":{"required":["protectionMode"],"type":"object","properties":{"protectionMode":{"enum":["FullManage","ReadOnly"],"type":"string"},"securityGroupId":{"type":"string"}}},"Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel":{"required":["name","protocolType","openForAll"],"type":"object","properties":{"inbound":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"protocolType":{"description":"Service Protocol","enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"port":{"description":"indicates a port range","type":"string"},"openForAll":{"description":"indicates the service is open to all ports","type":"boolean"},"scope":{"description":"List of scopes for the service (CIDR / DNS / AWS Security group / IP List / Magic IP)","type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"icmpType":{"description":"/ ICMP type (when protocol is ICMP)","enum":["All","EchoReply","DestinationUnreachable","SourceQuench","Redirect","AlternateHostAddress","Echo","RouterAdvertisement","RouterSelection","TimeExceeded","ParameterProblem","Timestamp","TimestampReply","InformationRequest","InformationReply","AddressMaskRequest","AddressMaskReply","Traceroute","DatagramConversionError","MobileHostRedirect","IPv6WhereAreYou","IPv6IAmHere","MobileRegistrationRequest","MobileRegistrationReply","DomainNameRequest","DomainNameReply","SKIP","Photuris"],"type":"string"},"icmpv6Type":{"description":"ICMP V6 type (when protocol is ICMPV6)","enum":["All"],"type":"string"}}},"Dome9.Web.Api.Models.CloudSecurityGroupTagsChangeViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Models.CloudSecurityGroupBaseViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"isProtected":{"type":"boolean"},"securityGroupName":{"type":"string"},"description":{"type":"string"},"vpcId":{"type":"string"},"vpcName":{"type":"string"},"regionId":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"type":"string"},"cloudAccountName":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Models.AwsSecurityGroupsIndexGroupViewModel":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"externalId":{"type":"string"},"isProtected":{"type":"boolean"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"vpcId":{"type":"string"},"vpcName":{"type":"string"},"vpcTags":{"type":"object","additionalProperties":{"type":"string"}},"regionId":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"awsAccountExternalId":{"type":"string"},"awsAccountName":{"type":"string"},"awsAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"alertsCount":{"format":"int32","type":"integer"},"instanceCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Onboarding.Requests.OnboardingConfigurationRequest":{"type":"object","properties":{"onboardType":{"enum":["Simple","Advanced"],"type":"string"},"fullProtection":{"type":"boolean"},"cloudVendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"enableStackModify":{"type":"boolean"},"postureManagementConfiguration":{"$ref":"#/definitions/Falconetix.Model.Onboarding.PostureManagement.PostureManagementConfiguration"},"serverlessConfiguration":{"$ref":"#/definitions/Falconetix.Model.Onboarding.Serverless.ServerlessConfiguration"},"intelligenceConfigurations":{"$ref":"#/definitions/Falconetix.Model.Onboarding.Logic.IntelligenceConfigurations"}}},"Falconetix.Model.Onboarding.PostureManagement.PostureManagementConfiguration":{"type":"object","properties":{"rulesets":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Onboarding.Serverless.ServerlessConfiguration":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"Falconetix.Model.Onboarding.Logic.IntelligenceConfigurations":{"type":"object","properties":{"enabled":{"type":"boolean"},"rulesets":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Dome9.Web.Api.Onboarding.ViewModel.AwsStackConfigViewModel":{"type":"object","properties":{"stackName":{"type":"string"},"templateUrl":{"type":"string"},"parameters":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.ViewModel.Parameter"}},"iamCapabilities":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Onboarding.ViewModel.Parameter":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Onboarding.ViewModel.OnboardingInfoViewModel":{"type":"object","properties":{"onboardingId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"initiatedUserName":{"type":"string"},"initiatedUserId":{"format":"int32","type":"integer"},"environmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"environmentName":{"type":"string"},"environmentExternalId":{"type":"string"},"rootStackId":{"type":"string"},"cftVersion":{"type":"string"},"onboardingRequest":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.Requests.OnboardingConfigurationRequest"},"statuses":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Onboarding.ViewModel.OnboardingStatus"}},"intelligenceStackRegion":{"type":"string"}}},"Dome9.Web.Api.Onboarding.ViewModel.OnboardingStatus":{"type":"object","properties":{"module":{"type":"string"},"feature":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string"},"stackStatus":{"type":"string"},"stackMessage":{"type":"string"},"remediationRecommendation":{"type":"string"}}},"Falconetix.Model.AwsVpcEndpointViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"creationTimestamp":{"format":"date-time","type":"string"},"policyDocument":{"type":"string"},"routeTableIds":{"type":"array","items":{"type":"string"}},"serviceName":{"type":"string"},"endpointServices":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.VpcEndpointServiceViewModel"}},"state":{"type":"string"},"vpcEndpointId":{"type":"string"},"vpcId":{"type":"string"}}},"Falconetix.Model.VpcEndpointServiceViewModel":{"type":"object","properties":{"acceptanceRequired":{"type":"boolean"},"availabilityZones":{"type":"array","items":{"type":"string"}},"baseEndpointDnsNames":{"type":"array","items":{"type":"string"}},"managesVpcEndpoints":{"type":"boolean"},"owner":{"type":"string"},"payerResponsibility":{"type":"string"},"privateDnsName":{"type":"string"},"privateDnsNames":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsPrivateDnsDetailsViewModel"}},"privateDnsNameVerificationState":{"type":"string"},"serviceId":{"type":"string"},"serviceName":{"type":"string"},"serviceType":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsServiceTypeDetailViewModel"}},"supportedIpAddressTypes":{"type":"array","items":{"type":"string"}},"tags":{"type":"object","additionalProperties":{"type":"string"}},"vpcEndpointPolicySupported":{"type":"boolean"}}},"Falconetix.Model.AwsPrivateDnsDetailsViewModel":{"type":"object","properties":{"privateDnsName":{"type":"string"}}},"Falconetix.Model.AwsServiceTypeDetailViewModel":{"type":"object","properties":{"serviceType":{"type":"string"}}},"Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"subscriptionId":{"type":"string"},"resourceGroup":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureResourceGroupViewModel"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServicePropertiesViewModel"},"sku":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceSkuViewModel"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Models.AzureResourceGroupViewModel":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServicePropertiesViewModel":{"type":"object","properties":{"asAdministrators":{"type":"array","items":{"type":"string"}},"backupBlobContainerUri":{"type":"string"},"ipV4FirewallSettings":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceIpV4FirewallSettingsViewModel"},"gatewayDetails":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceGatewayDetailsViewModel"},"provisioningState":{"type":"string"},"querypoolConnectionMode":{"type":"string"},"serverFullName":{"type":"string"},"state":{"type":"string"}}},"Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceSkuViewModel":{"type":"object","properties":{"capacity":{"format":"int64","type":"integer"},"name":{"type":"string"},"tier":{"type":"string"}}},"Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceIpV4FirewallSettingsViewModel":{"type":"object","properties":{"enablePowerBIService":{"type":"boolean"},"firewallRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceIPv4FirewallRuleViewModel"}}}},"Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceGatewayDetailsViewModel":{"type":"object","properties":{"dmtsClusterUri":{"type":"string"},"gatewayObjectId":{"type":"string"},"gatewayResourceId":{"type":"string"}}},"Dome9.Web.Api.Azure.AnalysisService.AzureAnalysisServiceIPv4FirewallRuleViewModel":{"type":"object","properties":{"firewallRuleName":{"type":"string"},"rangeStart":{"type":"string"},"rangeEnd":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.AzureApplicationGatewayViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"type":{"type":"string"},"operationalState":{"type":"string"},"provisioningState":{"type":"string"},"vNetName":{"type":"string"},"subnetName":{"type":"string"},"subnetExternalId":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"requestRoutingRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.RequestRoutingRulesViewModel"}},"backendAddressPools":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.BackendAddressPoolViewModel"}},"backendHttpSettingsCollection":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.BackendHttpSettingsCollectionViewModel"}},"frontendIPConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.FrontendIPConfigurationViewModel"}},"frontendPorts":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.FrontendPortViewModel"}},"gatewayIPConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.GatewayIPConfigurationViewModel"}},"httpListeners":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.HttpListenerViewModel"}},"probes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.ProbeViewModel"}},"sku":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.SkuViewModel"},"wafConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.WafConfigurationViewModel"},"urlPathMaps":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.UrlPathMapViewModel"}},"sslCertificates":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.SslCertificateViewModel"}},"sslProfiles":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.SslProfileViewModel"}},"sslPolicyInListener":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.SslPolicyViewModel"},"authenticationlCertificates":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.AuthenticationlCertificateViewModel"}},"diagnosticSettings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.DiagnosticSettings.DiagnosticSettingsViewModel"}},"privateLinkConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.PrivateLinkConfigurationsViewModel"}}}},"Dome9.Web.Api.Azure.ApplicationGateway.RequestRoutingRulesViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"backendAddressPoolExternalId":{"type":"string"},"backendHttpSettingsExternalId":{"type":"string"},"httpListnerExternalId":{"type":"string"},"name":{"type":"string"},"provisioningState":{"type":"string"},"ruleType":{"type":"string"},"urlPathMapId":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.BackendAddressPoolViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"backendIpConfigurations":{"type":"array","items":{"type":"string"}},"backendAddresses":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.ApplicationGateway.BackendHttpSettingsCollectionViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"authenticationCertificatesIds":{"type":"array","items":{"type":"string"}},"cookieBasedAffinity":{"type":"string"},"name":{"type":"string"},"port":{"format":"int32","type":"integer"},"protocol":{"type":"string"},"provisioningState":{"type":"string"},"requestTimeout":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.ApplicationGateway.FrontendIPConfigurationViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"privateIPAddress":{"type":"string"},"privateIPAllocationMethod":{"type":"string"},"provisioningState":{"type":"string"},"subneExternaltId":{"type":"string"},"publicIPExternalId":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.FrontendPortViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"port":{"format":"int32","type":"integer"},"provisioningState":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.GatewayIPConfigurationViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"subnetExternalId":{"type":"string"},"provisioningState":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.HttpListenerViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"frontendIPConfigurationExternalId":{"type":"string"},"frontEndPortExternalId":{"type":"string"},"hostName":{"type":"string"},"name":{"type":"string"},"protocol":{"type":"string"},"provisioningState":{"type":"string"},"requireServerNameIndication":{"type":"boolean"},"sslCertificateExternalId":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.ProbeViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"host":{"type":"string"},"interval":{"format":"int32","type":"integer"},"name":{"type":"string"},"path":{"type":"string"},"protocol":{"type":"string"},"provisioningState":{"type":"string"},"timeout":{"format":"int32","type":"integer"},"unhealthyThreshold":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.ApplicationGateway.SkuViewModel":{"type":"object","properties":{"capacity":{"format":"int32","type":"integer"},"name":{"type":"string"},"tier":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.WafConfigurationViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"firewallMode":{"type":"string"},"ruleSetType":{"type":"string"},"ruleSetVersion":{"type":"string"},"disabledRuleGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.DisabledRuleGroupViewModel"}}}},"Dome9.Web.Api.Azure.ApplicationGateway.UrlPathMapViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"defaultBackendAddresPoolExternalId":{"type":"string"},"defaultRedirectConfigurationExternalId":{"type":"string"},"name":{"type":"string"},"provisioningState":{"type":"string"},"pathRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.PathRuleViewModel"}}}},"Dome9.Web.Api.Azure.ApplicationGateway.SslCertificateViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"provisioningState":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.SslProfileViewModel":{"type":"object","properties":{"trustedClientCertificates":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureNetworkSubResourceViewModel"}},"sslPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.SslPolicyViewModel"},"clientAuthConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.ClientAuthConfigurationViewModel"},"provisioningState":{"type":"string"},"name":{"type":"string"},"etag":{"type":"string"},"type":{"type":"string"},"id":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.SslPolicyViewModel":{"type":"object","properties":{"disabledSslProtocols":{"type":"array","items":{"type":"string"}},"policyType":{"type":"string"},"policyName":{"type":"string"},"cipherSuites":{"type":"array","items":{"type":"string"}},"minProtocolVersion":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.AuthenticationlCertificateViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"provisioningState":{"type":"string"}}},"Dome9.Web.Api.Azure.DiagnosticSettings.DiagnosticSettingsViewModel":{"type":"object","properties":{"id":{"type":"string"},"eventHubAuthorizationRuleId":{"type":"string"},"eventHubName":{"type":"string"},"logs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.DiagnosticSettings.LogAuditViewModel"}},"metrics":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.DiagnosticSettings.MetricAuditViewModel"}},"storageAccount":{"type":"string"},"workspaceId":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.PrivateLinkConfigurationsViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"ipConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ApplicationGateway.PrivateLinkIPConfigurationViewModel"}},"etag":{"type":"string"},"type":{"type":"string"},"provisioningState":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.DisabledRuleGroupViewModel":{"type":"object","properties":{"ruleGroupName":{"type":"string"},"rules":{"type":"array","items":{"format":"int32","type":"integer"}}}},"Dome9.Web.Api.Azure.ApplicationGateway.PathRuleViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"backendAddressPoolExternalId":{"type":"string"},"backendHttpSettingsExternalId":{"type":"string"},"name":{"type":"string"},"provisioningState":{"type":"string"},"paths":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.AzureNetworkSubResourceViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.ClientAuthConfigurationViewModel":{"type":"object","properties":{"verifyClientCertIssuerDN":{"type":"boolean"},"verifyClientRevocation":{"type":"string"}}},"Dome9.Web.Api.Azure.DiagnosticSettings.LogAuditViewModel":{"type":"object","properties":{"category":{"type":"string"},"categoryGroup":{"type":"string"},"enabled":{"type":"boolean"},"retentionDays":{"format":"int32","type":"integer"},"retentionStatus":{"type":"boolean"}}},"Dome9.Web.Api.Azure.DiagnosticSettings.MetricAuditViewModel":{"type":"object","properties":{"category":{"type":"string"},"enabled":{"type":"boolean"},"retentionDays":{"format":"int32","type":"integer"},"retentionStatus":{"type":"boolean"},"timeGrain":{"type":"string"}}},"Dome9.Web.Api.Azure.ApplicationGateway.PrivateLinkIPConfigurationViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"etag":{"type":"string"},"type":{"type":"string"},"privateIPAddress":{"type":"string"},"privateIPAllocationMethod":{"type":"string"},"primary":{"type":"boolean"},"subnetId":{"type":"string"}}},"Dome9.Web.Api.Models.AzureApplicationSecurityGroupViewModel":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"id":{"type":"string"},"externalId":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"CGN.Common.Model.CloudAccounts.Onboarding.AzureSimplifiedOnboardingExecCmdRequest":{"required":["activeBlades"],"type":"object","properties":{"workflowId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"subscriptionId":{"type":"string"},"managementGroupIdOrTenantId":{"type":"string"},"useCloudGuardManagedApp":{"type":"boolean"},"validatePermission":{"type":"boolean"},"appId":{"type":"string"},"appName":{"type":"string"},"appRegistrationId":{"type":"string"},"accountType":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"activeBlades":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.Blades.Blades"}}},"CGN.Common.Model.CloudAccounts.Onboarding.Blades.Blades":{"required":["awp","serverless","cdr","postureManagement"],"type":"object","properties":{"awp":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.Blades.AwpConfiguration"},"serverless":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.Blades.ServerlessConfiguration"},"cdr":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.Blades.CdrConfiguration"},"postureManagement":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.Blades.PostureManagement"}}},"CGN.Common.Model.CloudAccounts.Onboarding.Blades.AwpConfiguration":{"type":"object","properties":{"onboardingMode":{"enum":["saas","inAccount","inAccountHub"],"type":"string"},"centralizedSubscriptionId":{"type":"string"},"withFunctionAppsScan":{"type":"boolean"},"withSseCmkEncryptedDisksScan":{"type":"boolean"},"isEnabled":{"type":"boolean"}}},"CGN.Common.Model.CloudAccounts.Onboarding.Blades.ServerlessConfiguration":{"type":"object","properties":{"isEnabled":{"type":"boolean"}}},"CGN.Common.Model.CloudAccounts.Onboarding.Blades.CdrConfiguration":{"type":"object","properties":{"accounts":{"type":"array","items":{"$ref":"#/definitions/CGN.Common.Model.CloudAccounts.Onboarding.Blades.StorageAccount"}},"isEnabled":{"type":"boolean"}}},"CGN.Common.Model.CloudAccounts.Onboarding.Blades.PostureManagement":{"type":"object","properties":{"onboardingMode":{"enum":["read-only","manage"],"type":"string"}}},"CGN.Common.Model.CloudAccounts.Onboarding.Blades.StorageAccount":{"type":"object","properties":{"storageId":{"type":"string"},"logTypes":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.Accounts.AzureAccountOperationModeViewModel":{"required":["operationMode"],"type":"object","properties":{"operationMode":{"enum":["Read","Manage"],"type":"string"}}},"Dome9.Web.Api.Models.AzureCloudAccountViewModel":{"description":"account details","required":["subscriptionId","tenantId","credentials","operationMode"],"type":"object","properties":{"id":{"format":"uuid","description":"account id in Dome9","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"account name (in Dome9)","type":"string"},"subscriptionId":{"description":"Azure subscription id","type":"string"},"managementGroupId":{"description":"Azure management group id","type":"string"},"tenantId":{"description":"Azure tenant id","type":"string"},"credentials":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureAccountCredentialsViewModel","description":"Azure account credentials"},"operationMode":{"description":"Dome9 operation mode for the Azure account (Read-Only or Managed)","enum":["Read","Manage"],"type":"string"},"error":{"description":"Error status for the account onboarding process to Dome9","type":"string"},"creationDate":{"format":"date-time","description":"date Azure account was onboarded to a Dome9 account","type":"string"},"isMultiTenant":{"description":"Indicates whether the cloud account is managed under a multi-tenant account","type":"boolean"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"organizationalUnitPath":{"type":"string"},"organizationalUnitName":{"type":"string"},"vendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"onboardingManagementMethod":{"enum":["Undefined","OrganizationOnboarding","DetachedFromOrganizationOnboarding","UnifiedOnboarding","SimplifiedOnboarding","ManualOnboarding"],"type":"string"},"magellan":{"type":"boolean"},"missingPermissions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.AzureAccountCredentialsViewModel":{"required":["clientId","clientPassword"],"type":"object","properties":{"clientId":{"description":"Azure account id","type":"string"},"clientPassword":{"description":"Password for account","type":"string"}}},"Dome9.Web.Api.Azure.Accounts.AzureAccountNameModeViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Dome9.Web.Api.Azure.Accounts.AzureCloudAccountCredentialsPutViewModel":{"required":["applicationId","applicationKey"],"type":"object","properties":{"applicationId":{"type":"string"},"applicationKey":{"type":"string"}}},"Dome9.Web.Api.Azure.ComputeGalleryImage.ViewModels.AzureComputeGalleryImageViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"location":{"type":"string"},"hyperVGeneration":{"type":"string"},"architecture":{"type":"string"},"osType":{"type":"string"},"osState":{"type":"string"},"provisioningState":{"type":"string"},"versions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ComputeGalleryImage.ViewModels.AzureComputeGalleryImageVersionViewModel"}},"latestVersion":{"$ref":"#/definitions/Dome9.Web.Api.Azure.ComputeGalleryImage.ViewModels.AzureComputeGalleryImageVersionViewModel"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Azure.ComputeGalleryImage.ViewModels.AzureComputeGalleryImageVersionViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"imageId":{"type":"string"},"publishedDate":{"format":"int64","type":"integer"},"endOfLifeDate":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbAccountViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}},"documentEndpoint":{"type":"string"},"type":{"type":"string"},"kind":{"type":"string"},"consistencyPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbConsistencyPolicyViewModel"},"defaultConsistencyLevel":{"enum":["Eventual","Session","BoundedStaleness","Strong","ConsistentPrefix"],"type":"string"},"readableReplications":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbLocationViewModel"}},"writableReplications":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbLocationViewModel"}},"databaseAccountOfferType":{"enum":["Standard"],"type":"string"},"ipRangeFilter":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbConsistencyPolicyViewModel":{"type":"object","properties":{"defaultConsistencyLevel":{"enum":["Eventual","Session","BoundedStaleness","Strong","ConsistentPrefix"],"type":"string"},"maxStalenessPrefix":{"format":"int64","type":"integer"},"maxIntervalInSeconds":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.CosmosDbAccount.AzureCosmosDbLocationViewModel":{"type":"object","properties":{"id":{"type":"string"},"locationName":{"type":"string"},"documentEndpoint":{"type":"string"},"provisioningState":{"type":"string"},"failoverPriority":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.Disk.DiskViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskPropertiesViewModel"},"location":{"type":"string"},"managedBy":{"type":"string"},"zones":{"type":"array","items":{"type":"string"}},"managedByExtended":{"type":"array","items":{"type":"string"}},"sku":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.BaseEntities.Azure.Disk.DiskSkuRuleEntity"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Azure.Disk.DiskPropertiesViewModel":{"type":"object","properties":{"osType":{"type":"string"},"creationData":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskCreationDataViewModel"},"diskSizeGB":{"format":"int64","type":"integer"},"encryptionSettingsCollection":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskEncryptionSettingsCollectionViewModel"},"encryption":{"type":"string"},"timeCreated":{"format":"int64","type":"integer"},"provisioningState":{"type":"string"},"diskIOPSReadWrite":{"format":"int64","type":"integer"},"diskMBpsReadWrite":{"format":"int64","type":"integer"},"maxShares":{"format":"int64","type":"integer"},"diskState":{"type":"string"},"diskSizeBytes":{"format":"int64","type":"integer"},"uniqueId":{"type":"string"},"networkAccessPolicy":{"type":"string"},"tier":{"type":"string"},"hyperVGeneration":{"type":"string"},"shareInfo":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.RuleEngine.Entities.BaseEntities.Azure.Disk.DiskSkuRuleEntity":{"type":"object","properties":{"name":{"type":"string"},"tier":{"type":"string"}}},"Dome9.Web.Api.Azure.Disk.DiskCreationDataViewModel":{"type":"object","properties":{"createOption":{"type":"string"},"sourceResourceId":{"type":"string"},"sourceUniqueId":{"type":"string"},"sourceUri":{"type":"string"},"storageAccountId":{"type":"string"},"uploadSizeBytes":{"format":"int64","type":"integer"},"logicalSectorSize":{"format":"int64","type":"integer"},"galleryImageReference":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskImageDiskReferenceViewModel"},"imageReference":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskImageDiskReferenceViewModel"}}},"Dome9.Web.Api.Azure.Disk.DiskEncryptionSettingsCollectionViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"encryptionSettings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskEncryptionSettingViewModel"}},"encryptionSettingsVersion":{"type":"string"}}},"Dome9.Web.Api.Azure.Disk.DiskImageDiskReferenceViewModel":{"type":"object","properties":{"id":{"type":"string"},"lun":{"type":"string"}}},"Dome9.Web.Api.Azure.Disk.DiskEncryptionSettingViewModel":{"type":"object","properties":{"diskEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskDiskEncryptionKeyViewModel"},"keyEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Disk.DiskKeyEncryptionKeyViewModel"}}},"Dome9.Web.Api.Azure.Disk.DiskDiskEncryptionKeyViewModel":{"type":"object","properties":{"sourceVault":{"type":"string"},"secretUrl":{"type":"string"}}},"Dome9.Web.Api.Azure.Disk.DiskKeyEncryptionKeyViewModel":{"type":"object","properties":{"sourceVault":{"type":"string"},"keyUrl":{"type":"string"}}},"Falconetix.Model.AzureAppServiceViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"subscriptionId":{"type":"string"},"tenantId":{"type":"string"},"region":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"inner":{"$ref":"#/definitions/Falconetix.Model.AppServiceSiteInnerViewModel"},"functions":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AppServiceFunctionsViewModel"}},"applicationSettings":{"$ref":"#/definitions/Falconetix.Model.AppServiceApplicationSettings"}}},"Falconetix.Model.AppServiceSiteInnerViewModel":{"type":"object","properties":{"hostNames":{"type":"array","items":{"type":"string"}},"repositorySiteName":{"type":"string"},"enabled":{"type":"boolean"},"enabledHostNames":{"type":"array","items":{"type":"string"}},"hostNameSslStates":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AppServiceHostNameSslStateViewModel"}},"serverFarmId":{"type":"string"},"reserved":{"type":"boolean"},"lastModifiedTimeUtc":{"format":"date-time","type":"string"},"clientCertEnabled":{"type":"boolean"},"outboundIpAddresses":{"type":"array","items":{"type":"string"}},"possibleOutboundIpAddresses":{"type":"array","items":{"type":"string"}},"resourceGroup":{"type":"string"},"defaultHostName":{"type":"string"},"kind":{"type":"string"}}},"Falconetix.Model.AppServiceFunctionsViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"kind":{"type":"string"},"functionAppId":{"type":"string"},"scriptRootPathHref":{"type":"string"},"scriptHref":{"type":"string"},"configHref":{"type":"string"},"secretsFileHref":{"type":"string"},"href":{"type":"string"},"config":{"type":"string"},"files":{"type":"object","additionalProperties":{"type":"string"}},"testData":{"type":"string"},"testDataHref":{"type":"string"},"invokeUrlTemplate":{"type":"string"},"language":{"type":"string"},"isDisabled":{"type":"boolean"}}},"Falconetix.Model.AppServiceApplicationSettings":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"kind":{"type":"string"},"properties":{"type":"object","additionalProperties":{"type":"string"}}}},"Falconetix.Model.AppServiceHostNameSslStateViewModel":{"type":"object","properties":{"name":{"type":"string"},"sslState":{"type":"string"},"virtualIP":{"type":"string"},"thumbprint":{"type":"string"},"toUpdate":{"type":"boolean"},"hostType":{"type":"string"}}},"Dome9.Web.Api.Azure.KeyVault.AzureKeyVaultViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.PropertiesViewModel"},"keys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.KeyViewModel"}},"secrets":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.SecretViewModel"}},"certificates":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.CertificateViewModel"}},"diagnosticSettings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.DiagnosticSettings.DiagnosticSettingsViewModel"}}}},"Dome9.Web.Api.Azure.KeyVault.PropertiesViewModel":{"type":"object","properties":{"enabledForDeployment":{"type":"boolean"},"enabledForDiskEncryption":{"type":"boolean"},"enabledForTemplateDeployment":{"type":"boolean"},"enableSoftDelete":{"type":"boolean"},"sku":{"type":"string"},"vaultUri":{"type":"string"},"tenantId":{"type":"string"},"accessPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.AccessPolicyViewModel"}}}},"Dome9.Web.Api.Azure.KeyVault.KeyViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}},"kid":{"type":"string"},"managed":{"type":"boolean"},"created":{"format":"date-time","type":"string"},"enabled":{"type":"boolean"},"expires":{"format":"date-time","type":"string"},"notBefore":{"format":"date-time","type":"string"},"updated":{"format":"date-time","type":"string"},"identifier":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}}},"Dome9.Web.Api.Azure.KeyVault.SecretViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}},"managed":{"type":"boolean"},"contentType":{"type":"string"},"created":{"format":"date-time","type":"string"},"enabled":{"type":"boolean"},"expires":{"format":"date-time","type":"string"},"notBefore":{"format":"date-time","type":"string"},"updated":{"format":"date-time","type":"string"},"identifier":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}}},"Dome9.Web.Api.Azure.KeyVault.CertificateViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}},"x509Thumbprint":{"type":"string"},"certificatePolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.CertificatePolicyViewModel"},"created":{"format":"date-time","type":"string"},"enabled":{"type":"boolean"},"expires":{"format":"date-time","type":"string"},"notBefore":{"format":"date-time","type":"string"},"updated":{"format":"date-time","type":"string"},"identifier":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"}}},"Dome9.Web.Api.Azure.KeyVault.AccessPolicyViewModel":{"type":"object","properties":{"applicationId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"objectId":{"type":"string"},"tenantId":{"type":"string"},"permissions":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.PermissionsViewModel"}}},"Dome9.Web.Api.Azure.KeyVault.CertificatePolicyViewModel":{"type":"object","properties":{"issuerName":{"type":"string"},"certificateType":{"type":"string"},"keyProperties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.CertificatePolicyKeyPropertiesViewModel"},"lifeTimeActions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.CertificatePolicyLifeTimeActionViewModel"}},"secretContentType":{"type":"string"},"x509CertificateProperties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.KeyVault.CertificatePolicyX509PropertiesViewModel"}}},"Dome9.Web.Api.Azure.KeyVault.PermissionsViewModel":{"type":"object","properties":{"certificates":{"type":"array","items":{"type":"string"}},"keys":{"type":"array","items":{"type":"string"}},"secrets":{"type":"array","items":{"type":"string"}},"storage":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.KeyVault.CertificatePolicyKeyPropertiesViewModel":{"type":"object","properties":{"exportable":{"type":"boolean"},"keySize":{"format":"int32","type":"integer"},"keyType":{"type":"string"},"reuseKey":{"type":"boolean"}}},"Dome9.Web.Api.Azure.KeyVault.CertificatePolicyLifeTimeActionViewModel":{"type":"object","properties":{"action":{"type":"string"},"trigger":{"type":"string"},"lifeTimeValue":{"type":"string"}}},"Dome9.Web.Api.Azure.KeyVault.CertificatePolicyX509PropertiesViewModel":{"type":"object","properties":{"ekus":{"type":"array","items":{"type":"string"}},"keyUsage":{"type":"array","items":{"type":"string"}},"subject":{"type":"string"},"dnsNames":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"location":{"type":"string"},"identity":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterIdentityViewModel"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesPropertiesViewModel"},"diagnosticSettings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.DiagnosticSettings.DiagnosticSettingsViewModel"}}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterIdentityViewModel":{"type":"object","properties":{"principalId":{"type":"string"},"tenantId":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesPropertiesViewModel":{"type":"object","properties":{"aadProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAADProfileViewModel"},"addonProfiles":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAddonProfileViewModel]"}},"agentPoolProfiles":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAgentPoolProfileViewModel"}},"apiServerAccessProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAPIServerAccessProfileViewModel"},"dnsPrefix":{"type":"string"},"enablePodSecurityPolicy":{"type":"boolean"},"enableRBAC":{"type":"boolean"},"fqdn":{"type":"string"},"kubernetesVersion":{"type":"string"},"linuxProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceLinuxProfileViewModel"},"maxAgentPools":{"format":"int32","type":"integer"},"networkProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceNetworkProfileViewModel"},"nodeResourceGroup":{"type":"string"},"provisioningState":{"type":"string"},"servicePrincipalProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterServicePrincipalProfileViewModel"},"windowsProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterWindowsProfileViewModel"},"identityProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterIdentityProfileViewModel"},"powerState":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterPowerStateViewModel"},"autoUpgradeProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAutoUpgradeProfileViewModel"},"storageProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileViewModel"},"httpProxyConfig":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterHTTPProxyConfigViewModel"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAADProfileViewModel":{"type":"object","properties":{"clientAppID":{"type":"string"},"serverAppID":{"type":"string"},"tenantID":{"type":"string"}}},"System.Collections.Generic.KeyValuePair[System.String,Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAddonProfileViewModel]":{"type":"object","properties":{"key":{"type":"string","readOnly":true},"value":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAddonProfileViewModel","readOnly":true}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAgentPoolProfileViewModel":{"type":"object","properties":{"availabilityZones":{"type":"array","items":{"type":"string"}},"count":{"format":"int32","type":"integer"},"enableAutoScaling":{"type":"boolean"},"enableNodePublicIP":{"type":"boolean"},"maxCount":{"format":"int32","type":"integer"},"maxPods":{"format":"int32","type":"integer"},"minCount":{"format":"int32","type":"integer"},"name":{"type":"string"},"nodeTaints":{"type":"array","items":{"type":"string"}},"orchestratorVersion":{"type":"string"},"osDiskSizeGB":{"format":"int32","type":"integer"},"osType":{"type":"string"},"provisioningState":{"type":"string"},"scaleSetEvictionPolicy":{"type":"string"},"scaleSetPriority":{"type":"string"},"type":{"type":"string"},"vmSize":{"type":"string"},"vnetSubnetID":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAPIServerAccessProfileViewModel":{"type":"object","properties":{"authorizedIPRanges":{"type":"array","items":{"type":"string"}},"enablePrivateCluster":{"type":"boolean"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceLinuxProfileViewModel":{"type":"object","properties":{"adminUsername":{"type":"string"},"ssh":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceSshConfigurationViewModel"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceNetworkProfileViewModel":{"type":"object","properties":{"dnsServiceIP":{"type":"string"},"dockerBridgeCidr":{"type":"string"},"loadBalancerProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel"},"loadBalancerSku":{"type":"string"},"networkPlugin":{"type":"string"},"networkPolicy":{"type":"string"},"podCidr":{"type":"string"},"serviceCidr":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterServicePrincipalProfileViewModel":{"type":"object","properties":{"clientId":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterWindowsProfileViewModel":{"type":"object","properties":{"adminUsername":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterIdentityProfileViewModel":{"type":"object","properties":{"kubeletidentity":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterKubeletIdentityViewModel"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterPowerStateViewModel":{"type":"object","properties":{"code":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAutoUpgradeProfileViewModel":{"type":"object","properties":{"upgradeChannel":{"type":"string"},"nodeOSUpgradeChannel":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileViewModel":{"type":"object","properties":{"blobCSIDriver":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileSettingsViewModel"},"diskCSIDriver":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileSettingsViewModel"},"fileCSIDriver":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileSettingsViewModel"},"snapshotController":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileSettingsViewModel"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterHTTPProxyConfigViewModel":{"type":"object","properties":{"httpProxy":{"type":"string"},"httpsProxy":{"type":"string"},"noProxy":{"type":"array","items":{"type":"string"}},"trustedCa":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterAddonProfileViewModel":{"type":"object","properties":{"config":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}},"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceSshConfigurationViewModel":{"type":"object","properties":{"publicKeys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceSshConfigurationViewModel.ContainerServiceSshPublicKeyViewModel"}}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel":{"type":"object","properties":{"effectiveOutboundIPs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.ResourceReferenceViewModel"}},"managedOutboundIPs":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.AzureKubernetesManagedOutboundIPsViewModel"},"outboundIpPrefixes":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.OutboundIPPrefixesViewModel"},"outboundIPs":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.AzureKubernetesOutboundIPsViewModel"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterKubeletIdentityViewModel":{"type":"object","properties":{"clientId":{"type":"string"},"objectId":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterStorageProfileSettingsViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesContainerServiceSshConfigurationViewModel.ContainerServiceSshPublicKeyViewModel":{"type":"object","properties":{"keyData":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.ResourceReferenceViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.AzureKubernetesManagedOutboundIPsViewModel":{"type":"object","properties":{"count":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.OutboundIPPrefixesViewModel":{"type":"object","properties":{"publicIPPrefixes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.ResourceReferenceViewModel"}}}},"Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.AzureKubernetesOutboundIPsViewModel":{"type":"object","properties":{"publicIPs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureKubernetesCluster.AzureKubernetesManagedClusterLoadBalancerProfileViewModel.ResourceReferenceViewModel"}}}},"Dome9.Web.Api.Models.AzureLoadBalancerViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}},"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"loadBalancerType":{"type":"string"},"virtualNetworkId":{"type":"string"},"virtualNetworkName":{"type":"string"},"backendAddressPools":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureBackendAddressPoolViewModel"}},"healthProbes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureLoadBalancerProbeViewModel"}},"inboundNatServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureInboundNatServiceViewModel"}},"loadBalancingServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureLoadBalancingServiceViewModel"}},"ipConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureIPConfigurationViewModel"}}}},"Dome9.Web.Api.Models.AzureBackendAddressPoolViewModel":{"type":"object","properties":{"name":{"type":"string"},"virtualMachines":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.AzureLoadBalancerProbeViewModel":{"type":"object","properties":{"name":{"type":"string"},"protocol":{"type":"string"},"port":{"format":"int32","type":"integer"},"intervalInSeconds":{"format":"int32","type":"integer"},"unhealthyThreshold":{"format":"int32","type":"integer"},"requestPath":{"type":"string"}}},"Dome9.Web.Api.Models.AzureInboundNatServiceViewModel":{"type":"object","properties":{"name":{"type":"string"},"virtualMachineTarget":{"type":"string"},"backendPort":{"format":"int32","type":"integer"},"frontendPort":{"format":"int32","type":"integer"},"protocol":{"type":"string"},"enableFloatingIP":{"type":"boolean"}}},"Dome9.Web.Api.Models.AzureLoadBalancingServiceViewModel":{"type":"object","properties":{"name":{"type":"string"},"protocol":{"type":"string"},"backendAddressPool":{"type":"string"},"backendPort":{"format":"int32","type":"integer"},"frontendPort":{"format":"int32","type":"integer"},"probe":{"type":"string"},"idleTimeoutInMinutes":{"format":"int32","type":"integer"},"loadDistribution":{"type":"string"},"enableFloatingIP":{"type":"boolean"}}},"Dome9.Web.Api.Models.AzureIPConfigurationViewModel":{"type":"object","properties":{"name":{"type":"string"},"publicIPAddress":{"type":"string"},"publicIPAllocationMethod":{"enum":["Unallocated","Dynamic","Static"],"type":"string"},"dnsName":{"type":"string"},"privateIPAddress":{"type":"string"},"privateIPAllocationMethod":{"enum":["Unallocated","Dynamic","Static"],"type":"string"},"subnet":{"type":"string"}}},"Dome9.Web.Api.Azure.Locks.AzureLockViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"scope":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"resource":{"type":"string"},"level":{"type":"string"},"notes":{"type":"string"}}},"Falconetix.Model.AzureLogicAppViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"location":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"provisioningState":{"enum":["NotSpecified","Accepted","Running","Ready","Creating","Created","Deleting","Deleted","Canceled","Failed","Succeeded","Moving","Updating","Registering","Registered","Unregistering","Unregistered","Completed"],"type":"string"},"createdTime":{"format":"date-time","type":"string"},"changedTime":{"format":"date-time","type":"string"},"state":{"enum":["NotSpecified","Completed","Enabled","Disabled","Deleted","Suspended"],"type":"string"},"version":{"type":"string"},"accessEndpoint":{"type":"string"},"definition":{"type":"object"},"sku":{"$ref":"#/definitions/Falconetix.Model.AzureLogicAppSkuViewModel"},"integrationAccount":{"$ref":"#/definitions/Falconetix.Model.AzureLogicAppResourceReferenceViewModel"},"parameters":{"type":"object","additionalProperties":{"$ref":"#/definitions/Falconetix.Model.AzureLogicAppWorkflowParameterViewModel"}}}},"Falconetix.Model.AzureLogicAppSkuViewModel":{"type":"object","properties":{"name":{"enum":["NotSpecified","Free","Shared","Basic","Standard","Premium"],"type":"string"},"plan":{"$ref":"#/definitions/Falconetix.Model.AzureLogicAppResourceReferenceViewModel"}}},"Falconetix.Model.AzureLogicAppResourceReferenceViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"}}},"Falconetix.Model.AzureLogicAppWorkflowParameterViewModel":{"type":"object","properties":{"type":{"type":"string"},"description":{"type":"string"},"value":{"type":"object"},"metadata":{"type":"object"}}},"Dome9.Web.Api.Azure.LogProfile.AzureLogProfileViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}},"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.LogProfile.AzureLogProfilePropertiesViewModel"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"resourceGroup":{"type":"string"}}},"Dome9.Web.Api.Azure.LogProfile.AzureLogProfilePropertiesViewModel":{"type":"object","properties":{"storageAccountId":{"type":"string"},"serviceBusRuleId":{"type":"string"},"locations":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"retentionPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.LogProfile.AzureLogProfileRetentionPolicyViewModel"}}},"Dome9.Web.Api.Azure.LogProfile.AzureLogProfileRetentionPolicyViewModel":{"type":"object","properties":{"enabled":{"type":"string"},"days":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"location":{"type":"string"},"identity":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureRestApiIdentityViewModel"},"sku":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureRestApiSkuViewModel"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentPropertiesViewModel"}}},"Dome9.Web.Api.Azure.AzureRestApiIdentityViewModel":{"type":"object","properties":{"type":{"type":"string"},"principalId":{"type":"string"},"tenantId":{"type":"string"}}},"Dome9.Web.Api.Azure.AzureRestApiSkuViewModel":{"type":"object","properties":{"name":{"type":"string"},"tier":{"type":"string"}}},"Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentPropertiesViewModel":{"type":"object","properties":{"displayName":{"type":"string"},"description":{"type":"string"},"policyDefinitionId":{"type":"string"},"scope":{"type":"string"},"notScopes":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"#/definitions/Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentMetadataViewModel"},"parameters":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}}}},"Dome9.Web.Api.Azure.PolicyAssignment.AzurePolicyAssignmentMetadataViewModel":{"type":"object","properties":{"assignedBy":{"type":"string"},"createdOn":{"format":"date-time","type":"string"},"updatedOn":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisCacheViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"enableNonSslPort":{"type":"boolean"},"hostName":{"type":"string"},"linkedServersIds":{"type":"array","items":{"type":"string"}},"nonSslPort":{"format":"int32","type":"integer"},"provisioningState":{"type":"string"},"redisConfiguration":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}},"redisVersion":{"type":"string"},"shardCount":{"format":"int32","type":"integer"},"sku":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureSkuViewModel"},"sslPort":{"format":"int32","type":"integer"},"staticIP":{"type":"string"},"subnetId":{"type":"string"},"tenantSettings":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}},"zones":{"type":"array","items":{"type":"string"}},"firewallRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisFirewallRuleViewModel"}},"linkedServers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisLinkedServerViewModel"}},"scheduleUpdates":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisScheduleEntryViewModel"}},"diagnosticSettings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.DiagnosticSettings.DiagnosticSettingsViewModel"}}}},"Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureSkuViewModel":{"type":"object","properties":{"capacity":{"format":"int32","type":"integer"},"family":{"type":"string"},"name":{"type":"string"}}},"Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisFirewallRuleViewModel":{"type":"object","properties":{"endIp":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"startIp":{"type":"string"}}},"Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisLinkedServerViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"linkedRedisCacheId":{"type":"string"},"linkedRedisCacheLocation":{"type":"string"},"name":{"type":"string"},"provisioningState":{"type":"string"},"serverRole":{"type":"string"}}},"Dome9.Web.Api.Azure.RedisCache.ViewModels.AzureRedisScheduleEntryViewModel":{"type":"object","properties":{"dayOfWeek":{"type":"string"},"maintenanceWindow":{"type":"string"},"startHourUtc":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.RouteTable.AzureRouteTableViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"type":{"type":"string","readOnly":true},"location":{"type":"string","readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"routes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.RouteTable.AzureRouteViewModel"}},"subnets":{"type":"array","items":{"type":"string"},"readOnly":true},"disableBgpRoutePropagation":{"type":"boolean","readOnly":true},"provisioningState":{"type":"string","readOnly":true},"etag":{"type":"string","readOnly":true},"resourceGroup":{"type":"string","readOnly":true}}},"Dome9.Web.Api.Azure.RouteTable.AzureRouteViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"etag":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"addressPrefix":{"type":"string","readOnly":true},"nextHopIpAddress":{"type":"string","readOnly":true},"nextHopType":{"type":"string","readOnly":true},"provisioningState":{"type":"string","readOnly":true}}},"Dome9.Web.Api.Models.AzureSecurityGroupViewModel":{"type":"object","properties":{"tags":{"type":"object","additionalProperties":{"type":"string"}},"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountName":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"isProtected":{"type":"boolean"},"services":{"type":"object","properties":{"inbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureSecurityGroupServiceViewModel"}},"outbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureSecurityGroupServiceViewModel"}}}}}},"Dome9.Web.Api.Models.AzureSecurityGroupServiceViewModel":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"access":{"enum":["Allow","Deny"],"type":"string"},"direction":{"enum":["Inbound","Outbound"],"type":"string"},"priority":{"format":"int32","type":"integer"},"protocol":{"type":"string"},"sourceAddressPrefixes":{"type":"array","items":{"type":"string"}},"sourcePortRanges":{"type":"array","items":{"type":"string"}},"destinationAddressPrefixes":{"type":"array","items":{"type":"string"}},"destinationPortRanges":{"type":"array","items":{"type":"string"}},"isDefault":{"type":"boolean"}}},"Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyGetViewModel":{"required":["cloudAccountId","name","region","resourceGroup"],"type":"object","properties":{"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"id":{"format":"uuid","description":"Policy id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalSecurityGroupId":{"description":"Internal use only","type":"string"},"accountId":{"format":"int64","description":"Dome9 account id","type":"integer"},"cloudAccountName":{"description":"Azure cloud account name","type":"string"},"lastUpdatedByDome9":{"type":"boolean"},"error":{"$ref":"#/definitions/Dome9.Web.Api.Azure.AzureErrorStateViewModel"},"inboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyServiceGetViewModel"}},"outboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyServiceGetViewModel"}},"cloudAccountId":{"format":"uuid","description":"Cloud account id for policy","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"policy name","type":"string"},"description":{"description":"policy description","type":"string"},"region":{"description":"policy region","type":"string"},"resourceGroup":{"description":"Azure resource group name","type":"string"},"isTamperProtected":{"description":"policy is tamper protected","type":"boolean"}}},"Dome9.Web.Api.Azure.AzureErrorStateViewModel":{"type":"object","properties":{"action":{"type":"string"},"errorMessage":{"type":"string"}}},"Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyServiceGetViewModel":{"required":["name","priority","access","protocol","sourceScopes","destinationScopes"],"type":"object","properties":{"direction":{"description":"Service direction (Inbound / Outbound)","type":"string"},"name":{"description":"Service name","type":"string"},"description":{"description":"Service description","type":"string"},"priority":{"format":"int32","description":"Service priority (a number between 100 and 4096)","type":"integer"},"access":{"description":"Service access (Allow / Deny)","type":"string"},"protocol":{"description":"Service protocol (UDP / TCP / ANY)","type":"string"},"sourcePortRanges":{"description":"Source port ranges","type":"array","items":{"type":"string"}},"sourceScopes":{"description":"List of source scopes for the service (CIDR / IP List / Tag)","type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"destinationPortRanges":{"description":"Destination port ranges","type":"array","items":{"type":"string"}},"destinationScopes":{"description":"List of destination scopes for the service (CIDR / IP List / Tag)","type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"isDefault":{"type":"boolean"}}},"Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyPostViewModel":{"required":["cloudAccountId","name","region","resourceGroup"],"type":"object","properties":{"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"inboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyServiceViewModel"}},"outboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyServiceViewModel"}},"cloudAccountId":{"format":"uuid","description":"Cloud account id for policy","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"policy name","type":"string"},"description":{"description":"policy description","type":"string"},"region":{"description":"policy region","type":"string"},"resourceGroup":{"description":"Azure resource group name","type":"string"},"isTamperProtected":{"description":"policy is tamper protected","type":"boolean"}}},"Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyServiceViewModel":{"required":["name","priority","access","protocol","sourceScopes","destinationScopes"],"type":"object","properties":{"name":{"description":"Service name","type":"string"},"description":{"description":"Service description","type":"string"},"priority":{"format":"int32","description":"Service priority (a number between 100 and 4096)","type":"integer"},"access":{"description":"Service access (Allow / Deny)","type":"string"},"protocol":{"description":"Service protocol (UDP / TCP / ANY)","type":"string"},"sourcePortRanges":{"description":"Source port ranges","type":"array","items":{"type":"string"}},"sourceScopes":{"description":"List of source scopes for the service (CIDR / IP List / Tag)","type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"destinationPortRanges":{"description":"Destination port ranges","type":"array","items":{"type":"string"}},"destinationScopes":{"description":"List of destination scopes for the service (CIDR / IP List / Tag)","type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"isDefault":{"type":"boolean"}}},"Dome9.Web.Api.Azure.SecurityGroupPolicy.ViewModels.AzureSgPolicyStatsViewModel":{"type":"object","properties":{"id":{"format":"uuid","description":"Policy id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"Policy name","type":"string"},"resourceGroup":{"description":"Azure resource group name","type":"string"},"region":{"description":"Region in which the policy is defined","type":"string"},"cloudAccountName":{"description":"Azure cloud account name","type":"string"},"cloudAccountId":{"format":"uuid","description":"Azure cloud account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"isTamperProtected":{"description":"Tamper protection is enabled for the policy","type":"boolean"},"alertsCount":{"format":"int32","description":"The number of alerts opened on the policy","type":"integer"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"location":{"type":"string"},"managedBy":{"type":"string"},"extendedLocation":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotExtendedLocationViewModel"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotPropertiesViewModel"},"type":{"type":"string"},"sku":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSkuViewModel"},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotTagViewModel"}}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotExtendedLocationViewModel":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotPropertiesViewModel":{"type":"object","properties":{"completionPercent":{"format":"double","type":"number"},"copyCompletionError":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotCopyCompletionErrorViewModel"},"creationData":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotCreationDataViewModel"},"dataAccessAuthMode":{"type":"string"},"diskAccessId":{"type":"string"},"diskSizeBytes":{"format":"int64","type":"integer"},"diskSizeGb":{"format":"int32","type":"integer"},"diskState":{"type":"string"},"encryption":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionViewModel"},"encryptionSettingsCollection":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionSettingsCollectionViewModel"},"hyperVGeneration":{"type":"string"},"incremental":{"type":"boolean"},"incrementalSnapshotFamilyId":{"type":"string"},"networkAccessPolicy":{"type":"string"},"osType":{"type":"string"},"provisioningState":{"type":"string"},"publicNetworkAccess":{"type":"string"},"purchasePlan":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotPurchasePlanViewModel"},"securityProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSecurityProfileViewModel"},"supportedCapabilities":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSupportedCapabilitiesViewModel"},"supportsHibernation":{"type":"boolean"},"timeCreated":{"format":"date-time","type":"string"},"uniqueId":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSkuViewModel":{"type":"object","properties":{"name":{"type":"string"},"tier":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotTagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotCopyCompletionErrorViewModel":{"type":"object","properties":{"errorCode":{"type":"string"},"errorMessage":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotCreationDataViewModel":{"type":"object","properties":{"createOption":{"type":"string"},"elasticSanResourceId":{"type":"string"},"galleryImageReference":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotGalleryImageReferenceViewModel"},"imageReference":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotGalleryImageReferenceViewModel"},"logicalSectorSize":{"format":"int32","type":"integer"},"performancePlus":{"type":"boolean"},"provisionedBandwidthCopySpeed":{"type":"string"},"securityDataUri":{"type":"string"},"sourceResourceId":{"type":"string"},"sourceUniqueId":{"type":"string"},"sourceUri":{"type":"string"},"storageAccountId":{"type":"string"},"uploadSizeBytes":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionViewModel":{"type":"object","properties":{"diskEncryptionSetId":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionSettingsCollectionViewModel":{"type":"object","properties":{"encryptionSettings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionSettingViewModel"}}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotPurchasePlanViewModel":{"type":"object","properties":{"name":{"type":"string"},"publisher":{"type":"string"},"product":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSecurityProfileViewModel":{"type":"object","properties":{"securityType":{"type":"string"},"secureVMDiskEncryptionSetId":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSupportedCapabilitiesViewModel":{"type":"object","properties":{"acceleratedNetwork":{"type":"boolean"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotGalleryImageReferenceViewModel":{"type":"object","properties":{"communityGalleryImageId":{"type":"string"},"id":{"type":"string"},"lun":{"format":"int32","type":"integer"},"sharedGalleryImageId":{"type":"string"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionSettingViewModel":{"type":"object","properties":{"keyEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionKeyViewModel"},"diskEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionKeyViewModel"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotEncryptionKeyViewModel":{"type":"object","properties":{"secretUrl":{"type":"string"},"sourceVault":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSourceVaultViewModel"}}},"Dome9.Web.Api.Azure.Snapshot.AzureSnapshotSourceVaultViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureSqlDbViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"collation":{"type":"string"},"containmentState":{"format":"int64","type":"integer"},"creationDate":{"format":"date-time","type":"string"},"azureDatabaseId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"defaultSecondaryLocation":{"type":"string"},"earliestRestoreDate":{"format":"date-time","type":"string"},"edition":{"type":"string"},"maxSizeBytes":{"format":"int32","type":"integer"},"readScale":{"type":"string"},"status":{"type":"string"},"sqlServer":{"type":"string"},"transparentDataEncryption":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.TransparentDataEncryptionViewModel"},"securityAleryPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.SecurityAleryPolicyViewModel"},"blobAuditingPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.BlobAuditingPolicyViewModel"},"dataMaskingRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.DataMaskingRuleViewModel"}},"backupLongTermRetentionPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.BackupLongTermRetentionPolicyViewModel"},"protectionPolicyResource":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.ProtectionPolicyResourceViewModel"},"geoBackupPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.GeoBackupPolicyViewModel"}},"replicationLinks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.ReplicationLinkViewModel"}}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.TransparentDataEncryptionViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.SecurityAleryPolicyViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"disabledAlerts":{"type":"string"},"emailAccountAdmins":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"emailAddresses":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"retentionDays":{"format":"int32","type":"integer"},"state":{"type":"string"},"storageAccountAccessKey":{"type":"string"},"storageEndpoint":{"type":"string"},"useServerDefault":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.BlobAuditingPolicyViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"auditActionsAndGroups":{"type":"array","items":{"type":"string"}},"isStorageSecondaryKeyInUse":{"type":"boolean"},"retentionDays":{"format":"int32","type":"integer"},"state":{"type":"string"},"storageAccountAccessKey":{"type":"string"},"storageAccountSubscriptionId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"storageEndpoint":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.DataMaskingRuleViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"columnName":{"type":"string"},"dataMaskingRuleId":{"type":"string"},"maskingFunction":{"type":"string"},"numberFrom":{"format":"int32","type":"integer"},"numberTo":{"format":"int32","type":"integer"},"prefix":{"type":"string"},"replacementString":{"type":"string"},"suffix":{"type":"string"},"state":{"type":"string"},"schemaName":{"type":"string"},"tableName":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.BackupLongTermRetentionPolicyViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"recoveryServicesBackupPolicyResourceId":{"type":"string"},"state":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.ProtectionPolicyResourceViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"retentionPolicyType":{"type":"string"},"retentionPolicyDuration":{"format":"int32","type":"integer"},"retentionPolicyDurationType":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.GeoBackupPolicyViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"state":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.ReplicationLinkViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"isTerminationAllowed":{"type":"boolean"},"region":{"type":"string"},"partnerDatabase":{"type":"string"},"partnerRegion":{"type":"string"},"partnerRole":{"type":"string"},"percentComplete":{"format":"int32","type":"integer"},"replicationMode":{"type":"string"},"replicationState":{"type":"string"},"role":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureSqlServerViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"state":{"type":"string"},"administratorLogin":{"type":"string"},"fullyQualifiedDomainName":{"type":"string"},"version":{"type":"string"},"databases":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureSqlDbViewModel"}},"firewallRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.FirewallRuleViewModel"}},"elasticPools":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.ElasticPoolViewModel"}},"virtualNetworkRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.VirtualNetworkRuleViewModel"}},"activeDirectoryAdministrators":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureADAdministratorViewModel"}},"serverKeys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.ServerKeyViewModel"}},"encryptionProtectors":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.EncryptionProtectorViewModel"}},"failoverGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.FailoverGroupViewModel"}},"securityAleryPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.SecurityAleryPolicyViewModel"},"blobAuditingPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.BlobAuditingPolicyViewModel"},"isBillable":{"type":"boolean"},"isRunning":{"type":"boolean"},"kind":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.FirewallRuleViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"startIpAddress":{"type":"string"},"endIpAddress":{"type":"string"},"region":{"type":"string"},"kind":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.ElasticPoolViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"databaseDtuMax":{"format":"double","type":"number"},"databaseDtuMin":{"format":"double","type":"number"},"dtu":{"format":"int32","type":"integer"},"edition":{"type":"string"},"state":{"type":"string"},"storageInMB":{"format":"int64","type":"integer"},"zoneRedundant":{"type":"boolean"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.VirtualNetworkRuleViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"subnetExternalId":{"type":"string"},"ignoreMissingVnetServiceEndpoint":{"type":"boolean"},"nsgFlowLog":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogViewModel"},"state":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.AzureADAdministratorViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"login":{"type":"string"},"sid":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"tenantId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.ServerKeyViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"creationDate":{"format":"date-time","type":"string"},"region":{"type":"string"},"subRegion":{"type":"string"},"serverKeyType":{"type":"string"},"uri":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.EncryptionProtectorViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"subRegion":{"type":"string"},"serverKeyType":{"type":"string"},"uri":{"type":"string"},"serverKeyName":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.FailoverGroupViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"databasesExternalIds":{"type":"array","items":{"type":"string"}},"region":{"type":"string"},"partnerServers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.PartnerServerViewModel"}},"readOnlyEndpoint":{"type":"string"},"readWriteEndpoint":{"type":"string"},"failoverWithDataLossGracePeriodInMinutes":{"format":"int32","type":"integer"},"replicationRole":{"type":"string"},"replicationState":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogViewModel":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"string"},"eTag":{"type":"string"},"location":{"type":"string"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogPropertiesViewModel"},"resourceUri":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.PartnerServerViewModel":{"type":"object","properties":{"partnerServerExternalId":{"type":"string"},"region":{"type":"string"},"replicationRole":{"type":"string"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogPropertiesViewModel":{"type":"object","properties":{"provisioningState":{"type":"string"},"targetResourceId":{"type":"string"},"targetResourceGuid":{"type":"string"},"storageId":{"type":"string"},"enabled":{"type":"boolean"},"format":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogFormatViewModel"},"retentionPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogRetentionPolicyViewModel"},"flowAnalyticsConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogTrafficAnalyticsPropertiesViewModel"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogFormatViewModel":{"type":"object","properties":{"type":{"type":"string"},"version":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogRetentionPolicyViewModel":{"type":"object","properties":{"days":{"format":"int32","type":"integer"},"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogTrafficAnalyticsPropertiesViewModel":{"type":"object","properties":{"networkWatcherFlowAnalyticsConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogTrafficAnalyticsConfigurationPropertiesViewModel"}}},"Dome9.Web.Api.Azure.SqlServers.ViewModels.NsgFlowLogTrafficAnalyticsConfigurationPropertiesViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"trafficAnalyticsInterval":{"format":"int32","type":"integer"},"workspaceId":{"type":"string"},"workspaceRegion":{"type":"string"},"workspaceResourceId":{"type":"string"}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"createdOn":{"format":"date-time","type":"string"},"customDomainName":{"type":"string"},"customDomainUseSubDomain":{"type":"boolean"},"enableHttpsTrafficOnly":{"type":"boolean"},"encryption":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEncryptionViewModel"},"lastGeoFailoverTime":{"format":"date-time","type":"string"},"networkRuleSet":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountNetworkRuleSetViewModel"},"primaryEndPoints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEndPointViewModel"}},"secondaryEndPoints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEndPointViewModel"}},"secondaryRegion":{"type":"string"},"provisioningState":{"type":"string"},"publicNetworkAccess":{"type":"string"},"publicNetworkAccessAsDisplayedInPortal":{"type":"string"},"statusOfPrimary":{"type":"string"},"statusOfSecondary":{"type":"string"},"performance":{"type":"string"},"replication":{"type":"string"},"blobSoftDeleteEnabled":{"type":"boolean"},"advancedThreatProtectionEnabled":{"type":"boolean"}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEncryptionViewModel":{"type":"object","properties":{"keySource":{"type":"string"},"keyVaultProperties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountKeyVaultPropertiesViewModel"},"servicesEncryption":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEncryptionServiceViewModel"}}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountNetworkRuleSetViewModel":{"type":"object","properties":{"bypass":{"type":"string"},"defaultAction":{"type":"string"},"ipRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountIPRuleViewModel"}},"virtualNetworkRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountVirtualNetworkRuleViewModel"}}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEndPointViewModel":{"type":"object","properties":{"service":{"type":"string"},"uri":{"type":"string"}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountKeyVaultPropertiesViewModel":{"type":"object","properties":{"keyName":{"type":"string"},"keyVaultUri":{"type":"string"},"keyVersion":{"type":"string"}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountEncryptionServiceViewModel":{"type":"object","properties":{"serviceType":{"type":"string"},"enabled":{"type":"boolean"},"lastEnabledTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountIPRuleViewModel":{"type":"object","properties":{"action":{"type":"string"},"ipAddressOrRange":{"type":"string"}}},"Dome9.Web.Api.Azure.Storage.ViewModels.AzureStorageAccountVirtualNetworkRuleViewModel":{"type":"object","properties":{"action":{"type":"string"},"state":{"type":"string"},"virtualNetworkResourceId":{"type":"string"}}},"Dome9.Web.Api.Azure.StorageBlobContainer.AzureStorageBlobContainerViewModel":{"type":"object","properties":{"name":{"type":"string"},"externalId":{"type":"string"},"srl":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"type":"string"},"resourceUri":{"type":"string"},"hasImmutabilityPolicy":{"type":"boolean"},"hasLegalHold":{"type":"boolean"},"publicAccess":{"type":"string"},"version":{"type":"string"},"deleted":{"type":"boolean"},"deletedTime":{"format":"date-time","type":"string"},"remainingRetentionDays":{"format":"int32","type":"integer"},"defaultEncryptionScope":{"type":"string"},"denyEncryptionScopeOverride":{"type":"boolean"},"lastModifiedTime":{"format":"date-time","type":"string"},"leaseStatus":{"type":"string"},"leaseState":{"type":"string"},"leaseDuration":{"type":"string"},"etag":{"type":"string"},"id":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.Models.AzureSubnetViewModel":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"virtualNetworkId":{"type":"string"},"virtualNetworkName":{"type":"string"},"cidrBlock":{"type":"string"},"addressRanges":{"type":"array","items":{"type":"string"}},"networkSecurityGroup":{"type":"string"},"routeTable":{"type":"string"}}},"Dome9.Web.Api.Azure.User.AzureUserViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":"string"},"userPrincipalName":{"type":"string"},"displayName":{"type":"string"},"userType":{"type":"string"},"createdDateTime":{"format":"date-time","type":"string"},"lastPasswordChangeDateTime":{"format":"date-time","type":"string"},"passwordPolicies":{"type":"string"},"userCredentialRegistionDetails":{"$ref":"#/definitions/Dome9.Web.Api.Azure.User.AzureUserCredentialViewModel"},"passwordProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.User.AzureUserPasswordProfileViewModel"},"licenseAssignmentStates":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.User.AzureUserLicenseAssignmentStatesViewModel"}}}},"Dome9.Web.Api.Azure.User.AzureUserCredentialViewModel":{"type":"object","properties":{"isEnableToRegisterForSelfServicePasswordReset":{"type":"boolean"},"isRegisterForSelfServicePasswordReset":{"type":"boolean"},"isRegisterWithMfa":{"type":"boolean"},"selfServicePasswordResetAuthMethods":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Azure.User.AzureUserPasswordProfileViewModel":{"type":"object","properties":{"forceChangePasswordNextSignIn":{"type":"boolean"},"forceChangePasswordNextSignInWithMfa":{"type":"boolean"}}},"Dome9.Web.Api.Azure.User.AzureUserLicenseAssignmentStatesViewModel":{"type":"object","properties":{"assignedByGroup":{"type":"string"},"error":{"type":"string"},"skuId":{"type":"string"},"state":{"type":"string"},"disabledPlans":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.AzureVirtualMachineViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"virtualNetworkId":{"type":"string"},"virtualNetworkName":{"type":"string"},"isRunning":{"type":"boolean"},"agent":{"$ref":"#/definitions/CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineAgent"},"disks":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineDisk"}},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureNetworkInterfaceViewModel"}},"operatingSystem":{"type":"string"},"size":{"type":"string"},"machineImage":{"$ref":"#/definitions/CGN.Inventory.Azure.Model.WrapperModels.Compute.MachineImage"},"virtualHardDiskUri":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"isBillable":{"type":"boolean"},"extensions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.VirtualMachineExtensionViewModel"}},"availabilityZones":{"type":"array","items":{"type":"string"}},"vmId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"timeCreated":{"format":"date-time","type":"string"},"storageProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeStorageProfileViewModel"}}},"CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineAgent":{"type":"object","properties":{"status":{"$ref":"#/definitions/CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineStatus"},"vmAgentVersion":{"type":"string"}}},"CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineDisk":{"type":"object","properties":{"name":{"type":"string"},"status":{"$ref":"#/definitions/CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineStatus"},"encryptionSettings":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineDiskEncryptionSettings"}}}},"Dome9.Web.Api.Models.AzureNetworkInterfaceViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"dnsSettings":{"$ref":"#/definitions/Dome9.Web.Api.Models.AzureNetworkInterfaceDnsSettingsViewModel"},"ipConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureNicIpConfigurationViewModel"}},"subnet":{"type":"string"},"enableIPForwarding":{"type":"boolean"},"primary":{"type":"boolean"},"macAddress":{"type":"string"},"networkSecurityGroup":{"type":"string"}}},"CGN.Inventory.Azure.Model.WrapperModels.Compute.MachineImage":{"type":"object","properties":{"id":{"type":"string"},"offer":{"type":"string"},"publisher":{"type":"string"},"sku":{"type":"string"},"version":{"type":"string"},"exactVersion":{"type":"string"}}},"Dome9.Web.Api.Models.VirtualMachineExtensionViewModel":{"type":"object","properties":{"forceUpdateTag":{"type":"string"},"publisher":{"type":"string"},"virtualMachineExtensionType":{"type":"string"},"typeHandlerVersion":{"type":"string"},"autoUpgradeMinorVersion":{"type":"boolean"},"provisioningState":{"type":"string"},"status":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeStorageProfileViewModel":{"type":"object","properties":{"imageReference":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeImageReferenceViewModel"},"osDisk":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeOSDiskViewModel"},"dataDisks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDataDiskViewModel"}},"diskControllerType":{"type":"string"}}},"CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineStatus":{"type":"object","properties":{"code":{"type":"string"},"displayStatus":{"type":"string"},"level":{"type":"string"},"message":{"type":"string"},"time":{"format":"date-time","type":"string"}}},"CGN.Inventory.Azure.Model.WrapperModels.Compute.VirtualMachineDiskEncryptionSettings":{"type":"object","properties":{"diskEncryptionKey":{"type":"string"},"keyEncryptionKey":{"type":"string"},"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Models.AzureNetworkInterfaceDnsSettingsViewModel":{"type":"object","properties":{"appliedDNSServers":{"type":"array","items":{"type":"string"}},"dnsServers":{"type":"array","items":{"type":"string"}},"internalDNSNameLabel":{"type":"string"},"internalFQDN":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureNicIpConfigurationViewModel":{"type":"object","properties":{"isPrimary":{"type":"boolean"},"privateIPAddressVersion":{"type":"string"},"name":{"type":"string"},"publicIPAddress":{"type":"string"},"publicIPAllocationMethod":{"enum":["Unallocated","Dynamic","Static"],"type":"string"},"dnsName":{"type":"string"},"privateIPAddress":{"type":"string"},"privateIPAllocationMethod":{"enum":["Unallocated","Dynamic","Static"],"type":"string"},"subnet":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeImageReferenceViewModel":{"type":"object","properties":{"publisher":{"type":"string"},"offer":{"type":"string"},"sku":{"type":"string"},"version":{"type":"string"},"exactVersion":{"type":"string"},"sharedGalleryImageId":{"type":"string"},"communityGalleryImageId":{"type":"string"},"id":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeOSDiskViewModel":{"type":"object","properties":{"osType":{"type":"string"},"encryptionSettings":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiskEncryptionSettingsViewModel"},"name":{"type":"string"},"vhd":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVirtualHardDiskViewModel"},"image":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVirtualHardDiskViewModel"},"caching":{"type":"string"},"writeAcceleratorEnabled":{"type":"boolean"},"diffDiskSettings":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiffDiskSettingsViewModel"},"createOption":{"type":"string"},"diskSizeGB":{"format":"int32","type":"integer"},"managedDisk":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeManagedDiskParametersViewModel"},"deleteOption":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDataDiskViewModel":{"type":"object","properties":{"lun":{"format":"int32","type":"integer"},"name":{"type":"string"},"vhd":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVirtualHardDiskViewModel"},"image":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVirtualHardDiskViewModel"},"caching":{"type":"string"},"writeAcceleratorEnabled":{"type":"boolean"},"createOption":{"type":"string"},"diskSizeGB":{"format":"int32","type":"integer"},"managedDisk":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeManagedDiskParametersViewModel"},"toBeDetached":{"type":"boolean"},"diskIOPSReadWrite":{"format":"int32","type":"integer"},"diskMBpsReadWrite":{"format":"int32","type":"integer"},"detachOption":{"type":"string"},"deleteOption":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiskEncryptionSettingsViewModel":{"type":"object","properties":{"diskEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeKeyVaultSecretReferenceViewModel"},"keyEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeKeyVaultKeyReferenceViewModel"},"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVirtualHardDiskViewModel":{"type":"object","properties":{"uri":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiffDiskSettingsViewModel":{"type":"object","properties":{"option":{"type":"string"},"placement":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeManagedDiskParametersViewModel":{"type":"object","properties":{"storageAccountType":{"type":"string"},"diskEncryptionSet":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiskEncryptionSetParametersViewModel"},"securityProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVMDiskSecurityProfileViewModel"},"id":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeKeyVaultSecretReferenceViewModel":{"type":"object","properties":{"secretUrl":{"type":"string"},"sourceVault":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeSubResourceViewModel"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeKeyVaultKeyReferenceViewModel":{"type":"object","properties":{"keyUrl":{"type":"string"},"sourceVault":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeSubResourceViewModel"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiskEncryptionSetParametersViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeVMDiskSecurityProfileViewModel":{"type":"object","properties":{"securityEncryptionType":{"type":"string"},"diskEncryptionSet":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachines.AzureComputeDiskEncryptionSetParametersViewModel"}}},"Dome9.Web.Api.Azure.VirtualMachines.AzureComputeSubResourceViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineImageViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"location":{"type":"string"},"extendedLocation":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineExtendedLocationViewModel"},"properties":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineImagePropertiesViewModel"},"usedBy":{"type":"array","items":{"type":"string"}},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineExtendedLocationViewModel":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineImagePropertiesViewModel":{"type":"object","properties":{"sourceVirtualMachine":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"},"storageProfile":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineStorageProfileViewModel"},"provisioningState":{"type":"string"},"hyperVGeneration":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineStorageProfileViewModel":{"type":"object","properties":{"osDisk":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineStorageProfileOsDiskViewModel"},"dataDisks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineStorageProfileDataDiskViewModel"}},"zoneResilient":{"type":"boolean"}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineStorageProfileOsDiskViewModel":{"type":"object","properties":{"osType":{"type":"string"},"osState":{"type":"string"},"diskSizeGb":{"format":"int32","type":"integer"},"blobUri":{"type":"string"},"caching":{"type":"string"},"storageAccountType":{"type":"string"},"diskEncryptionSet":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"},"managedDisk":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"},"snapshot":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"}}},"Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineStorageProfileDataDiskViewModel":{"type":"object","properties":{"lun":{"format":"int32","type":"integer"},"diskSizeGb":{"format":"int32","type":"integer"},"blobUri":{"type":"string"},"caching":{"type":"string"},"storageAccountType":{"type":"string"},"diskEncryptionSet":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"},"managedDisk":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"},"snapshot":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineImage.AzureVirtualMachineIdSubFieldViewModel"}}},"Falconetix.Model.AzureVirtualMachineScaleSetViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"location":{"type":"string"},"sku":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetSkuViewModel"},"provisioningState":{"type":"string"},"virtualNetwork":{"type":"string"},"overprovision":{"type":"boolean"},"uniqueId":{"type":"string"},"singlePlacementGroup":{"type":"boolean"},"identity":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetIdentityViewModel"},"virtualMachineProfile":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetVMProfileViewModel"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"instances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Azure.VirtualMachineScaleSet.AzureVirtualMachineScaleSetInstanceViewModel"}}}},"Falconetix.Model.AzureVirtualMachineScaleSetSkuViewModel":{"type":"object","properties":{"name":{"type":"string"},"tier":{"type":"string"},"capacity":{"format":"int64","type":"integer"}}},"Falconetix.Model.AzureVirtualMachineScaleSetIdentityViewModel":{"type":"object","properties":{"principalId":{"type":"string"},"tenantId":{"type":"string"},"type":{"type":"string"}}},"Falconetix.Model.AzureVirtualMachineScaleSetVMProfileViewModel":{"type":"object","properties":{"osProfile":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetOSProfileViewModel"},"storageProfile":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetStorageProfileViewModel"},"networkProfile":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetNetworkProfileViewModel"},"licenseType":{"type":"string"}}},"Dome9.Web.Api.Azure.VirtualMachineScaleSet.AzureVirtualMachineScaleSetInstanceViewModel":{"type":"object","properties":{"id":{"type":"string"},"vmId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"operatingSystem":{"type":"string"},"size":{"type":"string"},"instanceId":{"description":"Index of VM in ScaleSet. For ex: 1","type":"string"}}},"Falconetix.Model.AzureVirtualMachineScaleSetOSProfileViewModel":{"type":"object","properties":{"computerNamePrefix":{"type":"string"},"adminUsername":{"type":"string"},"customData":{"type":"string"},"windowsConfiguration":{"$ref":"#/definitions/Falconetix.Model.AzureWindowsConfigurationViewModel"},"linuxConfiguration":{"$ref":"#/definitions/Falconetix.Model.AzureLinuxConfigurationViewModel"}}},"Falconetix.Model.AzureVirtualMachineScaleSetStorageProfileViewModel":{"type":"object","properties":{"imageReference":{"$ref":"#/definitions/Falconetix.Model.AzureImageReferenceViewModel"},"osDisk":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetOSDiskViewModel"},"dataDisks":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetDataDiskViewModel"}}}},"Falconetix.Model.AzureVirtualMachineScaleSetNetworkProfileViewModel":{"type":"object","properties":{"networkInterfaceConfigurations":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetNetworkConfigurationViewModel"}}}},"Falconetix.Model.AzureWindowsConfigurationViewModel":{"type":"object","properties":{"provisionVMAgent":{"type":"boolean"},"enableAutomaticUpdates":{"type":"boolean"},"timeZone":{"type":"string"},"additionalUnattendContent":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureAdditionalUnattendContentViewModel"}},"winRM":{"$ref":"#/definitions/Falconetix.Model.AzureWinRMConfigurationViewModel"}}},"Falconetix.Model.AzureLinuxConfigurationViewModel":{"type":"object","properties":{"disablePasswordAuthentication":{"type":"boolean"}}},"Falconetix.Model.AzureImageReferenceViewModel":{"type":"object","properties":{"publisher":{"type":"string"},"offer":{"type":"string"},"sku":{"type":"string"},"version":{"type":"string"}}},"Falconetix.Model.AzureVirtualMachineScaleSetOSDiskViewModel":{"type":"object","properties":{"name":{"type":"string"},"caching":{"type":"string"},"createOption":{"type":"string"},"osType":{"type":"string"},"image":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualHardDiskViewModel"},"vhdContainers":{"type":"array","items":{"type":"string"}},"managedDisk":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetManagedDiskParametersViewModel"}}},"Falconetix.Model.AzureVirtualMachineScaleSetDataDiskViewModel":{"type":"object","properties":{"name":{"type":"string"},"lun":{"format":"int32","type":"integer"},"caching":{"type":"string"},"createOption":{"type":"string"},"diskSizeGB":{"format":"int32","type":"integer"},"managedDisk":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetManagedDiskParametersViewModel"}}},"Falconetix.Model.AzureVirtualMachineScaleSetNetworkConfigurationViewModel":{"type":"object","properties":{"name":{"type":"string"},"primary":{"type":"boolean"},"enableAcceleratedNetworking":{"type":"boolean"},"networkSecurityGroup":{"$ref":"#/definitions/Falconetix.Model.AzureSubResourceViewModel"},"dnsSettings":{"$ref":"#/definitions/Falconetix.Model.AzureScaleSetNetworkDnsSettingsViewModel"},"ipConfigurations":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureVirtualMachineScaleSetIPConfigurationViewModel"}},"id":{"type":"string"}}},"Falconetix.Model.AzureAdditionalUnattendContentViewModel":{"type":"object","properties":{"passName":{"type":"string"},"componentName":{"type":"string"},"settingName":{"type":"string"},"content":{"type":"string"}}},"Falconetix.Model.AzureWinRMConfigurationViewModel":{"type":"object","properties":{"listeners":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureWinRMListenerViewModel"}}}},"Falconetix.Model.AzureVirtualHardDiskViewModel":{"type":"object","properties":{"uri":{"type":"string"}}},"Falconetix.Model.AzureVirtualMachineScaleSetManagedDiskParametersViewModel":{"type":"object","properties":{"storageAccountType":{"type":"string"}}},"Falconetix.Model.AzureSubResourceViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Falconetix.Model.AzureScaleSetNetworkDnsSettingsViewModel":{"type":"object","properties":{"dnsServers":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.AzureVirtualMachineScaleSetIPConfigurationViewModel":{"type":"object","properties":{"name":{"type":"string"},"subnet":{"$ref":"#/definitions/Falconetix.Model.AzureApiEntityReferenceViewModel"},"primary":{"type":"boolean"},"publicIPAddressConfiguration":{"$ref":"#/definitions/Falconetix.Model.AzureScaleSetPublicIPAddressConfigurationViewModel"},"privateIPAddressVersion":{"type":"string"},"applicationGatewayBackendAddressPools":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureSubResourceViewModel"}},"loadBalancerBackendAddressPools":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureSubResourceViewModel"}},"loadBalancerInboundNatPools":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AzureSubResourceViewModel"}},"id":{"type":"string"}}},"Falconetix.Model.AzureWinRMListenerViewModel":{"type":"object","properties":{"protocol":{"type":"string"},"certificateUrl":{"type":"string"}}},"Falconetix.Model.AzureApiEntityReferenceViewModel":{"type":"object","properties":{"id":{"type":"string"}}},"Falconetix.Model.AzureScaleSetPublicIPAddressConfigurationViewModel":{"type":"object","properties":{"name":{"type":"string"},"idleTimeoutInMinutes":{"format":"int32","type":"integer"},"dnsSettings":{"$ref":"#/definitions/Falconetix.Model.AzureScaleSetPublicIPAddressDnsSettingsViewModel"}}},"Falconetix.Model.AzureScaleSetPublicIPAddressDnsSettingsViewModel":{"type":"object","properties":{"domainNameLabel":{"type":"string"}}},"Dome9.Web.Api.Model.AzureVirtualNetworkPeeringViewModel":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"virtualNetworkId":{"type":"string"},"virtualNetworkName":{"type":"string"},"virtualNetworkExternalId":{"type":"string"},"remoteVirtualNetworkName":{"type":"string"},"peeringState":{"type":"string"},"provisioningState":{"type":"string"},"allowForwardTraffic":{"type":"boolean"},"allowGatewayTransit":{"type":"boolean"},"allowVirtualNetworkAccess":{"type":"boolean"},"lastUpdated":{"format":"date-time","type":"string"},"remoteVirtualNetworkExternalId":{"type":"string"},"remoteVirtualNetworkId":{"type":"string"},"remoteVirtualNetworkCloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"remoteVirtualNetworkRegion":{"type":"string"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableInstanceViewModel":{"type":"object","properties":{"projectId":{"type":"string"},"instanceId":{"type":"string"},"displayName":{"type":"string"},"state":{"type":"string"},"instanceType":{"type":"string"},"policy":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTablePolicyViewModel"},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"profiles":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableAppProfileViewModel"}},"clusters":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableClusterViewModel"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTablePolicyViewModel":{"type":"object","properties":{"version":{"format":"int32","type":"integer"},"bindings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableBindingViewModel"}},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableAppProfileViewModel":{"type":"object","properties":{"description":{"type":"string"},"eTag":{"type":"string"},"kind":{"type":"string"},"name":{"type":"string"},"routingPolicyCase":{"type":"string"},"singleClusterRouting":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableSingleRoutingViewModel"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableClusterViewModel":{"type":"object","properties":{"serveNodes":{"format":"int32","type":"integer"},"state":{"type":"string"},"location":{"type":"string"},"name":{"type":"string"},"clusterName":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableClusterNameViewModel"},"locationAsLocationName":{"$ref":"#/definitions/Dome9.Web.Api.Google.BigTable.GcpBigTableLocationNameViewModel"},"defaultStorageType":{"type":"string"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableBindingViewModel":{"type":"object","properties":{"role":{"type":"string"},"members":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableSingleRoutingViewModel":{"type":"object","properties":{"clusterId":{"type":"string"},"allowTransactionalWrites":{"type":"boolean"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableClusterNameViewModel":{"type":"object","properties":{"projectId":{"type":"string"},"instanceId":{"type":"string"},"clusterId":{"type":"string"},"kind":{"type":"string"}}},"Dome9.Web.Api.Google.BigTable.GcpBigTableLocationNameViewModel":{"type":"object","properties":{"projectId":{"type":"string"},"locationId":{"type":"string"},"kind":{"type":"string"}}},"Dome9.Web.Api.BillableAssets.AccountBillableAssetsViewModel":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"accountName":{"type":"string"},"purcahseOrderInstances":{"format":"int32","type":"integer"},"cloudAccountsData":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.BillableAssets.CloudAccountBillableAssetsViewModel"}},"totals":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.BillableAssets.AccountAssetsTotalData"}},"grandTotals":{"$ref":"#/definitions/Falconetix.Model.BillableAssets.GrandTotalData"}}},"Dome9.Web.Api.BillableAssets.CloudAccountBillableAssetsViewModel":{"type":"object","properties":{"cloudVendor":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"assetsCount":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.BillableAssets.AssetsViewModel"}}}},"Falconetix.Model.BillableAssets.AccountAssetsTotalData":{"type":"object","properties":{"vendor":{"type":"string"},"assetType":{"type":"string"},"totalCount":{"format":"int32","type":"integer"},"totalBillable":{"format":"int32","type":"integer"},"totalNonBillable":{"format":"int32","type":"integer"},"totalOnLineCount":{"format":"int32","type":"integer"}}},"Falconetix.Model.BillableAssets.GrandTotalData":{"type":"object","properties":{"grandTotalCount":{"format":"int32","type":"integer"},"grandTotalBillable":{"format":"int32","type":"integer"},"grandTotalNonBillable":{"format":"int32","type":"integer"},"grandTotalOnLineCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.BillableAssets.AssetsViewModel":{"type":"object","properties":{"assetType":{"type":"string"},"totalCount":{"format":"int32","type":"integer"},"billableCount":{"format":"int32","type":"integer"},"nonBillableCount":{"format":"int32","type":"integer"}}},"Falconetix.Model.Clarity.ClarityVpc":{"type":"object","properties":{"externalAccountNumber":{"type":"string"},"rds":{"format":"int64","type":"integer"},"redshift":{"format":"int64","type":"integer"},"alb":{"format":"int64","type":"integer"},"elb":{"format":"int64","type":"integer"},"efs":{"format":"int64","type":"integer"},"lambda":{"format":"int64","type":"integer"},"instances":{"format":"int64","type":"integer"},"id":{"type":"string"},"name":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountName":{"type":"string"},"peerings":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.PeeringStatus"}},"cidrBlock":{"type":"string"},"environmentType":{"enum":["LOCAL","FOREIGN_REGION","FOREIGN_CLOUD_ACCOUNT","FOREIGN_UNKNOWN"],"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Clarity.PeeringStatus":{"type":"object","properties":{"peeringId":{"type":"string"},"cloudAccountId":{"type":"string"},"code":{"type":"string"}}},"Falconetix.Model.Clarity.ClarityAzureCounterView":{"type":"object","properties":{"subscriptionId":{"type":"string"},"loadBalancer":{"format":"int64","type":"integer"},"sqlServer":{"format":"int64","type":"integer"},"virtualMachine":{"format":"int64","type":"integer"},"virtualMachineScaleSet":{"format":"int64","type":"integer"},"redisCache":{"format":"int64","type":"integer"},"region":{"type":"string"},"cidrBlock":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"name":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountName":{"type":"string"},"peerings":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.PeeringStatus"}},"environmentType":{"enum":["LOCAL","FOREIGN_REGION","FOREIGN_CLOUD_ACCOUNT","FOREIGN_UNKNOWN"],"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Clarity.ClarityGoogleCounterView":{"type":"object","properties":{"projectId":{"type":"string"},"name":{"type":"string"},"externalAccountNumber":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"type":"string"},"instances":{"format":"int64","type":"integer"},"firewalls":{"format":"int64","type":"integer"},"id":{"type":"string"},"cloudAccountName":{"type":"string"},"peerings":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.PeeringStatus"}},"cidrBlock":{"type":"string"},"environmentType":{"enum":["LOCAL","FOREIGN_REGION","FOREIGN_CLOUD_ACCOUNT","FOREIGN_UNKNOWN"],"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Clarity.ClarityCloudAccountsContainer":{"type":"object","properties":{"awsCloudAccounts":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityAwsCloudAccount"}},"azureCloudAccounts":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityAzureCloudAccount"}},"googleCloudAccounts":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityGoogleCloudAccount"}}}},"Falconetix.Model.Clarity.ClarityAwsCloudAccount":{"type":"object","properties":{"externalAccountNumber":{"type":"string"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Clarity.ClarityAzureCloudAccount":{"type":"object","properties":{"subscriptionId":{"type":"string"},"tenantId":{"type":"string"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Clarity.ClarityGoogleCloudAccount":{"type":"object","properties":{"credentials":{"$ref":"#/definitions/Falconetix.Model.Clarity.ClarityGoogleCloudAccount.CredentialsModel","readOnly":true},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Falconetix.Model.Clarity.ClarityGoogleCloudAccount.CredentialsModel":{"type":"object","properties":{"projectId":{"type":"string"},"clientEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"}}},"Falconetix.Model.Clarity.ClarityRegion":{"type":"object","properties":{"regionEnum":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"assetsCounter":{"format":"int64","type":"integer"},"concurrentAssetsCounter":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Dome9.Web.Api.Controllers.ClaritySecurityGroupsViewModel":{"type":"object","properties":{"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}},"referencedSecurityGroupsWithPeeredVpc":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}},"unmanagedReferencedSecurityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupViewModel"}}}},"Dome9.Web.Api.Models.CloudSecurityGroupViewModel":{"type":"object","properties":{"securityGroupId":{"format":"int64","type":"integer"},"services":{"type":"object","properties":{"inbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}},"outbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}}}},"externalId":{"type":"string"},"isProtected":{"type":"boolean"},"securityGroupName":{"type":"string"},"description":{"type":"string"},"vpcId":{"type":"string"},"vpcName":{"type":"string"},"regionId":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"type":"string"},"cloudAccountName":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Views.Clarity.ClarityAssetsForSecurityGroupsViewModel":{"type":"object","properties":{"virtualMachines":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureVirtualMachineViewModel"}},"virtualMachineScaleSets":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureVirtualMachineScaleSetViewModel"}},"loadBalancers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureLoadBalancerViewModel"}},"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureSecurityGroupViewModel"}}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureVirtualMachineViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"subscriptionId":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"virtualNetworkId":{"type":"string"},"virtualNetworkName":{"type":"string"},"isRunning":{"type":"boolean"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureNetworkInterfaceViewModel"}},"operatingSystem":{"type":"string"},"size":{"type":"string"},"virtualHardDiskUri":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureVirtualMachineScaleSetViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"subscriptionId":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"region":{"type":"string"},"resourceGroup":{"type":"string"},"virtualNetworkId":{"type":"string"},"virtualNetworkName":{"type":"string"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureNetworkInterfaceViewModel"}},"instances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureVirtualMachineViewModel"}},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureLoadBalancerViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"subscriptionId":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalId":{"type":"string"},"backEndIPConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureNetworkInterfaceViewModel"}},"inBoundNATs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureNetworkInterfaceViewModel"}},"frontEndIPConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureNicIpConfigurationViewModel"}}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureSecurityGroupViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"externalId":{"type":"string"},"subscriptionId":{"type":"string"},"inboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.AzureSecurityGroupServiceViewModel"}},"outboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.AzureSecurityGroupServiceViewModel"}},"defaultInboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.AzureSecurityGroupServiceViewModel"}},"defaultOutboundServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.AzureSecurityGroupServiceViewModel"}}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureNetworkInterfaceViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"ipConfigurations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureNicIpConfigurationViewModel"}},"enableIPForwarding":{"type":"boolean"},"primary":{"type":"boolean"},"macAddress":{"type":"string"},"networkSecurityGroupId":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureNicIpConfigurationViewModel":{"type":"object","properties":{"isPrimary":{"type":"boolean"},"privateIPAddress":{"type":"string"},"privateIPAddressVersion":{"type":"string"},"privateIPAllocationMethod":{"type":"string"},"publicIPAddress":{"type":"string"},"subnet":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityAzureSubnetViewModel"},"subnetSecurityGroupId":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.AzureSecurityGroupServiceViewModel":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"priority":{"format":"int32","type":"integer"},"protocol":{"type":"string"},"sourceAddressPrefix":{"type":"string"},"sourceAddressPrefixes":{"type":"array","items":{"type":"string"}},"sourcePortRange":{"type":"string"},"sourcePortRanges":{"type":"array","items":{"type":"string"}},"destinationAddressPrefix":{"type":"string"},"destinationAddressPrefixes":{"type":"array","items":{"type":"string"}},"destinationPortRange":{"type":"string"},"destinationPortRanges":{"type":"array","items":{"type":"string"}},"access":{"enum":["Allow","Deny"],"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityAzureSubnetViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"addressRange":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityGoogleAssetsAndSgContainerViewModel":{"type":"object","properties":{"virtualMachines":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityGoogleVMInstanceViewModel"}},"firewallRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityGoogleFirewallRuleViewModel"}},"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityGoogleSecurityGroupViewModel"}}}},"Dome9.Web.Api.Views.Clarity.ClarityGoogleVMInstanceViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"canIpForward":{"type":"boolean"},"cpuPlatform":{"type":"string"},"creationTimestamp":{"type":"string"},"description":{"type":"string"},"disks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeAttachedDiskViewModel"}},"machineType":{"type":"string"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.ClarityGoogleVMInstanceViewModel.NetworkInterfaceViewModel"}},"status":{"type":"string"},"statusMessage":{"type":"string"},"networkTags":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"zone":{"type":"string"},"region":{"type":"string"},"isRunning":{"type":"boolean","readOnly":true},"isBillable":{"type":"boolean","readOnly":true},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityGoogleFirewallRuleViewModel":{"type":"object","properties":{"creationTimestamp":{"type":"string"},"allowed":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.GoogleFirewallRuleScopeViewModel"}},"denied":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.GoogleFirewallRuleScopeViewModel"}},"destinationRanges":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"network":{"type":"string"},"sourceRanges":{"type":"array","items":{"type":"string"}},"sourceTags":{"type":"array","items":{"type":"string"}},"targetTags":{"type":"array","items":{"type":"string"}},"isProtected":{"type":"boolean"},"priority":{"format":"int32","type":"integer"},"direction":{"enum":["Ingress","Egress"],"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityGoogleSecurityGroupViewModel":{"type":"object","properties":{"network":{"type":"string"},"externalId":{"type":"string"},"inboundRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.GcpServiceRuleViewModel"}},"outboundRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.GcpServiceRuleViewModel"}},"vmInstances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Views.Clarity.GcpVmInstanceIdentityViewModel"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.GcpComputeAttachedDiskViewModel":{"type":"object","properties":{"autoDelete":{"type":"boolean"},"deviceName":{"type":"string"},"guestOsFeatures":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeGuestOsFeatureViewModel"}},"eTag":{"type":"string"},"interface":{"type":"string"},"kind":{"type":"string"},"licenses":{"type":"array","items":{"type":"string"}},"mode":{"type":"string"},"source":{"type":"string"},"type":{"type":"string"},"diskEncryptionType":{"type":"string"},"diskEncryptionTypeMetadata":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeDiskEncryptionTypeMetadataViewModel"},"diskEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeInstanceCustomerEncryptionKeyViewModel"},"initializeParams":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeAttachedDiskInitializeParamsViewModel"},"id":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.ClarityGoogleVMInstanceViewModel.NetworkInterfaceViewModel":{"type":"object","properties":{"name":{"type":"string"},"network":{"type":"string"},"networkIP":{"type":"string"},"subnetwork":{"type":"string"},"publicIP":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.GoogleFirewallRuleScopeViewModel":{"type":"object","properties":{"ipProtocol":{"type":"string"},"ports":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Views.Clarity.GcpServiceRuleViewModel":{"type":"object","properties":{"name":{"type":"string"},"number":{"format":"int32","type":"integer"},"protocol":{"type":"string"},"source":{"type":"string"},"destination":{"type":"string"},"destinationPort":{"format":"int32","type":"integer"},"destinationPortTo":{"format":"int32","type":"integer"},"direction":{"type":"string"},"action":{"type":"string"}}},"Dome9.Web.Api.Views.Clarity.GcpVmInstanceIdentityViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"selfLink":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.GcpComputeGuestOsFeatureViewModel":{"type":"object","properties":{"type":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.GcpComputeDiskEncryptionTypeMetadataViewModel":{"type":"object","properties":{"isGoogleManagedKey":{"type":"boolean","readOnly":true},"isCustomerManagedKey":{"type":"boolean","readOnly":true},"isCustomerSuppliedKey":{"type":"boolean","readOnly":true}}},"Dome9.Web.Api.Google.Instance.GcpComputeInstanceCustomerEncryptionKeyViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"rawKey":{"type":"string"},"sha256":{"type":"string"},"kmsKeyName":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.GcpComputeAttachedDiskInitializeParamsViewModel":{"type":"object","properties":{"diskName":{"type":"string"},"diskSizeGb":{"format":"int64","type":"integer"},"diskType":{"type":"string"},"sourceImage":{"type":"string"},"sourceImageEncryptionKey":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeCustomerEncryptionKeyViewModel"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.GcpComputeCustomerEncryptionKeyViewModel":{"type":"object","properties":{"kmsKeyName":{"type":"string"},"rawKey":{"type":"string"},"sha256":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Models.CloudLambdaFunctionViewModel":{"type":"object","properties":{"externalId":{"type":"string","readOnly":true},"id":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"vpc":{"type":"string","readOnly":true},"securityGroups":{"type":"array","items":{"type":"string"},"readOnly":true},"subnets":{"type":"array","items":{"type":"string"},"readOnly":true},"description":{"type":"string","readOnly":true},"functionArn":{"type":"string","readOnly":true},"runtimeEnvironment":{"type":"string","readOnly":true},"executionRoleArn":{"type":"string","readOnly":true},"functionHandler":{"type":"string","readOnly":true},"codeSize":{"format":"int64","type":"integer","readOnly":true},"memorySize":{"format":"int32","type":"integer","readOnly":true},"executionTimeout":{"format":"int32","type":"integer","readOnly":true},"lastModified":{"format":"date-time","type":"string","readOnly":true},"version":{"type":"string","readOnly":true},"codeSha256":{"type":"string","readOnly":true},"kmsKeyArn":{"type":"string","readOnly":true},"deadLetterConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsDeadLetterConfig","readOnly":true},"tracingConfig":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsTracingConfigResponse","readOnly":true},"environmentVariables":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsEnvironmentVariable"}},"tags":{"type":"object","additionalProperties":{"type":"string"}},"resourcePolicy":{"type":"object"},"urlConfigs":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudLambdaFunctionUrlConfigViewModel"}}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsDeadLetterConfig":{"type":"object","properties":{"targetArn":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsTracingConfigResponse":{"type":"object","properties":{"mode":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsEnvironmentVariable":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Falconetix.Model.CloudLambdaFunctionUrlConfigViewModel":{"type":"object","properties":{"authType":{"type":"string"},"cors":{"$ref":"#/definitions/Falconetix.Model.CloudLambdaFunctionCorsViewModel"},"creationTime":{"type":"string"},"functionArn":{"type":"string"},"functionUrl":{"type":"string"},"lastModifiedTime":{"type":"string"}}},"Falconetix.Model.CloudLambdaFunctionCorsViewModel":{"type":"object","properties":{"allowCredentials":{"type":"boolean"},"allowHeaders":{"type":"array","items":{"type":"string"}},"allowMethods":{"type":"array","items":{"type":"string"}},"allowOrigins":{"type":"array","items":{"type":"string"}},"exposeHeaders":{"type":"array","items":{"type":"string"}},"maxAge":{"format":"int32","type":"integer"}}},"Falconetix.Model.CloudAcmCertificateDetailViewModel":{"type":"object","properties":{"certificateArn":{"type":"string"},"createdAt":{"format":"date-time","type":"string"},"domainName":{"type":"string"},"domainValidationOptions":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudAcmDomainValidationViewModel"}},"extendedKeyUsages":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudAcmExtendedKeyUsageViewModel"}},"failureReason":{"type":"string"},"importedAt":{"format":"date-time","type":"string"},"inUseBy":{"type":"array","items":{"type":"string"}},"issuedAt":{"format":"date-time","type":"string"},"issuer":{"type":"string"},"keyAlgorithm":{"type":"string"},"keyUsages":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudAcmKeyUsageViewModel"}},"notAfter":{"format":"date-time","type":"string"},"notBefore":{"format":"date-time","type":"string"},"renewalSummary":{"$ref":"#/definitions/Falconetix.Model.CloudAcmRenewalSummaryViewModel"},"certificateOptions":{"$ref":"#/definitions/Falconetix.Model.CloudAcmCertificateOptionsSummaryViewModel"},"revocationReason":{"type":"string"},"revokedAt":{"format":"date-time","type":"string"},"serial":{"type":"string"},"signatureAlgorithm":{"type":"string"},"status":{"type":"string"},"subject":{"type":"string"},"subjectAlternativeNames":{"type":"array","items":{"type":"string"}},"type":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true}}},"Falconetix.Model.CloudAcmDomainValidationViewModel":{"type":"object","properties":{"domainName":{"type":"string"},"resourceRecord":{"$ref":"#/definitions/Falconetix.Model.CloudAcmResourceRecordViewModel"},"validationDomain":{"type":"string"},"validationEmails":{"type":"array","items":{"type":"string"}},"validationMethod":{"type":"string"},"validationStatus":{"type":"string"}}},"Falconetix.Model.CloudAcmExtendedKeyUsageViewModel":{"type":"object","properties":{"name":{"type":"string"},"oid":{"type":"string"}}},"Falconetix.Model.CloudAcmKeyUsageViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Falconetix.Model.CloudAcmRenewalSummaryViewModel":{"type":"object","properties":{"domainValidationOptions":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudAcmDomainValidationViewModel"}},"renewalStatus":{"type":"string"}}},"Falconetix.Model.CloudAcmCertificateOptionsSummaryViewModel":{"type":"object","properties":{"certificateTransparencyLoggingPreference":{"type":"string"}}},"Falconetix.Model.CloudAcmResourceRecordViewModel":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.CloudAmi.CloudEc2ImageViewModel":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"imageId":{"type":"string"},"name":{"type":"string"},"ownerId":{"type":"string"},"imageLocation":{"type":"string"},"isPublic":{"type":"boolean"},"state":{"type":"string"},"description":{"type":"string"},"creationDate":{"type":"string"},"hypervisor":{"type":"string"},"platform":{"type":"string"},"architecture":{"type":"string"},"rootDeviceName":{"type":"string"},"rootDeviceType":{"type":"string"},"virtualizationType":{"type":"string"},"ramdiskId":{"type":"string"},"imageOwnerAlias":{"type":"string"},"imageType":{"type":"string"},"kernelId":{"type":"string"},"blockDeviceMappings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2BlockDeviceMappingViewModel"}},"productCodes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2ProductCodeViewModel"}},"enaSupport":{"type":"boolean"},"sriovNetSupport":{"type":"string"},"stateReason":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2StateReasonViewModel"},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2TagViewModel"}}}},"Dome9.Web.Api.CloudAmi.CloudEc2BlockDeviceMappingViewModel":{"type":"object","properties":{"deviceName":{"type":"string"},"ebs":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2EbsBlockDeviceViewModel"},"noDevice":{"type":"string"},"virtualName":{"type":"string"}}},"Dome9.Web.Api.CloudAmi.CloudEc2ProductCodeViewModel":{"type":"object","properties":{"productCodeId":{"type":"string"},"productCodeType":{"type":"string"}}},"Dome9.Web.Api.CloudAmi.CloudEc2StateReasonViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.CloudAmi.CloudEc2TagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.CloudAmi.CloudEc2EbsBlockDeviceViewModel":{"type":"object","properties":{"deleteOnTermination":{"type":"boolean"},"encrypted":{"type":"boolean"},"iops":{"format":"int32","type":"integer"},"snapshotId":{"type":"string"},"volumeSize":{"format":"int32","type":"integer"},"volumeType":{"type":"string"}}},"Dome9.Web.Api.CloudAutoScalingGroup.CloudAutoScalingGroupViewModel":{"type":"object","properties":{"externalId":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"vpc":{"type":"string","readOnly":true},"availabilityZones":{"type":"array","items":{"type":"string"},"readOnly":true},"createTime":{"format":"date-time","type":"string","readOnly":true},"defaultCooldown":{"format":"int32","type":"integer","readOnly":true},"desiredCapacity":{"format":"int32","type":"integer","readOnly":true},"domainName":{"type":"string","readOnly":true},"healthCheckGracePeriod":{"format":"int32","type":"integer","readOnly":true},"healthCheckType":{"type":"string","readOnly":true},"instances":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupInstance"},"readOnly":true},"launchConfigurationName":{"type":"string","readOnly":true},"launchTemplate":{"type":"string","readOnly":true},"loadBalancerNames":{"type":"array","items":{"type":"string"},"readOnly":true},"maxSize":{"format":"int32","type":"integer","readOnly":true},"minSize":{"format":"int32","type":"integer","readOnly":true},"mixedInstancesPolicy":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupMixedInstancePolicy","readOnly":true},"newInstancesProtectedFromScaleIn":{"type":"boolean","readOnly":true},"placementGroup":{"type":"string","readOnly":true},"serviceLinkedRoleARN":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"suspendedProcesses":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupSuspendedProcess"},"readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"terminationPolicies":{"type":"array","items":{"type":"string"},"readOnly":true},"targetGroupARNs":{"type":"array","items":{"type":"string"},"readOnly":true},"vpcZoneIdentifier":{"type":"string","readOnly":true}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupInstance":{"type":"object","properties":{"availabilityZone":{"type":"string"},"healthStatus":{"type":"string"},"instanceID":{"type":"string"},"externalId":{"type":"string","readOnly":true},"launchConfigurationName":{"type":"string"},"launchTemplate":{"type":"string"},"lifeCycle":{"type":"string"},"protectionFromScaleIn":{"type":"boolean"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupMixedInstancePolicy":{"type":"object","properties":{"instancesDistribution":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupInstancesDistribution"},"launchTemplateName":{"type":"string"},"launchTemplateSpecification":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupLaunchTemplateSpecification"},"launchTemplate":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingLaunchTemplate"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupSuspendedProcess":{"type":"object","properties":{"name":{"type":"string"},"reason":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupInstancesDistribution":{"type":"object","properties":{"onDemandAllocationStrategy":{"type":"string"},"onDemandBaseCapacity":{"format":"int32","type":"integer"},"onDemandPercentageAboveBaseCapacity":{"format":"int32","type":"integer"},"spotAllocationStrategy":{"type":"string"},"spotInstancePools":{"format":"int32","type":"integer"},"spotMaxPrice":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupLaunchTemplateSpecification":{"type":"object","properties":{"launchTemplateId":{"type":"string"},"launchTemplateName":{"type":"string"},"version":{"type":"string"}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingLaunchTemplate":{"type":"object","properties":{"launchTemplateSpecification":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupLaunchTemplateSpecification"},"overrides":{"type":"array","items":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupLaunchTemplateOverrides"}}}},"CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupLaunchTemplateOverrides":{"type":"object","properties":{"launchTemplateSpecification":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.AwsAutoScalingGroupLaunchTemplateSpecification"}}},"Dome9.Web.Api.CloudDbInstances.CloudDbInstanceViewModel":{"type":"object","properties":{"externalId":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"vpc":{"type":"string","readOnly":true},"isPublicAccessible":{"type":"boolean","readOnly":true},"isMultiAZ":{"type":"boolean","readOnly":true},"availabilityZone":{"type":"string","readOnly":true},"secondaryAvailabilityZone":{"type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"dbType":{"type":"string","readOnly":true},"instanceType":{"type":"string","readOnly":true},"endpoint":{"$ref":"#/definitions/Dome9.Web.Api.CloudDbInstances.CloudDbInstanceEndpointViewModel","readOnly":true},"subnetGroup":{"$ref":"#/definitions/Dome9.Web.Api.CloudDbInstances.CloudDbInstanceSubnetGroupViewModel","readOnly":true},"securityGroups":{"type":"array","items":{"type":"string"},"readOnly":true},"dbSecurityGroups":{"type":"array","items":{"type":"string"},"readOnly":true},"caCertificate":{"type":"string","readOnly":true},"dbClusterName":{"type":"string","readOnly":true},"dbInstanceSlaves":{"type":"array","items":{"type":"string"},"readOnly":true},"masterDbInstance":{"type":"string","readOnly":true},"kmsKeyId":{"type":"string","readOnly":true},"isStorageEncrypted":{"type":"boolean","readOnly":true},"storageType":{"type":"string","readOnly":true},"regionDbInstanceId":{"type":"string","readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"timeStamp":{"format":"date-time","type":"string","readOnly":true},"id":{"type":"string","readOnly":true},"isBillable":{"type":"boolean"},"isRunning":{"type":"boolean"},"iamDatabaseAuthenticationEnabled":{"type":"boolean"}}},"Dome9.Web.Api.CloudDbInstances.CloudDbInstanceEndpointViewModel":{"type":"object","properties":{"address":{"type":"string","readOnly":true},"port":{"format":"int32","type":"integer","readOnly":true},"hostedZoneId":{"type":"string"}}},"Dome9.Web.Api.CloudDbInstances.CloudDbInstanceSubnetGroupViewModel":{"type":"object","properties":{"name":{"type":"string","readOnly":true},"description":{"type":"string","readOnly":true},"vpcId":{"type":"string","readOnly":true},"subnets":{"type":"array","items":{"type":"string"},"readOnly":true}}},"Dome9.Web.Api.CloudDirectConnect.AwsDirectConnectMetricsViewModel":{"type":"object","properties":{"bpsIngressDataPoints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudWatch.AwsCloudWatchDataPointViewModel"}},"bpsEgressDataPoints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudWatch.AwsCloudWatchDataPointViewModel"}}}},"Dome9.Web.Api.CloudWatch.AwsCloudWatchDataPointViewModel":{"type":"object","properties":{"value":{"format":"double","type":"number"},"timestamp":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.CloudDirectConnect.CloudDirectConnectViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"externalId":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"state":{"type":"string","readOnly":true},"bandwidth":{"type":"string","readOnly":true},"virtualInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudDirectConnect.AwsDirectConnectVirtualInterfaceViewModel"},"readOnly":true}}},"Dome9.Web.Api.CloudDirectConnect.AwsDirectConnectVirtualInterfaceViewModel":{"type":"object","properties":{"addressFamily":{"type":"string"},"amazonAddress":{"type":"string"},"asn":{"format":"int32","type":"integer"},"bgpPeers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudDirectConnect.AwsDirectConnectVirtualInterfaceViewModel.BgpPeerViewModel"}},"connectionId":{"type":"string"},"customerAddress":{"type":"string"},"customerRouterConfig":{"type":"string"},"location":{"type":"string"},"ownerAccount":{"type":"string"},"routeFilterPrefixes":{"type":"array","items":{"type":"string"}},"virtualGatewayId":{"type":"string"},"virtualInterfaceId":{"type":"string"},"virtualInterfaceName":{"type":"string"},"virtualInterfaceState":{"type":"string"},"virtualInterfaceType":{"type":"string"},"vlan":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudDirectConnect.AwsDirectConnectVirtualInterfaceViewModel.BgpPeerViewModel":{"type":"object","properties":{"addressFamily":{"type":"string"},"amazonAddress":{"type":"string"},"asn":{"format":"int32","type":"integer"},"bgpPeerState":{"type":"string"},"bgpStatus":{"type":"string"},"customerAddress":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTableDescriptionViewModel":{"type":"object","properties":{"attributeDefinitions":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableAttributeDefinitionViewModel"}},"creationDateTime":{"format":"date-time","type":"string"},"globalSecondaryIndexes":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableGlobalSecondaryIndexDescriptionViewModel"}},"itemCount":{"format":"int64","type":"integer"},"keySchema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableKeySchemaElementViewModel"}},"latestStreamArn":{"type":"string"},"latestStreamLabel":{"type":"string"},"localSecondaryIndexes":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableLocalSecondaryIndexDescriptionViewModel"}},"provisionedThroughput":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableProvisionedThroughputDescriptionViewModel"},"restoreSummary":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableRestoreSummaryViewModel"},"sseDescription":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableSSEDescriptionViewModel"},"streamSpecification":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableStreamSpecificationViewModel"},"tableArn":{"type":"string"},"tableId":{"type":"string"},"tableName":{"type":"string"},"tableSizeBytes":{"format":"int64","type":"integer"},"tableStatus":{"type":"string"},"continuousBackups":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableContinuousBackupsDescriptionViewModel"}}},"Falconetix.Model.AwsDynamoDbTableAttributeDefinitionViewModel":{"type":"object","properties":{"attributeName":{"type":"string"},"attributeType":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTableGlobalSecondaryIndexDescriptionViewModel":{"type":"object","properties":{"backfilling":{"type":"boolean"},"indexArn":{"type":"string"},"indexName":{"type":"string"},"indexSizeBytes":{"format":"int64","type":"integer"},"indexStatus":{"type":"string"},"itemCount":{"format":"int64","type":"integer"},"keySchema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableKeySchemaElementViewModel"}},"projection":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableProjectionViewModel"},"provisionedThroughput":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableProvisionedThroughputDescriptionViewModel"}}},"Falconetix.Model.AwsDynamoDbTableKeySchemaElementViewModel":{"type":"object","properties":{"attributeName":{"type":"string"},"keyType":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTableLocalSecondaryIndexDescriptionViewModel":{"type":"object","properties":{"indexArn":{"type":"string"},"indexName":{"type":"string"},"indexSizeBytes":{"format":"int64","type":"integer"},"itemCount":{"format":"int64","type":"integer"},"keySchema":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableKeySchemaElementViewModel"}},"projection":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTableProjectionViewModel"}}},"Falconetix.Model.AwsDynamoDbTableProvisionedThroughputDescriptionViewModel":{"type":"object","properties":{"lastDecreaseDateTime":{"format":"date-time","type":"string"},"lastIncreaseDateTime":{"format":"date-time","type":"string"},"numberOfDecreasesToday":{"format":"int64","type":"integer"},"readCapacityUnits":{"format":"int64","type":"integer"},"writeCapacityUnits":{"format":"int64","type":"integer"}}},"Falconetix.Model.AwsDynamoDbTableRestoreSummaryViewModel":{"type":"object","properties":{"restoreDateTime":{"format":"date-time","type":"string"},"restoreInProgress":{"type":"boolean"},"sourceBackupArn":{"type":"string"},"sourceTableArn":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTableSSEDescriptionViewModel":{"type":"object","properties":{"status":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTableStreamSpecificationViewModel":{"type":"object","properties":{"streamEnabled":{"type":"boolean"},"streamViewType":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTableContinuousBackupsDescriptionViewModel":{"type":"object","properties":{"continuousBackupsStatus":{"type":"string"},"pointInTimeRecoveryDescription":{"$ref":"#/definitions/Falconetix.Model.AwsDynamoDbTablePointInTimeRecoveryDescriptionViewModel"}}},"Falconetix.Model.AwsDynamoDbTableProjectionViewModel":{"type":"object","properties":{"nonKeyAttributes":{"type":"array","items":{"type":"string"}},"projectionType":{"type":"string"}}},"Falconetix.Model.AwsDynamoDbTablePointInTimeRecoveryDescriptionViewModel":{"type":"object","properties":{"earliestRestorableDateTime":{"format":"date-time","type":"string"},"latestRestorableDateTime":{"format":"date-time","type":"string"},"pointInTimeRecoveryStatus":{"type":"string"}}},"Dome9.Web.Api.CloudEcsClusterViewModel":{"type":"object","properties":{"containerInstances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance"}},"services":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudECSServiceViewModel"}},"id":{"description":"Id","type":"string"},"externalId":{"description":"ExternalId","type":"string"},"name":{"description":"Name","type":"string"},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"accountId":{"format":"int64","description":"AccountId","type":"integer"},"externalAccountNumber":{"description":"External account number","type":"string"},"activeServicesCount":{"format":"int32","description":"Gets and sets the property ActiveServicesCount. \r\n\r\nThe number of services that are running on the cluster in an ACTIVE state.\r\nYou can view these services with ListServices.\r\n","type":"integer"},"clusterArn":{"description":"Gets and sets the property ClusterArn. \r\n\r\nThe Amazon Resource Name (ARN) that identifies the cluster. The ARN contains the arn:aws:ecs\r\nnamespace, followed by the region of the cluster, the AWS account ID of the cluster\r\nowner, the cluster namespace, and then the cluster name. For example,\r\narn:aws:ecs:region:012345678910:cluster/test..\r\n","type":"string"},"clusterName":{"description":"Gets and sets the property ClusterName. \r\n\r\nA user-generated string that you use to identify your cluster.\r\n","type":"string"},"pendingTasksCount":{"format":"int32","description":"Gets and sets the property PendingTasksCount. \r\n\r\nThe number of tasks in the cluster that are in the PENDING state.\r\n","type":"integer"},"registeredContainerInstancesCount":{"format":"int32","description":"Gets and sets the property RegisteredContainerInstancesCount. \r\n\r\nThe number of container instances registered into the cluster.\r\n","type":"integer"},"runningTasksCount":{"format":"int32","description":"Gets and sets the property RunningTasksCount. \r\n\r\nThe number of tasks in the cluster that are in the RUNNING state.\r\n","type":"integer"},"status":{"description":"Gets and sets the property Status. \r\n\r\nThe status of the cluster. The valid values are ACTIVE or INACTIVE.\r\nACTIVE indicates that you can register container instances with the cluster\r\nand the associated instances can accept tasks.\r\n","type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance":{"type":"object","properties":{"agentConnected":{"type":"boolean"},"agentUpdateStatus":{"type":"string"},"containerInstanceArn":{"type":"string"},"ec2InstanceId":{"type":"string"},"pendingTasksCount":{"format":"int32","type":"integer"},"registeredResources":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance.Resource"}},"remainingResources":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance.Resource"}},"runningTasksCount":{"format":"int32","type":"integer"},"status":{"type":"string"},"version":{"format":"int64","type":"integer"},"versionInfo":{"$ref":"#/definitions/Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance.ContainerInstanceVersionInfo"}}},"Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance.Resource":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"object"}}},"Dome9.Web.Api.CloudEcsClusterViewModel.ContainerInstance.ContainerInstanceVersionInfo":{"type":"object","properties":{"agentHash":{"type":"string"},"agentVersion":{"type":"string"},"dockerVersion":{"type":"string"}}},"Dome9.Web.Api.CloudEcsTaskDefinitionViewModel":{"type":"object","properties":{"containerDefinitions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSContainerDefinitionViewModel"}},"family":{"type":"string"},"networkMode":{"type":"string"},"placementConstraints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSTaskDefinitionPlacementConstraintViewModel"}},"requiresAttributes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSAttributeViewModel"}},"revision":{"format":"int32","type":"integer"},"status":{"type":"string"},"taskDefinitionArn":{"type":"string"},"taskRoleArn":{"type":"string"},"volumes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSVolumeViewModel"}}}},"Dome9.Web.Api.AwsECSContainerDefinitionViewModel":{"type":"object","properties":{"command":{"type":"array","items":{"type":"string"}},"cpu":{"format":"int32","type":"integer"},"disableNetworking":{"type":"boolean"},"dnsSearchDomains":{"type":"array","items":{"type":"string"}},"dnsServers":{"type":"array","items":{"type":"string"}},"dockerLabels":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}},"dockerSecurityOptions":{"type":"array","items":{"type":"string"}},"entryPoint":{"type":"array","items":{"type":"string"}},"environment":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSKeyValuePairViewModel"}},"essential":{"type":"boolean"},"extraHosts":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSHostEntryViewModel"}},"hostname":{"type":"string"},"image":{"type":"string"},"links":{"type":"array","items":{"type":"string"}},"logConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSLogConfigurationViewModel"},"memory":{"format":"int32","type":"integer"},"memoryReservation":{"format":"int32","type":"integer"},"mountPoints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSMountPointViewModel"}},"name":{"type":"string"},"portMappings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSPortMappingViewModel"}},"privileged":{"type":"boolean"},"readonlyRootFilesystem":{"type":"boolean"},"ulimits":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSUlimitViewModel"}},"user":{"type":"string"},"volumesFrom":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSVolumeFromViewModel"}},"workingDirectory":{"type":"string"}}},"Dome9.Web.Api.AwsECSTaskDefinitionPlacementConstraintViewModel":{"type":"object","properties":{"expression":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.AwsECSAttributeViewModel":{"type":"object","properties":{"name":{"type":"string"},"targetId":{"type":"string"},"targetType":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.AwsECSVolumeViewModel":{"type":"object","properties":{"host":{"$ref":"#/definitions/Dome9.Web.Api.AwsECSHostVolumePropertiesViewModel"},"name":{"type":"string"}}},"Dome9.Web.Api.AwsECSKeyValuePairViewModel":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.AwsECSHostEntryViewModel":{"type":"object","properties":{"hostname":{"type":"string"},"ipAddress":{"type":"string"}}},"Dome9.Web.Api.AwsECSLogConfigurationViewModel":{"type":"object","properties":{"logDriver":{"type":"string"},"options":{"type":"array","items":{"$ref":"#/definitions/System.Collections.Generic.KeyValuePair[System.String,System.String]"}}}},"Dome9.Web.Api.AwsECSMountPointViewModel":{"type":"object","properties":{"containerPath":{"type":"string"},"readOnly":{"type":"boolean"},"sourceVolume":{"type":"string"}}},"Dome9.Web.Api.AwsECSPortMappingViewModel":{"type":"object","properties":{"containerPort":{"format":"int32","type":"integer"},"hostPort":{"format":"int32","type":"integer"},"protocol":{"type":"string"}}},"Dome9.Web.Api.AwsECSUlimitViewModel":{"type":"object","properties":{"hardLimit":{"format":"int32","type":"integer"},"name":{"type":"string"},"softLimit":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.AwsECSVolumeFromViewModel":{"type":"object","properties":{"readOnly":{"type":"boolean"},"sourceContainer":{"type":"string"}}},"Dome9.Web.Api.AwsECSHostVolumePropertiesViewModel":{"type":"object","properties":{"sourcePath":{"type":"string"}}},"Dome9.Web.Api.CloudEfsViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"externalAccountNumber":{"description":"External account number","type":"string"},"ownerId":{"type":"string"},"creationToken":{"type":"string"},"encrypted":{"type":"boolean"},"kmsKeyId":{"type":"string"},"fileSystemId":{"type":"string"},"performanceMode":{"type":"string","readOnly":true},"creationTime":{"format":"date-time","type":"string","readOnly":true},"lifeCycleState":{"type":"string","readOnly":true},"numberOfMountTargets":{"format":"int32","type":"integer","readOnly":true},"sizeInBytes":{"$ref":"#/definitions/Dome9.Web.Api.CloudEfsSizeInBytesViewModel","readOnly":true},"mountTargets":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudEfsMountTargetViewModel"}},"vpc":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"}}},"Dome9.Web.Api.CloudEfsSizeInBytesViewModel":{"type":"object","properties":{"timeStamp":{"format":"date-time","type":"string"},"value":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.CloudEfsMountTargetViewModel":{"type":"object","properties":{"fileSystemId":{"type":"string"},"ipAddress":{"type":"string"},"lifeCycleState":{"type":"string"},"mountTargetId":{"type":"string"},"networkInterfaceId":{"type":"string"},"ownerId":{"type":"string"},"subnetId":{"type":"string"},"securityGroups":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.CloudElastiCache.CloudElastiCacheClusterViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"externalAccountNumber":{"description":"External account number","type":"string"},"autoMinorVersionUpgrade":{"type":"boolean"},"cacheClusterCreateTime":{"format":"date-time","type":"string"},"cacheClusterId":{"type":"string"},"cacheClusterStatus":{"type":"string"},"cacheNodes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheClusterNodeVM"}},"cacheNodeType":{"type":"string"},"elastiCacheParameterGroup":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheParameterGroupStatusVM"},"cacheSecurityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheCachedSecurityGroupMembershipVM"}},"cacheSubnetGroupName":{"type":"string"},"clientDownloadLandingPage":{"type":"string"},"configurationEndpoint":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheClusterEndpointVM"},"engine":{"type":"string"},"engineVersion":{"type":"string"},"elastiCacheNotificationConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheNotificationConfigurationVM"},"numCacheNodes":{"format":"int32","type":"integer"},"elastiCachePendingModifiedValues":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCachePendingModifiedValuesVM"},"preferredAvailabilityZone":{"type":"string"},"preferredMaintenanceWindow":{"type":"string"},"replicationGroupId":{"type":"string"},"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheSecurityGroupMembershipVM"}},"snapshotRetentionLimit":{"format":"int32","type":"integer"},"snapshotWindow":{"type":"string"},"atRestEncryptionEnabled":{"type":"boolean"},"transitEncryptionEnabled":{"type":"boolean"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCacheClusterNodeVM":{"type":"object","properties":{"cacheNodeCreateTime":{"format":"date-time","type":"string"},"cacheNodeId":{"type":"string"},"cacheNodeStatus":{"type":"string"},"customerAvailabilityZone":{"type":"string"},"endpoint":{"$ref":"#/definitions/Dome9.Web.Api.CloudElastiCache.ElastiCacheClusterEndpointVM"},"parameterGroupStatus":{"type":"string"},"sourceCacheNodeId":{"type":"string"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCacheParameterGroupStatusVM":{"type":"object","properties":{"cacheNodeIdsToReboot":{"type":"array","items":{"type":"string"}},"cacheParameterGroupName":{"type":"string"},"parameterApplyStatus":{"type":"string"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCacheCachedSecurityGroupMembershipVM":{"type":"object","properties":{"cacheSecurityGroupName":{"type":"string"},"status":{"type":"string"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCacheClusterEndpointVM":{"type":"object","properties":{"address":{"type":"string"},"port":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCacheNotificationConfigurationVM":{"type":"object","properties":{"topicArn":{"type":"string"},"topicStatus":{"type":"string"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCachePendingModifiedValuesVM":{"type":"object","properties":{"cacheNodeIdsToRemove":{"type":"array","items":{"type":"string"}},"cacheNodeType":{"type":"string"},"engineVersion":{"type":"string"},"numCacheNodes":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudElastiCache.ElastiCacheSecurityGroupMembershipVM":{"type":"object","properties":{"securityGroupId":{"type":"string"},"status":{"type":"string"}}},"Dome9.Web.Api.CloudFlowLogs.CloudFlowLogsViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"vpcFlowLogId":{"type":"string"},"vpc":{"type":"string"},"logGroupName":{"type":"string"},"resourceId":{"type":"string"},"statusActive":{"type":"boolean"},"trafic":{"enum":["ALL","ACCEPT","REJECT","UNKNOWN"],"type":"string"}}},"Dome9.Web.Api.CloudFront.CloudFrontDistributionViewModel":{"type":"object","properties":{"activeTrustedSigners":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontActiveTrustedSignersViewModel"},"arn":{"type":"string"},"distributionConfig":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontDistributionConfigViewModel"},"domainName":{"type":"string"},"id":{"type":"string"},"inProgressInvalidationBatches":{"format":"int32","type":"integer"},"lastModifiedTime":{"format":"date-time","type":"string"},"status":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontActiveTrustedSignersViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontSignerViewModel"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontDistributionConfigViewModel":{"type":"object","properties":{"aliases":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontAliasesViewModel"},"cacheBehaviors":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCacheBehaviorsViewModel"},"callerReference":{"type":"string"},"comment":{"type":"string"},"customErrorResponses":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCustomErrorResponsesViewModel"},"defaultCacheBehavior":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontDefaultCacheBehaviorViewModel"},"defaultRootObject":{"type":"string"},"enabled":{"type":"boolean"},"httpVersion":{"type":"string"},"isIPV6Enabled":{"type":"boolean"},"logging":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontLoggingConfigViewModel"},"origins":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontOriginsViewModel"},"priceClass":{"type":"string"},"restrictions":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontRestrictionsViewModel"},"viewerCertificate":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontViewerCertificateViewModel"},"webACLId":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontSignerViewModel":{"type":"object","properties":{"awsAccountNumber":{"type":"string"},"keyPairIds":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontKeyPairIdsViewModel"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontAliasesViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCacheBehaviorsViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCacheBehaviorViewModel"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCustomErrorResponsesViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCustomErrorResponseViewModel"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontDefaultCacheBehaviorViewModel":{"type":"object","properties":{"allowedMethods":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontAllowedMethodsViewModel"},"compress":{"type":"boolean"},"defaultTTL":{"format":"int64","type":"integer"},"forwardedValues":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontForwardedValuesViewModel"},"lambdaFunctionAssociations":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontLambdaFunctionAssociationsViewModel"},"maxTTL":{"format":"int64","type":"integer"},"minTTL":{"format":"int64","type":"integer"},"smoothStreaming":{"type":"boolean"},"targetOriginId":{"type":"string"},"trustedSigners":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontTrustedSignersViewModel"},"viewerProtocolPolicy":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontLoggingConfigViewModel":{"type":"object","properties":{"bucket":{"type":"string"},"enabled":{"type":"boolean"},"includeCookies":{"type":"boolean"},"prefix":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontOriginsViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontOriginViewModel"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontRestrictionsViewModel":{"type":"object","properties":{"geoRestriction":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontGeoRestrictionViewModel"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontViewerCertificateViewModel":{"type":"object","properties":{"acmCertificateArn":{"type":"string"},"certificate":{"type":"string"},"certificateSource":{"type":"string"},"cloudFrontDefaultCertificate":{"type":"boolean"},"iamCertificateId":{"type":"string"},"minimumProtocolVersion":{"type":"string"},"sslSupportMethod":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontKeyPairIdsViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCacheBehaviorViewModel":{"type":"object","properties":{"allowedMethods":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontAllowedMethodsViewModel"},"compress":{"type":"boolean"},"defaultTTL":{"format":"int64","type":"integer"},"forwardedValues":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontForwardedValuesViewModel"},"lambdaFunctionAssociations":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontLambdaFunctionAssociationsViewModel"},"maxTTL":{"format":"int64","type":"integer"},"minTTL":{"format":"int64","type":"integer"},"pathPattern":{"type":"string"},"smoothStreaming":{"type":"boolean"},"targetOriginId":{"type":"string"},"trustedSigners":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontTrustedSignersViewModel"},"viewerProtocolPolicy":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCustomErrorResponseViewModel":{"type":"object","properties":{"errorCachingMinTTL":{"format":"int64","type":"integer"},"errorCode":{"format":"int32","type":"integer"},"responseCode":{"type":"string"},"responsePagePath":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontAllowedMethodsViewModel":{"type":"object","properties":{"cachedMethods":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCachedMethodsViewModel"},"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontForwardedValuesViewModel":{"type":"object","properties":{"cookies":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCookiePreferenceViewModel"},"headers":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontHeadersViewModel"},"queryString":{"type":"boolean"},"queryStringCacheKeys":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontQueryStringCacheKeysViewModel"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontLambdaFunctionAssociationsViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontLambdaFunctionAssociationViewModel"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontTrustedSignersViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontOriginViewModel":{"type":"object","properties":{"customHeaders":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCustomHeadersViewModel"},"customOriginConfig":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCustomOriginConfigViewModel"},"domainName":{"type":"string"},"id":{"type":"string"},"originPath":{"type":"string"},"s3OriginConfig":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontS3OriginConfigViewModel"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontGeoRestrictionViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"},"restrictionType":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCachedMethodsViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCookiePreferenceViewModel":{"type":"object","properties":{"forward":{"type":"string"},"whitelistedNames":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontCookieNamesViewModel"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontHeadersViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontQueryStringCacheKeysViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontLambdaFunctionAssociationViewModel":{"type":"object","properties":{"eventType":{"type":"string"},"lambdaFunctionARN":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCustomHeadersViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontOriginCustomHeaderViewModel"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCustomOriginConfigViewModel":{"type":"object","properties":{"httpPort":{"format":"int32","type":"integer"},"httpsPort":{"format":"int32","type":"integer"},"originKeepaliveTimeout":{"format":"int32","type":"integer"},"originProtocolPolicy":{"type":"string"},"originReadTimeout":{"format":"int32","type":"integer"},"originSslProtocols":{"$ref":"#/definitions/Dome9.Web.Api.CloudFront.AwsCloudFrontOriginSslProtocolsViewModel"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontS3OriginConfigViewModel":{"type":"object","properties":{"originAccessIdentity":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontCookieNamesViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontOriginCustomHeaderViewModel":{"type":"object","properties":{"headerName":{"type":"string"},"headerValue":{"type":"string"}}},"Dome9.Web.Api.CloudFront.AwsCloudFrontOriginSslProtocolsViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"type":"string"}},"quantity":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudGuardDutyDetector.CloudGuardDutyDetectorViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"detectorId":{"type":"string"},"createdAt":{"type":"string"},"serviceRole":{"type":"string"},"status":{"type":"string"},"updatedAt":{"type":"string"}}},"Dome9.Web.Api.CloudIamAccountSummary.CloudIamAccountSummaryViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"externalAccountNumber":{"description":"External account number","type":"string"},"summaryMap":{"description":"Summary map","type":"object","additionalProperties":{"format":"int32","type":"integer"}}}},"Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserViewModel":{"type":"object","properties":{"user":{"type":"string"},"arn":{"type":"string"},"userCreationTime":{"format":"date-time","type":"string"},"passwordEnabled":{"type":"boolean"},"passwordLastUsed":{"format":"date-time","type":"string"},"passwordLastChanged":{"format":"date-time","type":"string"},"passwordNextRotation":{"format":"date-time","type":"string"},"mfaActive":{"type":"boolean"},"firstAccessKey":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserAccessKeyViewModel"},"secondAccessKey":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserAccessKeyViewModel"},"firstCertificate":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserCertificateViewModel"},"secondCertificate":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserCertificateViewModel"}}},"Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserAccessKeyViewModel":{"type":"object","properties":{"isActive":{"type":"boolean"},"lastRotated":{"format":"date-time","type":"string"},"lastUsedDate":{"format":"date-time","type":"string"},"lastUsedRegion":{"type":"string"},"lastUsedService":{"type":"string"}}},"Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserCertificateViewModel":{"type":"object","properties":{"isActive":{"type":"boolean"},"lastRotated":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"externalAccountNumber":{"description":"External account number","type":"string"},"content":{"description":"Gets and sets the property Content.\r\nContains the credential report. The report is Base64-encoded.","type":"string"},"generatedTime":{"format":"date-time","description":"Gets and sets the property GeneratedTime.\r\nThe date and time when the credential report was created, in ISO 8601 date-time\r\nformat.","type":"string"},"reportFormat":{"description":"Gets and sets the property ReportFormat.\r\nThe format (MIME type) of the credential report.","type":"string"},"users":{"description":"","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamCredentialReport.CloudIamCredentialReportUserViewModel"}}}},"Dome9.Web.Api.CloudIamGroups.CloudIamGroupViewModel":{"type":"object","properties":{"accountId":{"format":"int64","description":"AccountId","type":"integer"},"cloudAccountId":{"format":"uuid","description":"AccountId","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccoutNumber":{"description":"ExternalAccoutNumber","type":"string"},"arn":{"description":"Arn","type":"string"},"externalId":{"description":"ExternalId","type":"string"},"groupId":{"description":"GroupId","type":"string"},"groupName":{"description":"GroupName","type":"string"},"attachedUsers":{"type":"array","items":{"type":"string"}},"attachedManagedPolicies":{"description":"IamGroupPolicies","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamGroupPolicy.AwsIamGroupPolicyViewModel"}},"inlinePolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamGroups.CloudIamGroupInlinePolicyViewModel"}}}},"Dome9.Web.Api.CloudIamGroupPolicy.AwsIamGroupPolicyViewModel":{"type":"object","properties":{"arn":{"description":"Arn","type":"string"},"name":{"description":"name","type":"string"}}},"Dome9.Web.Api.CloudIamGroups.CloudIamGroupInlinePolicyViewModel":{"type":"object","properties":{"policyName":{"type":"string"},"policyDocument":{"type":"object"}}},"Dome9.Web.Api.Models.CloudIamPasswordPolicy":{"type":"object","properties":{"externalId":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"enabledInAccount":{"type":"boolean"},"requireNumbers":{"type":"boolean"},"requireSymbols":{"type":"boolean"},"requireLowercaseCharacter":{"type":"boolean"},"requireUppercaseCharacter":{"type":"boolean"},"minPasswordLength":{"format":"int32","type":"integer"},"allowUsersToChangePasswords":{"type":"boolean"},"hardExpiry":{"type":"boolean"},"maxPasswordAge":{"format":"int32","type":"integer"},"expirePasswords":{"type":"boolean"},"passwordReusePrevention":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudIamPolicyViewModel":{"type":"object","properties":{"acccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountId":{"type":"string"},"arn":{"type":"string"},"attachmentCount":{"format":"int32","type":"integer"},"createDate":{"format":"date-time","type":"string"},"defaultVersionId":{"type":"string"},"description":{"type":"string"},"isAttachable":{"type":"boolean"},"policyId":{"type":"string"},"policyName":{"type":"string"},"updateDate":{"format":"date-time","type":"string"},"version":{"$ref":"#/definitions/Dome9.Web.Api.CloudIamPolicyVersionViewModel"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.CloudIamPolicyVersionViewModel":{"type":"object","properties":{"versionId":{"type":"string"},"createDate":{"format":"date-time","type":"string"},"document":{"type":"object"},"isDefaultVersion":{"type":"boolean"}}},"Dome9.Web.Api.CloudIamServerCertificate.CloudIamServerCertificateViewModel":{"type":"object","properties":{"arn":{"type":"string"},"expiration":{"format":"date-time","type":"string"},"path":{"type":"string"},"serverCertificateId":{"type":"string"},"serverCertificateName":{"type":"string"},"uploadDate":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Models.CloudIamUserViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"arn":{"type":"string"},"createDate":{"format":"date-time","type":"string"},"path":{"type":"string"},"passwordLastReset":{"format":"date-time","type":"string"},"attachedManagedPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.SubTypes.CloudIamUserAttachedManagedPolicyViewModel"}},"attachedGroups":{"type":"array","items":{"type":"string"}},"tags":{"type":"object","additionalProperties":{"type":"string"}},"inlinePolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.SubTypes.CloudIamUserInlinePolicyViewModel"}},"userPermissionsBoundary":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamUserViewModel.PermissionsBoundary"},"sshPublicKeys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudIamUserViewModel.SSHPublicKeyMetaDataViewModel"}}}},"Dome9.Web.Api.SubTypes.CloudIamUserAttachedManagedPolicyViewModel":{"type":"object","properties":{"arn":{"type":"string"},"name":{"type":"string"}}},"Dome9.Web.Api.SubTypes.CloudIamUserInlinePolicyViewModel":{"type":"object","properties":{"policyName":{"type":"string"},"policyDocument":{"type":"object"}}},"Dome9.Web.Api.Models.CloudIamUserViewModel.PermissionsBoundary":{"type":"object","properties":{"permissionsBoundaryArn":{"type":"string"},"permissionsBoundaryType":{"type":"string"}}},"Dome9.Web.Api.Models.CloudIamUserViewModel.SSHPublicKeyMetaDataViewModel":{"type":"object","properties":{"sshPublicKeyId":{"type":"string"},"status":{"type":"string"},"uploadDate":{"format":"date-time","type":"string"},"userName":{"type":"string"}}},"Dome9.Web.Api.CloudIamVirtualMfaDevices.CloudIamVirtualMfaDeviceViewModel":{"type":"object","properties":{"externalId":{"type":"string","readOnly":true},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"enableDate":{"format":"date-time","type":"string"},"serialNumber":{"type":"string"},"userName":{"type":"string"},"userArn":{"type":"string"},"userId":{"type":"string"}}},"Falconetix.Model.CloudInfra.CloudInfraUserViewModel":{"type":"object","properties":{"id":{"type":"string"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"name":{"type":"string"},"role":{"type":"string"},"phone":{"type":"string"},"lastLogin":{"format":"date-time","type":"string"},"createdAt":{"format":"date-time","type":"string"},"existInDome9":{"type":"boolean"}}},"Dome9.Web.Api.UserAndRole.CreateDome9CloudInfraUserRequestViewModel":{"type":"object","properties":{"usersToCreate":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.CloudInfra.CloudInfraUserViewModel"}},"roleIds":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Dome9.Web.Api.UserAndRole.CreateDome9CloudInfraUserResponseViewModel":{"type":"object","properties":{"failedRecords":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.CloudInfraUserCreationFailureResult"}},"totalFailedRecords":{"format":"int32","type":"integer","readOnly":true},"totalSuccessfulRecords":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.UserAndRole.CloudInfraUserCreationFailureResult":{"type":"object","properties":{"user":{"$ref":"#/definitions/Falconetix.Model.CloudInfra.CloudInfraUserViewModel"},"errorMessage":{"type":"string"}}},"Dome9.Web.Api.Models.CloudInstanceViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"vpc":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"isRunning":{"type":"boolean"},"instanceType":{"type":"string"},"publicDnsName":{"type":"string"},"nics":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceNicViewModel"}},"tags":{"type":"object","additionalProperties":{"type":"string"}},"accountId":{"format":"int64","type":"integer"},"image":{"type":"string"},"kernelId":{"type":"string"},"launchTime":{"format":"date-time","type":"string"},"platform":{"type":"string"},"profileArn":{"type":"string"},"roleArns":{"type":"array","items":{"type":"string"}},"isBillable":{"type":"boolean"},"ssmAgentInstanceInformation":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSsmInstanceInformationViewModel"},"metadataOptions":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceMetadataOptionsViewModel"},"imageDetails":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudInstanceImageDetailsViewModel"},"ssmInstancePatchState":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsSsmInstancePatchStateViewModel"}}},"Dome9.Web.Api.Models.CloudInstanceNicViewModel":{"type":"object","properties":{"publicIpAddress":{"type":"string"},"privateIpAddress":{"type":"string"},"securityGroupIds":{"type":"array","items":{"type":"string"}},"privateDnsName":{"type":"string"},"name":{"type":"string"},"externalId":{"type":"string"},"subnetId":{"type":"string"},"macAddress":{"type":"string"}}},"Dome9.Web.Api.Models.CloudSsmInstanceInformationViewModel":{"type":"object","properties":{"activationId":{"type":"string"},"agentVersion":{"type":"string"},"associationOverview":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsSsmInstanceInformationAssociationOverviewViewModel"},"associationStatus":{"type":"string"},"computerName":{"type":"string"},"iamRole":{"type":"string"},"instanceId":{"type":"string"},"ipAddress":{"type":"string"},"isLatestVersion":{"type":"boolean"},"lastAssociationExecutionDate":{"format":"int64","type":"integer"},"lastSuccessfulAssociationExecutionDate":{"format":"int64","type":"integer"},"name":{"type":"string"},"pingStatus":{"type":"string"},"platformName":{"type":"string"},"platformType":{"type":"string"},"platformVersion":{"type":"string"},"registrationDate":{"format":"int64","type":"integer"},"resourceType":{"type":"string"}}},"Dome9.Web.Api.Models.CloudInstanceMetadataOptionsViewModel":{"type":"object","properties":{"httpEndpoint":{"type":"string"},"httpPutResponseHopLimit":{"format":"int32","type":"integer"},"httpTokens":{"type":"string"},"state":{"type":"string"}}},"Dome9.Web.Api.Models.CloudInstanceImageDetailsViewModel":{"type":"object","properties":{"name":{"type":"string"},"ownerId":{"type":"string"},"imageLocation":{"type":"string"},"isPublic":{"type":"boolean"},"state":{"type":"string"},"description":{"type":"string"},"creationDate":{"type":"string"},"hypervisor":{"type":"string"},"platform":{"type":"string"},"architecture":{"type":"string"},"rootDeviceName":{"type":"string"},"rootDeviceType":{"type":"string"},"virtualizationType":{"type":"string"},"ramdiskId":{"type":"string"},"imageOwnerAlias":{"type":"string"},"imageType":{"type":"string"},"kernelId":{"type":"string"},"productCodes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsEc2ProductCodeViewModel"}},"enaSupport":{"type":"boolean"},"sriovNetSupport":{"type":"string"},"stateReason":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsEc2StateReasonViewModel"},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudAmi.CloudEc2TagViewModel"}}}},"Dome9.Web.Api.Models.AwsSsmInstancePatchStateViewModel":{"type":"object","properties":{"id":{"type":"string"},"patchGroup":{"type":"string"},"baselineId":{"type":"string"},"installedCount":{"format":"int32","type":"integer"},"missingCount":{"format":"int32","type":"integer"},"failedCount":{"format":"int32","type":"integer"},"installedOtherCount":{"format":"int32","type":"integer"},"notApplicableCount":{"format":"int32","type":"integer"},"securityNonCompliantCount":{"format":"int32","type":"integer"},"unreportedNotApplicableCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.AwsSsmInstanceInformationAssociationOverviewViewModel":{"type":"object","properties":{"detailedStatus":{"type":"string"},"instanceAssociationStatusAggregatedCount":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsSsmInstanceAssociationStatusAggregatedCountViewModel"}}}},"Dome9.Web.Api.Models.AwsEc2ProductCodeViewModel":{"type":"object","properties":{"productCodeId":{"type":"string"},"productCodeType":{"type":"string"}}},"Dome9.Web.Api.Models.AwsEc2StateReasonViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.Models.AwsSsmInstanceAssociationStatusAggregatedCountViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"format":"int32","type":"integer"}}},"Falconetix.Model.AwsGuardDutyFindingsResponse":{"type":"object","properties":{"findings":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyFindingViewModel"}},"guardDutyState":{"enum":["Enabled","Disabled"],"type":"string"}}},"Falconetix.Model.AwsGuardDutyFindingViewModel":{"type":"object","properties":{"accountId":{"type":"string"},"arn":{"type":"string"},"confidence":{"format":"double","type":"number"},"createdAt":{"type":"string"},"description":{"type":"string"},"id":{"type":"string"},"partition":{"type":"string"},"region":{"type":"string"},"resource":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyResourceViewModel"},"schemaVersion":{"type":"string"},"service":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyServiceViewModel"},"severity":{"format":"double","type":"number"},"title":{"type":"string"},"type":{"type":"string"},"updatedAt":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyResourceViewModel":{"type":"object","properties":{"accessKeyDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyAccessKeyDetailsViewModel"},"instanceDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyInstanceDetailsViewModel"},"resourceType":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyServiceViewModel":{"type":"object","properties":{"action":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyActionViewModel"},"archived":{"type":"boolean"},"count":{"format":"int32","type":"integer"},"detectorId":{"type":"string"},"eventFirstSeen":{"type":"string"},"eventLastSeen":{"type":"string"},"resourceRole":{"type":"string"},"serviceName":{"type":"string"},"userFeedback":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyAccessKeyDetailsViewModel":{"type":"object","properties":{"accessKeyId":{"type":"string"},"principalId":{"type":"string"},"userName":{"type":"string"},"userType":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyInstanceDetailsViewModel":{"type":"object","properties":{"availabilityZone":{"type":"string"},"iamInstanceProfile":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyIamInstanceProfileViewModel"},"imageId":{"type":"string"},"instanceId":{"type":"string"},"instanceState":{"type":"string"},"instanceType":{"type":"string"},"launchTime":{"type":"string"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyNetworkInterfaceViewModel"}},"platform":{"type":"string"},"productCodes":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyProductCodeViewModel"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyTagViewModel"}}}},"Falconetix.Model.AwsGuardDutyActionViewModel":{"type":"object","properties":{"actionType":{"type":"string"},"awsApiCallAction":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyAwsApiCallActionViewModel"},"dnsRequestAction":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyDnsRequestActionViewModel"},"networkConnectionAction":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyNetworkConnectionActionViewModel"},"portProbeAction":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyPortProbeActionViewModel"}}},"Falconetix.Model.AwsGuardDutyIamInstanceProfileViewModel":{"type":"object","properties":{"arn":{"type":"string"},"id":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyNetworkInterfaceViewModel":{"type":"object","properties":{"ipv6Addresses":{"type":"array","items":{"type":"string"}},"privateDnsName":{"type":"string"},"privateIpAddress":{"type":"string"},"privateIpAddresses":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyPrivateIpAddressDetailsViewModel"}},"publicDnsName":{"type":"string"},"publicIp":{"type":"string"},"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutySecurityGroupViewModel"}},"subnetId":{"type":"string"},"vpcId":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyProductCodeViewModel":{"type":"object","properties":{"code":{"type":"string"},"productType":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyTagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyAwsApiCallActionViewModel":{"type":"object","properties":{"api":{"type":"string"},"callerType":{"type":"string"},"domainDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyDomainDetailsViewModel"},"remoteIpDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyRemoteIpDetailsViewModel"},"serviceName":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyDnsRequestActionViewModel":{"type":"object","properties":{"domain":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyNetworkConnectionActionViewModel":{"type":"object","properties":{"blocked":{"type":"boolean"},"connectionDirection":{"type":"string"},"localPortDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyLocalPortDetailsViewModel"},"protocol":{"type":"string"},"remoteIpDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyRemoteIpDetailsViewModel"},"remotePortDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyRemotePortDetailsViewModel"}}},"Falconetix.Model.AwsGuardDutyPortProbeActionViewModel":{"type":"object","properties":{"blocked":{"type":"boolean"},"portProbeDetails":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyPortProbeDetailViewModel"}}}},"Falconetix.Model.AwsGuardDutyPrivateIpAddressDetailsViewModel":{"type":"object","properties":{"privateDnsName":{"type":"string"},"privateIpAddress":{"type":"string"}}},"Falconetix.Model.AwsGuardDutySecurityGroupViewModel":{"type":"object","properties":{"groupId":{"type":"string"},"groupName":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyDomainDetailsViewModel":{"type":"object","properties":{}},"Falconetix.Model.AwsGuardDutyRemoteIpDetailsViewModel":{"type":"object","properties":{"city":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyCityViewModel"},"country":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyCountryViewModel"},"geoLocation":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyGeoLocationViewModel"},"ipAddressV4":{"type":"string"},"organization":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyOrganizationViewModel"}}},"Falconetix.Model.AwsGuardDutyLocalPortDetailsViewModel":{"type":"object","properties":{"port":{"format":"int32","type":"integer"},"portName":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyRemotePortDetailsViewModel":{"type":"object","properties":{"port":{"format":"int32","type":"integer"},"portName":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyPortProbeDetailViewModel":{"type":"object","properties":{"localPortDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyLocalPortDetailsViewModel"},"remoteIpDetails":{"$ref":"#/definitions/Falconetix.Model.AwsGuardDutyRemoteIpDetailsViewModel"}}},"Falconetix.Model.AwsGuardDutyCityViewModel":{"type":"object","properties":{"cityName":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyCountryViewModel":{"type":"object","properties":{"countryCode":{"type":"string"},"countryName":{"type":"string"}}},"Falconetix.Model.AwsGuardDutyGeoLocationViewModel":{"type":"object","properties":{"lat":{"format":"double","type":"number"},"lon":{"format":"double","type":"number"}}},"Falconetix.Model.AwsGuardDutyOrganizationViewModel":{"type":"object","properties":{"asn":{"type":"string"},"asnOrg":{"type":"string"},"isp":{"type":"string"},"org":{"type":"string"}}},"Dome9.Web.Api.Models.CloudInstanceSecurityGroupAttachDetachViewModel":{"type":"object","properties":{"groupid":{"format":"int32","type":"integer"},"nicname":{"type":"string"},"policyGroupId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.CloudInternetGateways.CloudInternetGatewayViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"vpcAttachments":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.SubTypes.CloudVpcAttachmentViewModel"}},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.SubTypes.CloudVpcAttachmentViewModel":{"type":"object","properties":{"state":{"type":"string"},"vpcId":{"type":"string"}}},"Dome9.Web.Api.CloudKinesis.CloudKinesisStreamViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"arn":{"type":"string","readOnly":true},"encrypted":{"type":"boolean","readOnly":true},"encryptionType":{"type":"string","readOnly":true},"keyId":{"type":"string","readOnly":true},"enhancedMonitoring":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKinesis.CloudKinesisEnhancedMetricsEnhancedMetricsViewModel"},"readOnly":true},"retentionPeriodHours":{"format":"int32","type":"integer","readOnly":true},"openShardCount":{"format":"int32","type":"integer","readOnly":true},"creationTimestamp":{"format":"date-time","type":"string","readOnly":true},"status":{"type":"string","readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true}}},"Dome9.Web.Api.CloudKinesis.CloudKinesisEnhancedMetricsEnhancedMetricsViewModel":{"type":"object","properties":{"shardLevelMetrics":{"type":"array","items":{"type":"string"},"readOnly":true}}},"Dome9.Web.Api.CloudKms.CloudKmsViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"externalAccountNumber":{"description":"External account number","type":"string"},"arn":{"type":"string"},"metadata":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.CloudKmsKeyMetadataViewModel"},"rotationStatus":{"type":"boolean"},"keyRotation":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.KmsRotationViewModel"},"policies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.CloudKmsPolicyViewModel"}},"alias":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.CloudKmsAliasViewModel"}},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.CloudKms.CloudKmsKeyMetadataViewModel":{"type":"object","properties":{"arn":{"description":"Gets and sets the property Arn.\r\nThe Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management\r\nService (AWS KMS) in the Example ARNs section of the AWS General Reference.","type":"string"},"awsAccountId":{"description":"Gets and sets the property AWSAccountId.\r\nThe twelve-digit account ID of the AWS account that owns the CMK.","type":"string"},"creationDate":{"format":"date-time","description":"Gets and sets the property CreationDate.\r\nThe date and time when the CMK was created.","type":"string"},"deletionDate":{"format":"date-time","description":"Gets and sets the property DeletionDate.\r\nThe date and time after which AWS KMS deletes the CMK. This value is present\r\nonly when KeyState is PendingDeletion, otherwise this value is omitted.","type":"string"},"description":{"description":"Gets and sets the property Description.\r\nThe description of the CMK.","type":"string"},"enabled":{"description":"Gets and sets the property Enabled.\r\nSpecifies whether the CMK is enabled. When KeyState is Enabled this value\r\nis true, otherwise it is false.","type":"boolean"},"expirationModel":{"description":"Gets and sets the property ExpirationModel.\r\nSpecifies whether the CMK's key material expires. This value is present only\r\nwhen Origin is EXTERNAL, otherwise this value is omitted.","type":"string"},"keyId":{"description":"Gets and sets the property KeyId.\r\nThe globally unique identifier for the CMK.","type":"string"},"keyState":{"description":"Gets and sets the property KeyState.\r\nThe state of the CMK.\r\nFor more information about how key state affects the use of a CMK, see How\r\nKey State Affects the Use of a Customer Master Key in the AWS Key Management\r\nService Developer Guide.","type":"string"},"keyUsage":{"description":"Gets and sets the property KeyUsage.\r\nThe cryptographic operations for which you can use the CMK. Currently the\r\nonly allowed value is ENCRYPT_DECRYPT, which means you can use the CMK for\r\nthe Encrypt and Decrypt operations.","type":"string"},"origin":{"description":"Gets and sets the property Origin.\r\nThe source of the CMK's key material. When this value is AWS_KMS, AWS KMS\r\ncreated the key material. When this value is EXTERNAL, the key material was\r\nimported from your existing key management infrastructure or the CMK lacks\r\nkey material.","type":"string"},"validTo":{"format":"date-time","description":"Gets and sets the property ValidTo.\r\nThe time at which the imported key material expires. When the key material\r\nexpires, AWS KMS deletes the key material and the CMK becomes unusable. This\r\nvalue is present only for CMKs whose Origin is EXTERNAL and whose ExpirationModel\r\nis KEY_MATERIAL_EXPIRES, otherwise this value is omitted.","type":"string"},"customerMasterKeySpec":{"type":"string"},"keyManager":{"type":"string"},"multiRegion":{"type":"boolean"},"multiRegionConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.AwsMultiRegionConfigurationViewModel"}}},"Dome9.Web.Api.CloudKms.KmsRotationViewModel":{"type":"object","properties":{"keyRotationEnabled":{"type":"boolean"},"nextRotationDate":{"format":"date-time","type":"string"},"onDemandRotationStartDate":{"format":"date-time","type":"string"},"rotationPeriodInDays":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudKms.CloudKmsPolicyViewModel":{"type":"object","properties":{"name":{"type":"string"},"document":{"type":"object"}}},"Dome9.Web.Api.CloudKms.CloudKmsAliasViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"arn":{"description":"ARN","type":"string"},"externalAccountNumber":{"description":"External account number","type":"string"},"targetKeyId":{"description":"Target key ID","type":"string"}}},"Dome9.Web.Api.CloudKms.AwsMultiRegionConfigurationViewModel":{"type":"object","properties":{"type":{"type":"string"},"primaryKey":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.AwsMultiRegionKeyViewModel"},"replicaKeys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudKms.AwsMultiRegionKeyViewModel"}}}},"Dome9.Web.Api.CloudKms.AwsMultiRegionKeyViewModel":{"type":"object","properties":{"arn":{"type":"string"},"region":{"type":"string"}}},"Dome9.Web.Api.Models.CloudLoadBalancerViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"vpc":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"timeStamp":{"format":"date-time","type":"string"},"accountId":{"format":"int64","type":"integer"},"securityGroups":{"type":"array","items":{"type":"string"}},"listeners":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLoadBalancerListenerViewModel"}},"dnsName":{"type":"string"},"id":{"type":"string"},"instances":{"type":"array","items":{"type":"string"}},"scheme":{"type":"string"},"accessLog":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudLoadBalancerAccessLogViewModel"}}},"Dome9.Web.Api.Models.CloudLoadBalancerListenerViewModel":{"type":"object","properties":{"sourcePort":{"format":"int32","type":"integer"},"instancePort":{"format":"int32","type":"integer"},"sourceProtocol":{"type":"string"},"instanceProtocol":{"type":"string"},"sslCertificateId":{"type":"string"}}},"Dome9.Web.Api.Models.CloudLoadBalancerAccessLogViewModel":{"type":"object","properties":{"emitInterval":{"format":"int32","type":"integer"},"enabled":{"type":"boolean"},"s3BucketName":{"type":"string"},"s3BucketPrefix":{"type":"string"}}},"Dome9.Web.Api.CloudLogGroups.CloudLogGroupViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"metricFilters":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudLogGroups.CloudMetricFilterViewModel"}},"arn":{"type":"string"},"creationTime":{"format":"date-time","type":"string"},"logGroupName":{"type":"string"},"metricFilterCount":{"format":"int32","type":"integer"},"retentionInDays":{"format":"int32","type":"integer"},"storedBytes":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.CloudLogGroups.CloudMetricFilterViewModel":{"type":"object","properties":{"creationTime":{"format":"date-time","type":"string"},"filterName":{"type":"string"},"filterPattern":{"type":"string"},"metricTransformations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudLogGroups.CloudMetricFilterTransformations"}}}},"Dome9.Web.Api.CloudLogGroups.CloudMetricFilterTransformations":{"type":"object","properties":{"defaultValue":{"format":"double","type":"number"},"metricName":{"type":"string"},"metricNamespace":{"type":"string"},"metricValue":{"type":"string"}}},"Dome9.Web.Api.CloudMetricAlarms.CloudMetricAlarmViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"actionsEnabled":{"type":"boolean"},"alarmActions":{"description":"Gets and sets the property AlarmActions.\r\nThe list of actions to execute when this alarm transitions into an ALARM\r\nstate from any other state. Each action is specified as an Amazon Resource\r\nName (ARN).","type":"array","items":{"type":"string"}},"alarmArn":{"description":"Gets and sets the property AlarmArn.\r\nThe Amazon Resource Name (ARN) of the alarm.","type":"string"},"alarmConfigurationUpdatedTimestamp":{"format":"date-time","description":"Gets and sets the property AlarmConfigurationUpdatedTimestamp.\r\nThe time stamp of the last update to the alarm configuration.","type":"string"},"alarmDescription":{"description":"Gets and sets the property AlarmDescription.\r\nThe description for the alarm.","type":"string"},"alarmName":{"description":"Gets and sets the property AlarmName.\r\nThe name of the alarm.","type":"string"},"comparisonOperator":{"description":"Gets and sets the property ComparisonOperator.\r\nThe arithmetic operation to use when comparing the specified Statistic and\r\nThreshold. The specified Statistic value is used as the first operand.","type":"string"},"dimensions":{"description":"Gets and sets the property Dimensions.\r\nThe list of dimensions associated with the alarm's associated metric.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudMetricAlarms.CloudMetricAlarmDimension"}},"evaluationPeriods":{"format":"int32","description":"Gets and sets the property EvaluationPeriods.\r\nThe number of periods over which data is compared to the specified threshold.","type":"integer"},"insufficientDataActions":{"description":"Gets and sets the property InsufficientDataActions.\r\nThe list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA\r\nstate from any other state. Each action is specified as an Amazon Resource\r\nName (ARN).\r\nThe current WSDL lists this attribute as UnknownActions.","type":"array","items":{"type":"string"}},"metricName":{"description":"Gets and sets the property MetricName.\r\nThe name of the alarm's metric.","type":"string"},"namespace":{"description":"Gets and sets the property Namespace.\r\nThe namespace of alarm's associated metric.","type":"string"},"okActions":{"description":"Gets and sets the property OKActions.\r\nThe list of actions to execute when this alarm transitions into an OK state\r\nfrom any other state. Each action is specified as an Amazon Resource Name\r\n(ARN).","type":"array","items":{"type":"string"}},"period":{"format":"int32","description":"Gets and sets the property Period.\r\nThe period in seconds over which the statistic is applied.","type":"integer"},"stateReason":{"description":"Gets and sets the property StateReason.\r\nA human-readable explanation for the alarm's state.","type":"string"},"stateReasonData":{"description":"Gets and sets the property StateReasonData.\r\nAn explanation for the alarm's state in machine-readable JSON format","type":"string"},"stateUpdatedTimestamp":{"format":"date-time","description":"Gets and sets the property StateUpdatedTimestamp.\r\nThe time stamp of the last update to the alarm's state.","type":"string"},"stateValue":{"description":"Gets and sets the property StateValue.\r\nThe state value for the alarm.","type":"string"},"statistic":{"description":"Gets and sets the property Statistic.\r\nThe statistic to apply to the alarm's associated metric.","type":"string"},"threshold":{"format":"double","description":"Gets and sets the property Threshold.\r\nThe value against which the specified statistic is compared.","type":"number"},"unit":{"description":"Gets and sets the property Unit.\r\nThe unit of the alarm's associated metric.","type":"string"}}},"Dome9.Web.Api.CloudMetricAlarms.CloudMetricAlarmDimension":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Models.CloudNaclViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"timeStamp":{"format":"date-time","type":"string"},"vpcId":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"naclId":{"type":"string"},"isDefault":{"type":"boolean"},"associations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.CloudNaclAssociationViewModel"}},"entries":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.CloudNaclEntryViewModel"}},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Controllers.CloudNaclAssociationViewModel":{"type":"object","properties":{"naclId":{"type":"string"},"nAclAssociationId":{"type":"string"},"subnetId":{"type":"string"}}},"Dome9.Web.Api.Controllers.CloudNaclEntryViewModel":{"type":"object","properties":{"protocol":{"type":"string"},"ruleNumber":{"format":"int32","type":"integer"},"ruleAction":{"type":"string"},"egress":{"type":"boolean"},"cidrBlock":{"type":"string"},"portRange":{"$ref":"#/definitions/CGN.Inventory.Aws.Model.WrapperModels.NaclEntryPortRange"},"icmpTypeCode":{"$ref":"#/definitions/Dome9.Web.Api.Controllers.NaclEntryIcmpTypeCodeViewModel"}}},"CGN.Inventory.Aws.Model.WrapperModels.NaclEntryPortRange":{"type":"object","properties":{"from":{"format":"int32","type":"integer"},"to":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Controllers.NaclEntryIcmpTypeCodeViewModel":{"type":"object","properties":{"type":{"format":"int32","type":"integer"},"code":{"format":"int32","type":"integer"},"description":{"type":"string"}}},"Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"externalId":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"vpc":{"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","type":"integer","readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"association":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceAssociationViewModel","readOnly":true},"attachment":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceAttachmentViewModel","readOnly":true},"availabilityZone":{"type":"string"},"description":{"type":"string"},"groups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfaceGroupIdentifierViewModel"},"readOnly":true},"interfaceType":{"type":"string"},"ipv6Addresses":{"type":"array","items":{"type":"string"},"readOnly":true},"macAddress":{"type":"string"},"networkInterfaceId":{"type":"string"},"ownerId":{"type":"string"},"privateDnsName":{"type":"string"},"privateIpAddress":{"type":"string"},"privateIpAddresses":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudNetworkInerfaces.CloudNetworkInterfacePrivateIpAddressViewModel"},"readOnly":true},"requesterId":{"type":"string"},"requesterManaged":{"type":"boolean"},"sourceDestCheck":{"type":"boolean"},"status":{"type":"string"},"subnetId":{"type":"string"}}},"Dome9.Web.Api.Models.CloudRedshiftClusterViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"externalId":{"type":"string","readOnly":true},"name":{"type":"string","readOnly":true},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"vpc":{"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","type":"integer","readOnly":true},"status":{"type":"string","readOnly":true},"nodeType":{"type":"string","readOnly":true},"clusterNodes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudRedshiftClusterNodeViewModel"},"readOnly":true},"isPublic":{"type":"boolean","readOnly":true},"endpoint":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudRedshiftClusterEndpointViewModel"},"elasticIPAddress":{"type":"string","readOnly":true},"dataEncrypted":{"type":"boolean"},"clusterVersion":{"type":"string","readOnly":true},"subnetGroup":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudRedshiftClusterSubnetGroupViewModel"},"dbName":{"type":"string","readOnly":true},"kmsKeyId":{"type":"string","readOnly":true},"clusterIamRoles":{"type":"array","items":{"type":"string"},"readOnly":true},"securityGroups":{"type":"array","items":{"type":"string"},"readOnly":true},"clusterSecurityGroups":{"type":"array","items":{"type":"string"},"readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true},"parametersGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsRedshiftParametersGroupViewModel"},"readOnly":true}}},"Dome9.Web.Api.Models.CloudRedshiftClusterNodeViewModel":{"type":"object","properties":{"nodeRole":{"type":"string","readOnly":true},"privateIPAddress":{"type":"string","readOnly":true},"publicIPAddress":{"type":"string","readOnly":true}}},"Dome9.Web.Api.Models.CloudRedshiftClusterEndpointViewModel":{"type":"object","properties":{"port":{"format":"int32","type":"integer","readOnly":true},"address":{"type":"string","readOnly":true}}},"Dome9.Web.Api.Models.CloudRedshiftClusterSubnetGroupViewModel":{"type":"object","properties":{"name":{"type":"string","readOnly":true},"description":{"type":"string","readOnly":true},"vpcId":{"type":"string","readOnly":true},"subnets":{"type":"array","items":{"type":"string"},"readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"},"readOnly":true}}},"Dome9.Web.Api.Models.AwsRedshiftParametersGroupViewModel":{"type":"object","properties":{"parameterGroupName":{"type":"string","readOnly":true},"parameters":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.AwsRedshiftParameterViewModel"},"readOnly":true}}},"Dome9.Web.Api.Models.AwsRedshiftParameterViewModel":{"type":"object","properties":{"allowedValues":{"type":"string","readOnly":true},"applyType":{"type":"string","readOnly":true},"dataType":{"type":"string","readOnly":true},"description":{"type":"string","readOnly":true},"isModifiable":{"type":"boolean","readOnly":true},"minimumEngineVersion":{"type":"string","readOnly":true},"parameterName":{"type":"string","readOnly":true},"parameterValue":{"type":"string","readOnly":true},"source":{"type":"string","readOnly":true}}},"Dome9.Web.Api.CloudAwsRegion.CloudRegionViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","type":"integer"},"externalAccountNumber":{"type":"string"},"regionName":{"type":"string"},"endpoint":{"type":"string"},"isDefaultEndpoint":{"type":"boolean"},"isEnabled":{"type":"boolean"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53DomainViewModel":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"domainName":{"type":"string"},"autoRenew":{"type":"boolean"},"transferLock":{"type":"boolean"},"expirationTime":{"format":"date-time","type":"string"},"details":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53DomainDetailsViewModel"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53DomainDetailsViewModel":{"type":"object","properties":{"registrarName":{"type":"string"},"registrarUrl":{"type":"string"},"registryDomainId":{"type":"string"},"reseller":{"type":"string"},"nameservers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53DomainNameserverViewModel"}},"dnsSec":{"type":"string"},"statusList":{"type":"array","items":{"type":"string"}},"whoIsServer":{"type":"string"},"creationTime":{"format":"date-time","type":"string"},"updatedTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53DomainNameserverViewModel":{"type":"object","properties":{"name":{"type":"string"},"glueIps":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53HostedZoneViewModel":{"type":"object","properties":{"id":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"callerReference":{"type":"string"},"config":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53HostedZoneConfigViewModel"},"linkedService":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53LinkedServiceViewModel"},"resourceRecordSetCount":{"format":"int64","type":"integer"},"resourceRecordSets":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53ResourceRecordSetViewModel"}},"queryLoggingConfigs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53QueryLoggingConfigViewModel"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53HostedZoneConfigViewModel":{"type":"object","properties":{"comment":{"type":"string"},"privateZone":{"type":"boolean"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53LinkedServiceViewModel":{"type":"object","properties":{"servicePrincipal":{"type":"string"},"description":{"type":"string"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53ResourceRecordSetViewModel":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"setIdentifier":{"type":"string"},"weight":{"format":"int64","type":"integer"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"geoLocation":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53GeoLocationViewModel"},"failover":{"type":"string"},"multiValueAnswer":{"type":"boolean"},"ttl":{"format":"int64","type":"integer"},"resourceRecords":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53ResourceRecordViewModel"}},"aliasTarget":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53AliasTargetViewModel"},"healthCheckId":{"type":"string"},"trafficPolicyInstanceId":{"type":"string"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53QueryLoggingConfigViewModel":{"type":"object","properties":{"cloudWatchLogsLogGroupArn":{"type":"string"},"hostedZoneId":{"type":"string"},"id":{"type":"string"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53GeoLocationViewModel":{"type":"object","properties":{"continentCode":{"type":"string"},"countryCode":{"type":"string"},"subdivisionCode":{"type":"string"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53ResourceRecordViewModel":{"type":"object","properties":{"value":{"type":"string"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53AliasTargetViewModel":{"type":"object","properties":{"hostedZoneId":{"type":"string"},"dnsName":{"type":"string"},"evaluateTargetHealth":{"type":"boolean"}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53RecordSetGroupViewModel":{"type":"object","properties":{"hostedZoneMetadata":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53HostZoneMetadataViewModel"},"recordSets":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53ResourceRecordSetViewModel"}}}},"Dome9.Web.Api.CloudRoute53.CloudRoute53HostZoneMetadataViewModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"comment":{"type":"string"},"callerReference":{"type":"string"},"linkedService":{"$ref":"#/definitions/Dome9.Web.Api.CloudRoute53.CloudRoute53LinkedServiceViewModel"},"recordSetCount":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.CloudRouteTables.CloudRouteTableViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"vpcId":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"routeTableId":{"type":"string","readOnly":true},"routes":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRouteTables.CloudRouteViewModel"}},"propagatingVgws":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRouteTables.CloudPropagatingVgwViewModel"}},"associations":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudRouteTables.CloudRouteTableAssociationViewModel"}}}},"Dome9.Web.Api.CloudRouteTables.CloudRouteViewModel":{"type":"object","properties":{"destinationCidrBlock":{"type":"string"},"destinationIpv6CidrBlock":{"type":"string"},"destinationPrefixListId":{"type":"string"},"egressOnlyInternetGatewayId":{"type":"string"},"gatewayId":{"type":"string"},"instanceId":{"type":"string"},"instanceOwnerId":{"type":"string"},"natGatewayId":{"type":"string"},"networkInterfaceId":{"type":"string"},"origin":{"type":"string"},"state":{"type":"string"},"vpcPeeringConnectionId":{"type":"string"},"transitGatewayId":{"type":"string"}}},"Dome9.Web.Api.CloudRouteTables.CloudPropagatingVgwViewModel":{"type":"object","properties":{"gatewayId":{"type":"string"}}},"Dome9.Web.Api.CloudRouteTables.CloudRouteTableAssociationViewModel":{"type":"object","properties":{"isMain":{"type":"boolean"},"routeTableAssociationId":{"type":"string"},"routeTableId":{"type":"string"},"subnetId":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"bucketName":{"type":"string"},"creationTime":{"format":"date-time","type":"string"},"bucketLogging":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketLoggingViewModel"},"bucketAcl":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketAclViewModel"},"bucketPolicy":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketPolicyViewModel"},"bucketVersioning":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketVersioningViewModel"},"bucketWebsite":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketWebsiteViewModel"},"bucketEncryption":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3ServerSideEncryptionConfigurationViewModel"},"bucketReplication":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3ReplicationConfigurationViewModel"},"bucketLifecycle":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleConfigurationViewModel"},"publicAccessBlock":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketPublicAccessBlockViewModel"},"isObjectOwnershipACL":{"type":"boolean"},"s3RegionName":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketLoggingViewModel":{"type":"object","properties":{"targetPrefix":{"type":"string"},"targetBucketName":{"type":"string"},"grants":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketGrantViewModel"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketAclViewModel":{"type":"object","properties":{"ownerId":{"type":"string"},"ownerDisplayName":{"type":"string"},"grants":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3BucketGrantViewModel"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketPolicyViewModel":{"type":"object","properties":{"document":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketVersioningViewModel":{"type":"object","properties":{"status":{"type":"string"},"mfaDelete":{"type":"boolean"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketWebsiteViewModel":{"type":"object","properties":{"indexDocumentSuffix":{"type":"string"},"errorDocument":{"type":"string"},"routingRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleViewModel"}},"redirectAllRequestsTo":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleRedirectViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3ServerSideEncryptionConfigurationViewModel":{"type":"object","properties":{"serverSideEncryptionRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3ServerSideEncryptionRuleViewModel"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3ReplicationConfigurationViewModel":{"type":"object","properties":{"role":{"type":"string"},"rules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3ReplicationRuleViewModel"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleConfigurationViewModel":{"type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleViewModel"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketPublicAccessBlockViewModel":{"type":"object","properties":{"blockPublicAcls":{"type":"boolean"},"ignorePublicAcls":{"type":"boolean"},"blockPublicPolicy":{"type":"boolean"},"restrictPublicBuckets":{"type":"boolean"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3BucketGrantViewModel":{"type":"object","properties":{"granteeType":{"type":"string"},"granteeCanonicalUser":{"type":"string"},"granteeDisplayName":{"type":"string"},"granteeEmailAddress":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"granteeURI":{"type":"string"},"granteePremissionHeaderName":{"type":"string"},"granteePremission":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleViewModel":{"type":"object","properties":{"condition":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleConditionViewModel"},"redirect":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleRedirectViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleRedirectViewModel":{"type":"object","properties":{"hostName":{"type":"string"},"httpRedirectCode":{"type":"string"},"protocol":{"type":"string"},"replaceKeyPrefixWith":{"type":"string"},"replaceKeyWith":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3ServerSideEncryptionRuleViewModel":{"type":"object","properties":{"serverSideEncryptionByDefault":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3ServerSideEncryptionByDefaultViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3ReplicationRuleViewModel":{"type":"object","properties":{"id":{"type":"string"},"prefix":{"type":"string"},"status":{"type":"string"},"destination":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3ReplicationDestinationViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleViewModel":{"type":"object","properties":{"expiration":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleExpirationViewModel"},"id":{"type":"string"},"prefix":{"type":"string"},"filter":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleFilterViewModel"},"status":{"type":"string"},"transition":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleTransitionViewModel"},"noncurrentVersionExpiration":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleNoncurrentVersionExpirationViewModel"},"noncurrentVersionTransition":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleNoncurrentVersionTransitionViewModel"},"transitions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleTransitionViewModel"}},"noncurrentVersionTransitions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleNoncurrentVersionTransitionViewModel"}},"abortIncompleteMultipartUpload":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleAbortIncompleteMultipartUploadViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3RoutingRuleConditionViewModel":{"type":"object","properties":{"httpErrorCodeReturnedEquals":{"type":"string"},"keyPrefixEquals":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3ServerSideEncryptionByDefaultViewModel":{"type":"object","properties":{"serverSideEncryptionAlgorithm":{"type":"string"},"serverSideEncryptionKeyManagementServiceKeyId":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3ReplicationDestinationViewModel":{"type":"object","properties":{"bucketArn":{"type":"string"},"storageClass":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleExpirationViewModel":{"type":"object","properties":{"date":{"format":"date-time","type":"string"},"dateUtc":{"format":"date-time","type":"string"},"days":{"format":"int32","type":"integer"},"expiredObjectDeleteMarker":{"type":"boolean"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleFilterViewModel":{"type":"object","properties":{"lifecycleFilterPredicate":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleFilterPredicateViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleTransitionViewModel":{"type":"object","properties":{"date":{"format":"date-time","type":"string"},"dateUtc":{"format":"date-time","type":"string"},"days":{"format":"int32","type":"integer"},"storageClass":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleNoncurrentVersionExpirationViewModel":{"type":"object","properties":{"noncurrentDays":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleNoncurrentVersionTransitionViewModel":{"type":"object","properties":{"noncurrentDays":{"format":"int32","type":"integer"},"storageClass":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleRuleAbortIncompleteMultipartUploadViewModel":{"type":"object","properties":{"daysAfterInitiation":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleFilterPredicateViewModel":{"type":"object","properties":{"prefixOperand":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecyclePrefixPredicateViewModel"},"tagOperands":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleTagPredicateViewModel"}}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecyclePrefixPredicateViewModel":{"type":"object","properties":{"prefix":{"type":"string"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3LifecycleTagPredicateViewModel":{"type":"object","properties":{"tag":{"$ref":"#/definitions/Dome9.Web.Api.CloudS3Bucket.CloudS3TagViewModel"}}},"Dome9.Web.Api.CloudS3Bucket.CloudS3TagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Models.CloudSecurityGroupWithSrlViewModel":{"type":"object","properties":{"securityGroupId":{"format":"int64","type":"integer"},"services":{"type":"object","properties":{"inbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}},"outbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudSecurityGroupServiceViewModel"}}}},"externalId":{"type":"string"},"isProtected":{"type":"boolean"},"securityGroupName":{"type":"string"},"description":{"type":"string"},"vpcId":{"type":"string"},"vpcName":{"type":"string"},"regionId":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"type":"string"},"cloudAccountName":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"srl":{"type":"string"}}},"Dome9.Web.Api.Models.CloudSecurityGroupRevisionViewModel":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"externalAccountNumber":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"vpc":{"type":"string"},"revisionId":{"format":"int64","type":"integer"},"timestamp":{"format":"date-time","type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudSecurityGroup":{"type":"object"},"auditEvent":{"type":"object"}}},"Dome9.Web.Api.CloudSnsSubscriptions.CloudSnsSubscriptionViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"endpoint":{"description":"Gets and sets the property Endpoint.\r\nThe subscription's endpoint (format depends on the protocol).","type":"string"},"owner":{"description":"Gets and sets the property Owner.\r\nThe subscription's owner.","type":"string"},"protocol":{"description":"Gets and sets the property Protocol.\r\nThe subscription's protocol.","type":"string"},"subscriptionArn":{"description":"Gets and sets the property SubscriptionArn.\r\nThe subscription's ARN.","type":"string"},"topicArn":{"description":"Gets and sets the property TopicArn.\r\nThe ARN of the subscription's topic.","type":"string"}}},"Dome9.Web.Api.CloudSnsTopics.CloudSnsTopicViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"policy":{"$ref":"#/definitions/Dome9.Web.Api.CloudSnsTopics.CloudSnsTopicPolicyViewModel","description":"Gets and sets the property Endpoint.\r\nThe subscription's endpoint (format depends on the protocol)."},"owner":{"description":"Gets and sets the property Owner.\r\nThe subscription's owner.","type":"string"},"topicArn":{"description":"Gets and sets the property TopicArn.\r\nThe ARN of the subscription's topic.","type":"string"},"kmsMasterKey":{"type":"string","readOnly":true},"subscriptionsConfirmed":{"format":"int32","type":"integer","readOnly":true},"subscriptionsDeleted":{"format":"int32","type":"integer","readOnly":true},"subscriptionsPending":{"format":"int32","type":"integer","readOnly":true},"effectiveDeliveryPolicy":{"type":"string","readOnly":true},"deliveryPolicy":{"type":"string","readOnly":true}}},"Dome9.Web.Api.CloudSnsTopics.CloudSnsTopicPolicyViewModel":{"type":"object","properties":{"document":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlInstanceViewModel":{"type":"object","properties":{"backendType":{"type":"string"},"connectionName":{"type":"string"},"databaseVersion":{"type":"string"},"eTag":{"type":"string"},"failoverReplica":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlFailoverReplicaDataViewModel"},"gceZone":{"type":"string"},"instanceType":{"type":"string"},"ipAddresses":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlIpMappingViewModel"}},"ipv6Address":{"type":"string"},"kind":{"type":"string"},"masterInstanceName":{"type":"string"},"maxDiskSize":{"format":"int64","type":"integer"},"name":{"type":"string"},"onPremisesConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlOnPremisesConfigurationViewModel"},"project":{"type":"string"},"region":{"type":"string"},"replicaConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlReplicaConfigurationViewModel"},"replicaNames":{"type":"array","items":{"type":"string"}},"selfLink":{"type":"string"},"serverCaCert":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlSslCertViewModel"},"serviceAccountEmailAddress":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"settings":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlSettingsViewModel"},"state":{"type":"string"},"suspensionReason":{"type":"array","items":{"type":"string"}},"gcpCloudSqlUser":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlUserViewModel"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlFailoverReplicaDataViewModel":{"type":"object","properties":{"available":{"type":"boolean"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlIpMappingViewModel":{"type":"object","properties":{"ipAddress":{"type":"string"},"timeToRetireRaw":{"type":"string"},"timeToRetire":{"format":"date-time","type":"string"},"type":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlOnPremisesConfigurationViewModel":{"type":"object","properties":{"hostPort":{"type":"string"},"kind":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlReplicaConfigurationViewModel":{"type":"object","properties":{"failoverTarget":{"type":"boolean"},"kind":{"type":"string"},"mysqlReplicaConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlMySqlReplicaConfigurationViewModel"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlSslCertViewModel":{"type":"object","properties":{"certSerialNumber":{"type":"string"},"commonName":{"type":"string"},"createTimeRaw":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"expirationTimeRaw":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"instance":{"type":"string"},"kind":{"type":"string"},"selfLink":{"type":"string"},"sha1Fingerprint":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlSettingsViewModel":{"type":"object","properties":{"activationPolicy":{"type":"string"},"authorizedGaeApplications":{"type":"array","items":{"type":"string"}},"availabilityType":{"type":"string"},"backupConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlBackupConfigurationViewModel"},"crashSafeReplicationEnabled":{"type":"boolean"},"dataDiskSizeGb":{"format":"int64","type":"integer"},"dataDiskType":{"type":"string"},"databaseFlags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlDatabaseFlagsViewModel"}},"databaseReplicationEnabled":{"type":"boolean"},"ipConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlIpConfigurationViewModel"},"kind":{"type":"string"},"locationPreference":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlLocationPreferenceViewModel"},"maintenanceWindow":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlMaintenanceWindowViewModel"},"pricingPlan":{"type":"string"},"replicationType":{"type":"string"},"settingsVersion":{"format":"int64","type":"integer"},"storageAutoResize":{"type":"boolean"},"storageAutoResizeLimit":{"format":"int64","type":"integer"},"tier":{"type":"string"},"userLabels":{"type":"object","additionalProperties":{"type":"string"}},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlUserViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"host":{"type":"string"},"instance":{"type":"string"},"kind":{"type":"string"},"name":{"type":"string"},"project":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlMySqlReplicaConfigurationViewModel":{"type":"object","properties":{"caCertificate":{"type":"string"},"clientCertificate":{"type":"string"},"clientKey":{"type":"string"},"connectRetryInterval":{"format":"int32","type":"integer"},"dumpFilePath":{"type":"string"},"kind":{"type":"string"},"masterHeartbeatPeriod":{"format":"int64","type":"integer"},"password":{"type":"string"},"sslCipher":{"type":"string"},"username":{"type":"string"},"verifyServerCertificate":{"type":"boolean"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlBackupConfigurationViewModel":{"type":"object","properties":{"binaryLogEnabled":{"type":"boolean"},"enabled":{"type":"boolean"},"kind":{"type":"string"},"replicationLogArchivingEnabled":{"type":"boolean"},"startTime":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlDatabaseFlagsViewModel":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlIpConfigurationViewModel":{"type":"object","properties":{"authorizedNetworks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Sql.GcpCloudSqlAclEntryViewModel"}},"ipv4Enabled":{"type":"boolean"},"requireSsl":{"type":"boolean"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlLocationPreferenceViewModel":{"type":"object","properties":{"followGaeApplication":{"type":"string"},"kind":{"type":"string"},"zone":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlMaintenanceWindowViewModel":{"type":"object","properties":{"day":{"format":"int32","type":"integer"},"hour":{"format":"int32","type":"integer"},"kind":{"type":"string"},"updateTrack":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Sql.GcpCloudSqlAclEntryViewModel":{"type":"object","properties":{"expirationTimeRaw":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"kind":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.CloudSqs.CloudSqsViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"externalId":{"type":"string","readOnly":true},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"createdTimestamp":{"format":"date-time","type":"string"},"lastModifiedTimestamp":{"format":"date-time","type":"string"},"messageRetentionPeriod":{"format":"int32","type":"integer"},"policy":{"type":"string"},"name":{"type":"string"},"receiveMessageWaitTimeSeconds":{"format":"int32","type":"integer"},"kmsDataKeyReusePeriodSeconds":{"format":"int32","type":"integer"},"redrivePolicy":{"$ref":"#/definitions/Dome9.Web.Api.CloudSqs.CloudSqsViewModel.AwsSqsRedrivePolicyViewModel"},"kmsMasterKeyId":{"type":"string"},"visibilityTimeout":{"format":"int32","type":"integer"},"queueUrl":{"type":"string","readOnly":true},"maximumMessageSize":{"format":"int32","type":"integer","readOnly":true},"delaySeconds":{"format":"int32","type":"integer","readOnly":true},"tags":{"type":"object","additionalProperties":{"type":"string"}},"sqsManagedSseEnabled":{"type":"boolean"}}},"Dome9.Web.Api.CloudSqs.CloudSqsViewModel.AwsSqsRedrivePolicyViewModel":{"type":"object","properties":{"deadLetterTargetArn":{"type":"string"},"maxReceiveCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.CloudSubnetViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"timeStamp":{"format":"date-time","type":"string"},"vpcId":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"subnetId":{"type":"string"},"cidrBlock":{"type":"string"},"state":{"type":"string"},"availabilityZone":{"type":"string"},"defaultForAz":{"type":"boolean"},"availableIpAddressCount":{"format":"int32","type":"integer"},"mapPublicIpOnLaunch":{"type":"boolean"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"ownerId":{"type":"string"}}},"Dome9.Web.Api.CloudTrail.CloudTrailViewModel":{"type":"object","properties":{"id":{"description":"Id","type":"string","readOnly":true},"externalId":{"description":"ExternalId","type":"string","readOnly":true},"name":{"description":"Name","type":"string","readOnly":true},"region":{"description":"Region","enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string","readOnly":true},"cloudAccountId":{"format":"uuid","description":"CloudAccountId","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"accountId":{"format":"int64","description":"AccountId","type":"integer","readOnly":true},"cloudWatchLogsLogGroupArn":{"description":"Gets and sets the property CloudWatchLogsLogGroupArn.\r\nSpecifies an Amazon Resource Name (ARN), a unique identifier that represents\r\nthe log group to which CloudTrail logs will be delivered.","type":"string"},"cloudWatchLogsRoleArn":{"description":"Gets and sets the property CloudWatchLogsRoleArn.\r\nSpecifies the role for the CloudWatch Logs endpoint to assume to write to\r\na user's log group.","type":"string"},"homeRegion":{"description":"Gets and sets the property HomeRegion.\r\nThe region in which the trail was created.","type":"string"},"includeGlobalServiceEvents":{"description":"Gets and sets the property IncludeGlobalServiceEvents.\r\nSet to True to include AWS API calls from AWS global services such as IAM.\r\n Otherwise, False.","type":"boolean"},"isMultiRegionTrail":{"description":"Gets and sets the property IsMultiRegionTrail.\r\nSpecifies whether the trail belongs only to one region or exists in all regions.","type":"boolean"},"kmsKeyId":{"description":"Gets and sets the property KmsKeyId.\r\nSpecifies the KMS key ID that encrypts the logs delivered by CloudTrail.\r\nThe value is a fully specified ARN to a KMS key in the format:\r\narn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012","type":"string"},"logFileValidationEnabled":{"description":"Gets and sets the property LogFileValidationEnabled.\r\nSpecifies whether log file validation is enabled.","type":"boolean"},"s3BucketName":{"description":"Gets and sets the property S3BucketName.\r\nName of the Amazon S3 bucket into which CloudTrail delivers your trail files.\r\nSee Amazon S3 Bucket Naming Requirements.","type":"string"},"s3KeyPrefix":{"description":"Gets and sets the property S3KeyPrefix.\r\nSpecifies the Amazon S3 key prefix that comes after the name of the bucket\r\nyou have designated for log file delivery. For more information, see Finding\r\nYour CloudTrail Log Files.The maximum length is 200 characters.","type":"string"},"snsTopicArn":{"description":"Gets and sets the property SnsTopicARN.\r\nSpecifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications\r\nwhen log files are delivered. The format of a topic ARN is:\r\narn:aws:sns:us-east-1:123456789012:MyTopic","type":"string"},"snsTopicName":{"description":"Gets and sets the property SnsTopicName.\r\nThis field is deprecated. Use SnsTopicARN.","type":"string"},"trailArn":{"description":"Gets and sets the property TrailARN.\r\nSpecifies the ARN of the trail. The format of a trail ARN is:\r\narn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail","type":"string"},"cloudTrailStatus":{"$ref":"#/definitions/Dome9.Web.Api.CloudTrail.CloudTrailStatusViewModel","description":"CloudTrail status"}}},"Dome9.Web.Api.CloudTrail.CloudTrailStatusViewModel":{"type":"object","properties":{"isLogging":{"description":"Gets and sets the property IsLogging.\r\nWhether the CloudTrail is currently logging AWS API calls.","type":"boolean"},"latestCloudWatchLogsDeliveryError":{"description":"Gets and sets the property LatestCloudWatchLogsDeliveryError.\r\nDisplays any CloudWatch Logs error that CloudTrail encountered when attempting\r\nto deliver logs to CloudWatch Logs.","type":"string"},"latestCloudWatchLogsDeliveryTime":{"format":"date-time","description":"Gets and sets the property LatestCloudWatchLogsDeliveryTime.\r\nDisplays the most recent date and time when CloudTrail delivered logs to\r\nCloudWatch Logs.","type":"string"},"latestDeliveryAttemptSucceeded":{"description":"Gets and sets the property LatestDeliveryAttemptSucceeded.\r\nThis field is deprecated.","type":"string"},"latestDeliveryAttemptTime":{"description":"Gets and sets the property LatestDeliveryAttemptTime.\r\nThis field is deprecated.","type":"string"},"latestDeliveryError":{"description":"Gets and sets the property LatestDeliveryError.\r\nDisplays any Amazon S3 error that CloudTrail encountered when attempting\r\nto deliver log files to the designated bucket. For more information see the\r\ntopic Error Responses in the Amazon S3 API Reference.\r\nThis error occurs only when there is a problem with the destination S3 bucket\r\nand will not occur for timeouts. To resolve the issue, create a new bucket\r\nand call UpdateTrail to specify the new bucket, or fix the existing objects\r\nso that CloudTrail can again write to the bucket.","type":"string"},"latestDeliveryTime":{"format":"date-time","description":"Gets and sets the property LatestDeliveryTime.\r\nSpecifies the date and time that CloudTrail last delivered log files to an\r\naccount's Amazon S3 bucket.","type":"string"},"latestDigestDeliveryError":{"description":"Gets and sets the property LatestDigestDeliveryError.\r\nDisplays any Amazon S3 error that CloudTrail encountered when attempting\r\nto deliver a digest file to the designated bucket. For more information see\r\nthe topic Error Responses in the Amazon S3 API Reference.\r\nThis error occurs only when there is a problem with the destination S3 bucket\r\nand will not occur for timeouts. To resolve the issue, create a new bucket\r\nand call UpdateTrail to specify the new bucket, or fix the existing objects\r\nso that CloudTrail can again write to the bucket.","type":"string"},"latestDigestDeliveryTime":{"format":"date-time","description":"Gets and sets the property LatestDigestDeliveryTime.\r\nSpecifies the date and time that CloudTrail last delivered a digest file\r\nto an account's Amazon S3 bucket.","type":"string"},"latestNotificationAttemptSucceeded":{"description":"Gets and sets the property LatestNotificationAttemptSucceeded.\r\nThis field is deprecated.","type":"string"},"latestNotificationAttemptTime":{"description":"Gets and sets the property LatestNotificationAttemptTime.\r\nThis field is deprecated.","type":"string"},"latestNotificationError":{"description":"Gets and sets the property LatestNotificationError.\r\nDisplays any Amazon SNS error that CloudTrail encountered when attempting\r\nto send a notification. For more information about Amazon SNS errors, see\r\nthe Amazon SNS Developer Guide.","type":"string"},"latestNotificationTime":{"format":"date-time","description":"Gets and sets the property LatestNotificationTime.\r\nSpecifies the date and time of the most recent Amazon SNS notification that\r\nCloudTrail has written a new log file to an account's Amazon S3 bucket.","type":"string"},"startLoggingTime":{"format":"date-time","description":"Gets and sets the property StartLoggingTime.\r\nSpecifies the most recent date and time when CloudTrail started recording\r\nAPI calls for an AWS account.","type":"string"},"stopLoggingTime":{"format":"date-time","description":"Gets and sets the property StopLoggingTime.\r\nSpecifies the most recent date and time when CloudTrail stopped recording\r\nAPI calls for an AWS account.","type":"string"},"timeLoggingStarted":{"description":"Gets and sets the property TimeLoggingStarted.\r\nThis field is deprecated.","type":"string"},"timeLoggingStopped":{"description":"Gets and sets the property TimeLoggingStopped.\r\nThis field is deprecated.","type":"string"},"externalId":{"description":"ExternalId","type":"string"}}},"Dome9.Web.Api.CloudVolume.CloudVolumeViewModel":{"type":"object","properties":{"attachments":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVolume.CloudVolumeAttachmentViewModel"}},"availabilityZone":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"encrypted":{"type":"boolean"},"iops":{"format":"int32","type":"integer"},"kmsKeyId":{"type":"string"},"size":{"format":"int32","type":"integer"},"snapshotId":{"type":"string"},"state":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"volumeId":{"type":"string"},"volumeType":{"type":"string"},"region":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"type":"string"},"id":{"type":"string"}}},"Dome9.Web.Api.CloudVolume.CloudVolumeAttachmentViewModel":{"type":"object","properties":{"attachTime":{"format":"date-time","type":"string"},"deleteOnTermination":{"type":"boolean"},"device":{"type":"string"},"instanceId":{"type":"string"},"state":{"type":"string"},"volumeId":{"type":"string"}}},"Dome9.Web.Api.Models.CloudVpcViewModel":{"type":"object","properties":{"externalId":{"type":"string"},"name":{"type":"string"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"timeStamp":{"format":"date-time","type":"string"},"accountId":{"format":"int64","type":"integer"},"cidrBlock":{"type":"string"},"isDefault":{"type":"boolean"},"ownerId":{"type":"string"}}},"Dome9.Web.Api.Models.CloudVpcPeeringConnectionViewModel":{"type":"object","properties":{"externalId":{"type":"string","readOnly":true},"name":{"type":"string"},"accountId":{"format":"int64","type":"integer","readOnly":true},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"region":{"enum":["us_east_1","us_west_1","eu_west_1","ap_southeast_1","ap_northeast_1","us_west_2","sa_east_1","az_1_region_a_geo_1","az_2_region_a_geo_1","az_3_region_a_geo_1","ap_southeast_2","mellanox_region","us_gov_west_1","eu_central_1","ap_northeast_2","ap_south_1","us_east_2","ca_central_1","eu_west_2","eu_west_3","eu_north_1","cn_north_1","cn_northwest_1","us_gov_east_1","ap_east_1","me_south_1","af_south_1","eu_south_1","ap_northeast_3","me_central_1","ap_south_2","ap_southeast_3","ap_southeast_4","eu_central_2","eu_south_2","il_central_1","ca_west_1","mx_central_1","ap_southeast_5","ap_southeast_7","westus","eastus","eastus2","northcentralus","westus2","southcentralus","centralus","usgovlowa","usgovvirginia","northeurope","westeurope","eastasia","southeastasia","japaneast","japanwest","brazilsouth","australiaeast","australiasoutheast","centralindia","southindia","westindia","canadaeast","westcentralus","chinaeast","chinanorth","canadacentral","germanycentral","germanynortheast","koreacentral","uksouth","ukwest","koreasouth","francecentral","francesouth","germanywestcentral","usdodcentral","usdodeast","usgovarizona","usgovtexas","australiacentral","australiacentral2","chinaeast2","chinanorth2","southafricanorth","southafricawest","uaecentral","uaenorth","ussecwest","usseceast","germanynorth","switzerlandwest","norwaywest","norwayeast","switzerlandnorth","westus3","swedencentral","chinanorth3","brazilsoutheast","eastus2euap","jioindiawest","jioindiacentral","qatarcentral","spaincentral","italynorth","polandcentral","mexicocentral","asia","asia_east1","asia_northeast1","asia_south1","asia_southeast1","australia_southeast1","europe","europe_north1","europe_west1","europe_west2","europe_west3","europe_west4","northamerica_northeast1","southamerica_east1","us","us_central1","us_east1","us_east4","us_west1","us_west2","global","asia_east2","eur4","nam4","europe_west6","japan_west","asia_northeast2","asia_northeast3","us_west3","us_west4","asia_southeast2","nam3","nam5","nam6","nam7","nam10","nam_eur_asia1","eur3","eur5","asia1","nam11","eu","northamerica_northeast2","southamerica_west1","us_east5","us_south1","europe_central2","europe_southwest1","europe_west8","europe_west9","europe_west10","europe_west12","asia_south2","australia_southeast2","me_central1","me_central2","me_west1","ap_sydney_1","ap_melbourne_1","sa_saopaulo_1","sa_vinhedo_1","ca_montreal_1","ca_toronto_1","sa_santiago_1","eu_paris_1","eu_marseille_1","eu_frankfurt_1","ap_hyderabad_1","ap_mumbai_1","il_jerusalem_1","eu_milan_1","ap_osaka_1","ap_tokyo_1","mx_queretaro_1","eu_amsterdam_1","me_jeddah_1","ap_singapore_1","af_johannesburg_1","ap_seoul_1","ap_chuncheon_1","eu_madrid_1","eu_stockholm_1","eu_zurich_1","me_abudhabi_1","me_dubai_1","uk_london_1","uk_cardiff_1","us_ashburn_1","us_phoenix_1","us_sanjose_1","us_gov_ashburn_1","us_gov_chicago_1","us_gov_phoenix_1","us_langley_1","us_luke_1","uk_gov_london_1","uk_gov_cardiff_1","sa_bogota_1","us_chicago_1","sa_valparaiso_1","mx_monterrey_1","eu_jovanovac_1","ap_singapore_2"],"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"timeStamp":{"format":"date-time","type":"string","readOnly":true},"vpcPeeringConnectionId":{"type":"string","readOnly":true},"requesterVpcInfo":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudVpcPeeringInfoViewModel","readOnly":true},"accepterVpcInfo":{"$ref":"#/definitions/Dome9.Web.Api.Models.CloudVpcPeeringInfoViewModel","readOnly":true},"status":{"type":"string","readOnly":true},"expirationTime":{"format":"date-time","type":"string","readOnly":true}}},"Dome9.Web.Api.Models.CloudVpcPeeringInfoViewModel":{"type":"object","properties":{"externalAccountId":{"type":"string","readOnly":true},"vpcId":{"type":"string","readOnly":true},"cidrBlock":{"type":"string","readOnly":true}}},"Falconetix.Model.AwsVPNConnectionViewModel":{"type":"object","properties":{"customerGatewayConfiguration":{"$ref":"#/definitions/Falconetix.Model.AwsVpnConnectionCustomerGatewayConfigurationViewModel"},"customerGatewayId":{"type":"string"},"options":{"$ref":"#/definitions/Falconetix.Model.AwsEC2VpnConnectionOptionsViewModel"},"routes":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsEC2VpnStaticRouteViewModel"}},"state":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsEC2TagViewModel"}},"type":{"type":"string"},"vgwTelemetry":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.AwsEC2VgwTelemetryViewModel"}},"vpnConnectionId":{"type":"string"},"vpnGatewayId":{"type":"string"}}},"Falconetix.Model.AwsVpnConnectionCustomerGatewayConfigurationViewModel":{"type":"object","properties":{"customerGatewayId":{"type":"string"},"vpnGatewayId":{"type":"string"},"vpnConnectionType":{"type":"string"},"vpnConnectionAttributes":{"type":"string"},"ipsecTunnel":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionIpsecTunnelViewModel"}},"id":{"type":"string"}}},"Falconetix.Model.AwsEC2VpnConnectionOptionsViewModel":{"type":"object","properties":{"staticRoutesOnly":{"type":"boolean"},"tunnelOptions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnTunnelOptionSetViewModel"}}}},"Falconetix.Model.AwsEC2VpnStaticRouteViewModel":{"type":"object","properties":{"destinationCidrBlock":{"type":"string"},"source":{"type":"string"},"state":{"type":"string"}}},"Falconetix.Model.AwsEC2TagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Falconetix.Model.AwsEC2VgwTelemetryViewModel":{"type":"object","properties":{"acceptedRouteCount":{"format":"int32","type":"integer"},"lastStatusChange":{"format":"date-time","type":"string"},"outsideIpAddress":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string"}}},"Falconetix.Model.VpcConnectionIpsecTunnelViewModel":{"type":"object","properties":{"customerGateway":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionCustomerGatewayViewModel"},"vpnGateway":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionVpnGatewayViewModel"},"ike":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionIkeViewModel"},"ipsec":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionIpsecViewModel"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnTunnelOptionSetViewModel":{"type":"object","properties":{"dpdTimeoutAction":{"type":"string"},"dpdTimeoutSeconds":{"format":"int32","type":"integer"},"ikeVersions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnIKEVersionViewModel"}},"outsideIpAddress":{"type":"string"},"phase1DHGroupNumbers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase1DHGroupNumberViewModel"}},"phase1EncryptionAlgorithms":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase1EncryptionAlgorithmViewModel"}},"phase1IntegrityAlgorithms":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase1IntegrityAlgorithmViewModel"}},"phase1LifetimeSeconds":{"format":"int32","type":"integer"},"phase2DHGroupNumbers":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase2DHGroupNumberViewModel"}},"phase2EncryptionAlgorithms":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase2EncryptionAlgorithmViewModel"}},"phase2IntegrityAlgorithms":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase2IntegrityAlgorithmViewModel"}},"phase2LifetimeSeconds":{"format":"int32","type":"integer"},"preSharedKey":{"type":"string"},"rekeyFuzzPercentage":{"format":"int32","type":"integer"},"rekeyMarginTimeSeconds":{"format":"int32","type":"integer"},"replayWindowSize":{"format":"int32","type":"integer"},"startupAction":{"type":"string"},"tunnelInsideCidr":{"type":"string"},"tunnelInsideIpv6Cidr":{"type":"string"}}},"Falconetix.Model.VpcConnectionCustomerGatewayViewModel":{"type":"object","properties":{"tunnelOutsideAddress":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionTunnelOutsideAddressViewModel"},"tunnelInsideAddress":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionTunnelInsideAddressViewModel"},"bgp":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionBgpViewModel"}}},"Falconetix.Model.VpcConnectionVpnGatewayViewModel":{"type":"object","properties":{"tunnelOutsideAddress":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionTunnelOutsideAddressViewModel"},"tunnelInsideAddress":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionTunnelInsideAddressViewModel"},"bgp":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionBgpViewModel"}}},"Falconetix.Model.VpcConnectionIkeViewModel":{"type":"object","properties":{"authenticationProtocol":{"type":"string"},"encryptionProtocol":{"type":"string"},"lifetime":{"format":"int32","type":"integer"},"perfectForwardSecrecy":{"type":"string"},"mode":{"type":"string"},"preSharedKey":{"type":"string"}}},"Falconetix.Model.VpcConnectionIpsecViewModel":{"type":"object","properties":{"protocol":{"type":"string"},"authenticationProtocol":{"type":"string"},"encryptionProtocol":{"type":"string"},"lifetime":{"format":"int32","type":"integer"},"perfectForwardSecrecy":{"type":"string"},"mode":{"type":"string"},"clearDfBit":{"type":"string"},"fragmentationBeforeEncryption":{"type":"string"},"tcpMssAdjustment":{"format":"int32","type":"integer"},"deadPeerDetection":{"$ref":"#/definitions/Falconetix.Model.VpcConnectionDeadPeerDetectionViewModel"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnIKEVersionViewModel":{"type":"object","properties":{"value":{"type":"string"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase1DHGroupNumberViewModel":{"type":"object","properties":{"value":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase1EncryptionAlgorithmViewModel":{"type":"object","properties":{"value":{"type":"string"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase1IntegrityAlgorithmViewModel":{"type":"object","properties":{"value":{"type":"string"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase2DHGroupNumberViewModel":{"type":"object","properties":{"value":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase2EncryptionAlgorithmViewModel":{"type":"object","properties":{"value":{"type":"string"}}},"Dome9.Web.Api.CloudVPNConnection.AwsEC2VpnPhase2IntegrityAlgorithmViewModel":{"type":"object","properties":{"value":{"type":"string"}}},"Falconetix.Model.VpcConnectionTunnelOutsideAddressViewModel":{"type":"object","properties":{"ipAddress":{"type":"string"}}},"Falconetix.Model.VpcConnectionTunnelInsideAddressViewModel":{"type":"object","properties":{"ipAddress":{"type":"string"},"networkMask":{"type":"string"},"networkCidr":{"format":"int32","type":"integer"}}},"Falconetix.Model.VpcConnectionBgpViewModel":{"type":"object","properties":{"asn":{"format":"int64","type":"integer"},"holdTime":{"format":"int64","type":"integer"}}},"Falconetix.Model.VpcConnectionDeadPeerDetectionViewModel":{"type":"object","properties":{"interval":{"format":"int32","type":"integer"},"retries":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.CloudDirectConnect.AwsVpnGatewayViewModel":{"type":"object","properties":{"availabilityZone":{"type":"string"},"state":{"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"type":{"type":"string"},"vpcAttachment":{"type":"string"},"vpnGatewayId":{"type":"string"}}},"Falconetix.Model.AwsWAFRegionalViewModel":{"type":"object","properties":{"name":{"type":"string"},"webACLId":{"type":"string"},"wafRegionalResources":{"type":"array","items":{"type":"string"}},"tags":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.EventRule.EventRuleViewModel":{"type":"object","properties":{"name":{"type":"string"},"roleArn":{"type":"string"},"managedBy":{"type":"string"},"eventPattern":{"type":"string"},"description":{"type":"string"},"arn":{"type":"string"},"scheduleExpression":{"type":"string"},"state":{"enum":["Enabled","Disabled"],"type":"string"},"targets":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.EventRule.AwsEventTargetViewModel"}}}},"Dome9.Web.Api.EventRule.AwsEventTargetViewModel":{"type":"object","properties":{"arn":{"type":"string"},"id":{"type":"string"},"input":{"type":"string"},"inputPath":{"type":"string"},"roleArn":{"type":"string"},"inputTransformer":{"$ref":"#/definitions/Dome9.Web.Api.EventRule.AwsEventTargetTransformerViewModel"},"sqsParameters":{"$ref":"#/definitions/Dome9.Web.Api.EventRule.AwsEventTargetSqsViewModel"}}},"Dome9.Web.Api.EventRule.AwsEventTargetTransformerViewModel":{"type":"object","properties":{"inputPathsMap":{"type":"object","additionalProperties":{"type":"string"}},"inputTemplate":{"type":"string"}}},"Dome9.Web.Api.EventRule.AwsEventTargetSqsViewModel":{"type":"object","properties":{"messageGroupId":{"type":"string"}}},"Dome9.Web.Api.Compliance.Exclusion.ExclusionViewModel":{"type":"object","properties":{"platform":{"description":"Exclusion platform","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"id":{"format":"uuid","description":"[Required] Exclusion ID","type":"string","example":"00000000-0000-0000-0000-000000000000"},"rulesetId":{"format":"int64","description":"[Required] Ruleset ID to apply exclusion on.","type":"integer"},"rules":{"description":"[Optional] List of rules to apply the exclusion on.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the exclusion.","pattern":"((id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|((name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')(( and category = ('Package'|'Malware'))$)?( or name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'){{0,9}})|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])|(eventInfo\\.userInfo\\.username like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|('[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' in\\(eventInfo\\.userInfo\\.roles\\))|(namespace like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(rootOwner\\.kind like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and rootOwner\\.name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(labels contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(labels contain-any [ value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(labels contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|((version|package-manager.path) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and category = 'Package')|(scannedAsset.entityName like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'( or scannedAsset.entityName like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'){{0,9}})|((files contain [file-path like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+']|files contain [contents contain [payload-sha256 like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+']]) and category = 'InsecureContent')|(files contain [file-path like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'] and category = 'Malware')","type":"array","items":{"type":"string"}},"regions":{"description":"[Optional] List of regions to exclude, for example 'us_east_1'.","type":"array","items":{"type":"string"}},"severities":{"description":"[Optional] List of severities to exclude. Valid values: ['Informational', 'Low', 'Medium', 'High', 'Critical']","type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply exclusion on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply exclusion on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"Comment text (free text)","type":"string"},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Date range for the exclusion to take effect.\r\nThe exclusion will take effect permanently unless a specific date range is specified.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."},"cloudAccountType":{"description":"CloudAccountType (string)\r\nTo know from which vendor the exclusion was created\r\ndefault null","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Dome9.Web.Api.Compliance.RuleViewModel":{"type":"object","properties":{"logicHash":{"description":"Rule logic hash","pattern":"^[A-Za-z0-9+/]{22}?$","type":"string"},"rlmId":{"type":"string"},"id":{"description":"Rule ID","type":"string"},"name":{"description":"Rule name","type":"string"}}},"Dome9.Web.Api.Compliance.Exclusion.ExclusionPostRequestModel":{"type":"object","properties":{"rulesetId":{"format":"int64","description":"[Required] Ruleset ID to apply exclusion on.","type":"integer"},"rules":{"description":"[Optional] List of rules to apply the exclusion on.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the exclusion.","pattern":"((id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|((name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')(( and category = ('Package'|'Malware'))$)?( or name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'){{0,9}})|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])|(eventInfo\\.userInfo\\.username like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|('[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' in\\(eventInfo\\.userInfo\\.roles\\))|(namespace like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(rootOwner\\.kind like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and rootOwner\\.name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(labels contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(labels contain-any [ value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(labels contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|((version|package-manager.path) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and category = 'Package')|(scannedAsset.entityName like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'( or scannedAsset.entityName like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'){{0,9}})|((files contain [file-path like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+']|files contain [contents contain [payload-sha256 like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+']]) and category = 'InsecureContent')|(files contain [file-path like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'] and category = 'Malware')","type":"array","items":{"type":"string"}},"regions":{"description":"[Optional] List of regions to exclude, for example 'us_east_1'.","type":"array","items":{"type":"string"}},"severities":{"description":"[Optional] List of severities to exclude. Valid values: ['Informational', 'Low', 'Medium', 'High', 'Critical']","type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply exclusion on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply exclusion on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"Comment text (free text)","type":"string"},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Date range for the exclusion to take effect.\r\nThe exclusion will take effect permanently unless a specific date range is specified.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."},"cloudAccountType":{"description":"CloudAccountType (string)\r\nTo know from which vendor the exclusion was created\r\ndefault null","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"platform":{"description":"Platform (string)\r\nFor CIEM to skip no ruleset validation\r\ndefault null","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Dome9.Web.Api.Compliance.Exclusion.ExclusionPutRequestModel":{"type":"object","properties":{"id":{"format":"uuid","description":"[Required] Exclusion ID","type":"string","example":"00000000-0000-0000-0000-000000000000"},"rulesetId":{"format":"int64","description":"[Required] Ruleset ID to apply exclusion on.","type":"integer"},"rules":{"description":"[Optional] List of rules to apply the exclusion on.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the exclusion.","pattern":"((id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|((name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')(( and category = ('Package'|'Malware'))$)?( or name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'){{0,9}})|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])|(eventInfo\\.userInfo\\.username like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|('[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' in\\(eventInfo\\.userInfo\\.roles\\))|(namespace like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(rootOwner\\.kind like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and rootOwner\\.name like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(labels contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(labels contain-any [ value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(labels contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|(annotations contain-any [ key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' ])|((version|package-manager.path) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and category = 'Package')|(scannedAsset.entityName like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'( or scannedAsset.entityName like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'){{0,9}})|((files contain [file-path like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+']|files contain [contents contain [payload-sha256 like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+']]) and category = 'InsecureContent')|(files contain [file-path like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'] and category = 'Malware')","type":"array","items":{"type":"string"}},"regions":{"description":"[Optional] List of regions to exclude, for example 'us_east_1'.","type":"array","items":{"type":"string"}},"severities":{"description":"[Optional] List of severities to exclude. Valid values: ['Informational', 'Low', 'Medium', 'High', 'Critical']","type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply exclusion on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply exclusion on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, exclusion will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"Comment text (free text)","type":"string"},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Date range for the exclusion to take effect.\r\nThe exclusion will take effect permanently unless a specific date range is specified.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."},"cloudAccountType":{"description":"CloudAccountType (string)\r\nTo know from which vendor the exclusion was created\r\ndefault null","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"platform":{"description":"Platform (string)\r\nFor CIEM to skip no ruleset validation\r\ndefault null","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Dome9.Web.Api.Models.RuleBundleRequestViewModel":{"required":["name","cloudVendor"],"type":"object","properties":{"id":{"format":"int64","description":"the bundle id (returned in response)","type":"integer"},"name":{"description":"bundle name","type":"string"},"description":{"description":"description of the bundle","type":"string"},"rules":{"description":"list of rules in the bundle","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleViewModel"}},"hideInCompliance":{"type":"boolean"},"minFeatureTier":{"enum":["Trial","Basic","Advanced","Premium"],"type":"string"},"cloudVendor":{"description":"the cloud provider on which the rule will be run","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"language":{"description":"the language of the text (default, 'en' - English)","type":"string"}}},"Falconetix.Model.Compliance.Ruleset.RuleBundleResultViewModel":{"type":"object","properties":{"rules":{"description":"list of rules in the bundle","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleViewModel"},"readOnly":true},"accountId":{"format":"int64","description":"Dome9 account id","type":"integer"},"createdTime":{"format":"date-time","description":"bundle creation date","type":"string"},"updatedTime":{"format":"date-time","type":"string"},"id":{"format":"int64","description":"bundle id","type":"integer"},"name":{"description":"bundle name","type":"string"},"description":{"description":"bundle description","type":"string"},"isTemplate":{"type":"boolean"},"hideInCompliance":{"type":"boolean"},"minFeatureTier":{"enum":["Trial","Basic","Advanced","Premium"],"type":"string"},"section":{"format":"int32","type":"integer"},"tooltipText":{"description":"tooltip text (UI) for the bundle, when hovering over it","type":"string"},"showBundle":{"type":"boolean"},"systemBundle":{"type":"boolean"},"cloudVendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"version":{"format":"int32","type":"integer"},"minorVersion":{"format":"int32","type":"integer"},"availableVersions":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleBundleVersionViewModel"}},"language":{"type":"string"},"rulesCount":{"format":"int32","type":"integer"},"default":{"type":"boolean"},"common":{"type":"boolean"},"icon":{"type":"string"}}},"Falconetix.Model.Compliance.Ruleset.RuleBundleVersionViewModel":{"type":"object","properties":{"version":{"type":"string"},"createdTime":{"type":"string"}}},"Dome9.Web.Api.Compliance.Remediation.RemediationViewModel":{"required":["comment"],"type":"object","properties":{"platform":{"description":"Remediation platform","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"id":{"format":"uuid","description":"[Required] Remediation ID","type":"string","example":"00000000-0000-0000-0000-000000000000"},"rules":{"description":"[Optional] List of rules to apply the remediation on.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the remediation.","pattern":"((name|id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])","type":"array","items":{"type":"string"}},"severities":{"description":"[Optional] List of severities to remediate. Valid values: ['Informational', 'Low', 'Medium', 'High', 'Critical']","type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"rulesetId":{"format":"int64","description":"[Required] Ruleset ID to apply remediation on.","type":"integer"},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply remediation on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, remediation will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"[Required] Comment text (free text)","type":"string"},"cloudBots":{"description":"Cloud bots execution expressions","type":"array","items":{"type":"string"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply remediation on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, remediation will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Date range for the remediation to take effect.\r\nThe exclusion will take effect permanently unless a specific date range is specified.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."},"cloudAccountType":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Dome9.Web.Api.Compliance.Remediation.RemediationPostRequestModel":{"required":["comment"],"type":"object","properties":{"rules":{"description":"[Optional] List of rules to apply the remediation on.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the remediation.","pattern":"((name|id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])","type":"array","items":{"type":"string"}},"severities":{"description":"[Optional] List of severities to remediate. Valid values: ['Informational', 'Low', 'Medium', 'High', 'Critical']","type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"rulesetId":{"format":"int64","description":"[Required] Ruleset ID to apply remediation on.","type":"integer"},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply remediation on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, remediation will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"[Required] Comment text (free text)","type":"string"},"cloudBots":{"description":"Cloud bots execution expressions","type":"array","items":{"type":"string"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply remediation on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, remediation will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Date range for the remediation to take effect.\r\nThe exclusion will take effect permanently unless a specific date range is specified.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."},"platform":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"cloudAccountType":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Dome9.Web.Api.Compliance.Remediation.RemediationPutRequestModel":{"required":["comment"],"type":"object","properties":{"id":{"format":"uuid","description":"[Required] Remediation ID","type":"string","example":"00000000-0000-0000-0000-000000000000"},"rules":{"description":"[Optional] List of rules to apply the remediation on.","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.RuleViewModel"}},"logicExpressions":{"description":"[Optional] The GSL logic expressions of the remediation.","pattern":"((name|id|accountNumber) like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')|(tags contain \\[(key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')( or key like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+' and value like '[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+')*\\])","type":"array","items":{"type":"string"}},"severities":{"description":"[Optional] List of severities to remediate. Valid values: ['Informational', 'Low', 'Medium', 'High', 'Critical']","type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"rulesetId":{"format":"int64","description":"[Required] Ruleset ID to apply remediation on.","type":"integer"},"cloudAccountIds":{"description":"[Optional] List of cloud account IDs to apply remediation on.\r\nIf neither cloud account IDs nor organizational unit IDs are supplied, remediation will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"comment":{"description":"[Required] Comment text (free text)","type":"string"},"cloudBots":{"description":"Cloud bots execution expressions","type":"array","items":{"type":"string"}},"organizationalUnitIds":{"description":"[Optional] List of organizational unit IDs to apply remediation on.\r\nIf neither organizational unit IDs nor cloud account IDs are supplied, remediation will apply on all cloud accounts.\r\nIf both organizational unit IDs and cloud account IDs are supplied, only organizational unit IDs will take effect.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"dateRange":{"$ref":"#/definitions/Falconetix.Model.DateTimeRange","description":"[Optional] Date range for the remediation to take effect.\r\nThe exclusion will take effect permanently unless a specific date range is specified.\r\nLeaving 'From' null will take only 'To' into account.\r\nLeaving 'To' null will take only 'From' into account.\r\nDateRange with both 'From' and 'To' null will be disregarded."},"platform":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"cloudAccountType":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"}}},"Dome9.Web.Api.Compliance.RemediationOld.RemediationGetOldViewModel":{"required":["comment"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ruleLogicHash":{"pattern":"^[A-Za-z0-9+/]{22}?$","type":"string"},"ruleName":{"type":"string"},"ruleId":{"type":"string"},"logic":{"pattern":"(name|id){1} (like){1} '{1}[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'{1}","type":"string"},"rulesetId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"platform":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"comment":{"type":"string"},"cloudBots":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Compliance.RemediationOld.RemediationPostOldViewModel":{"required":["comment"],"type":"object","properties":{"ruleLogicHash":{"pattern":"^[A-Za-z0-9+/]{22}?$","type":"string"},"ruleName":{"type":"string"},"ruleId":{"type":"string"},"logic":{"pattern":"(name|id){1} (like){1} '{1}[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'{1}","type":"string"},"rulesetId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"platform":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"comment":{"type":"string"},"cloudBots":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.RuleBundleRequestPostViewModel":{"required":["name","cloudVendor"],"type":"object","properties":{"name":{"description":"bundle name","type":"string"},"description":{"description":"description of the bundle","type":"string"},"rules":{"description":"list of rules in the bundle","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Compliance.Ruleset.RuleViewModel"}},"hideInCompliance":{"type":"boolean"},"minFeatureTier":{"enum":["Trial","Basic","Advanced","Premium"],"type":"string"},"cloudVendor":{"description":"the cloud provider on which the rule will be run","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"language":{"description":"the language of the text (default, 'en' - English)","type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationGetViewModel":{"required":["name"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"maxLength":100,"minLength":0,"type":"string"},"description":{"maxLength":500,"minLength":0,"type":"string"},"alertsConsole":{"type":"boolean"},"scheduledReport":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ScheduledReportNotificationViewModel"},"changeDetection":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ChangeDetectionNotificationViewModel"},"gcpSecurityCommandCenterIntegration":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.GcpSecurityCommandCenterIntegrationViewModel"},"filter":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationFilterViewModel"},"sendOnEachOccurrence":{"type":"boolean"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ScheduledReportNotificationViewModel":{"type":"object","properties":{"emailSendingState":{"format":"email","description":"Email Address","enum":["Disabled","Enabled"],"type":"string","example":"MyName@gmail.com"},"scheduleData":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.ContinuousComplianceNotificationEntity.ReportScheduleData","description":"Set or Get Notification schedule"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ChangeDetectionNotificationViewModel":{"type":"object","properties":{"emailSendingState":{"format":"email","description":"Email Address","enum":["Disabled","Enabled"],"type":"string","example":"MyName@gmail.com"},"emailPerFindingSendingState":{"format":"email","description":"Email Address","enum":["Disabled","Enabled"],"type":"string","example":"MyName@gmail.com"},"snsSendingState":{"enum":["Disabled","Enabled"],"type":"string"},"externalTicketCreatingState":{"enum":["Disabled","Enabled"],"type":"string"},"awsSecurityHubIntegrationState":{"enum":["Disabled","Enabled"],"type":"string"},"azureSecurityCenterIntegrationState":{"enum":["Disabled","Enabled"],"type":"string"},"webhookIntegrationState":{"enum":["Disabled","Enabled"],"type":"string"},"slackIntegrationState":{"enum":["Disabled","Enabled"],"type":"string"},"teamsIntegrationState":{"enum":["Disabled","Enabled"],"type":"string"},"eventarcIntegrationState":{"enum":["Disabled","Enabled"],"type":"string"},"emailData":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.ContinuousComplianceNotificationEntity.EmailNotificationData"},"emailPerFindingData":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.ContinuousComplianceNotificationEntity.EmailPerFindingNotificationData"},"snsData":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.SnsDataNotificationViewModel"},"ticketingSystemData":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.TicketingSystemNotificationDataViewModel"},"awsSecurityHubIntegration":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.AwsSecurityHubIntegrationNotificationViewModel"},"azureSecurityCenterIntegration":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.AzureSecurityCenterIntegrationNotificationViewModel"},"webhookData":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.WebhookNotificationDataViewModel"},"slackData":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.SlackNotificationDataViewModel"},"teamsData":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.TeamsNotificationDataViewModel"},"eventarcData":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.EventarcNotificationDataViewModel"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.GcpSecurityCommandCenterIntegrationViewModel":{"type":"object","properties":{"state":{"enum":["Disabled","Enabled"],"type":"string"},"projectId":{"type":"string"},"sourceId":{"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationFilterViewModel":{"type":"object","properties":{"severities":{"type":"array","items":{"enum":["Informational","Low","Medium","High","Critical"],"type":"string"}},"entityTypes":{"type":"array","items":{"type":"string"}},"entityTags":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.TagRuleEntity"}},"entityNames":{"type":"array","items":{"type":"string"}},"entityIds":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.RuleEngine.Entities.ContinuousComplianceNotificationEntity.ReportScheduleData":{"required":["cronExpression","recipients"],"type":"object","properties":{"cronExpression":{"type":"string"},"type":{"enum":["Detailed","Summary","FullCsv","FullCsvZip","ExecutivePlatform"],"type":"string"},"isIntelligence":{"type":"boolean"},"recipients":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.RuleEngine.Entities.ContinuousComplianceNotificationEntity.EmailNotificationData":{"required":["recipients"],"type":"object","properties":{"recipients":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.RuleEngine.Entities.ContinuousComplianceNotificationEntity.EmailPerFindingNotificationData":{"required":["recipients"],"type":"object","properties":{"recipients":{"type":"array","items":{"type":"string"}},"notificationOutputFormat":{"enum":["JsonWithFullEntity","JsonWithBasicEntity","Json","PlainText","SplunkBasic","ServiceNow","QRadar","JsonFirstLevelEntity","Jira"],"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.SnsDataNotificationViewModel":{"type":"object","properties":{"snsTopicArn":{"description":"Set and Get SNS Topic ARN","pattern":"^arn:(?(aws[\\w\\-]*)):(?[\\w]*):(?[\\w\\d-]*):(?[\\d]*):(((?[\\w+=,\\.@\\-_ ]+)[\\/:]?)+)$","type":"string"},"snsOutputFormat":{"enum":["JsonWithFullEntity","JsonWithBasicEntity","Json","PlainText","SplunkBasic","ServiceNow","QRadar","JsonFirstLevelEntity","Jira"],"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.TicketingSystemNotificationDataViewModel":{"type":"object","properties":{"systemType":{"description":"Set and Get Ticketing System type (ServiceNow)","enum":["ServiceNow","Jira","PagerDuty"],"type":"string"},"shouldCloseTickets":{"type":"boolean"},"domain":{"description":"Set and Get ticketing system domain name","type":"string"},"user":{"description":"Set and Get Ticketing system user name","type":"string"},"pass":{"description":"Set and Get Ticketing system password (for the user used for access)","type":"string"},"projectKey":{"description":"Set and Get Ticketing system access key","type":"string"},"issueType":{"description":"Set and Get Ticketing system default issue type (optional). Tickets opened for Compliance issues will use this issue type.","type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.AwsSecurityHubIntegrationNotificationViewModel":{"required":["externalAccountId","region"],"type":"object","properties":{"externalAccountId":{"pattern":"^\\d{12}$","type":"string"},"region":{"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.AzureSecurityCenterIntegrationNotificationViewModel":{"required":["subscription"],"type":"object","properties":{"subscription":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.WebhookNotificationDataViewModel":{"required":["url","httpMethod","authMethod","formatType"],"type":"object","properties":{"url":{"type":"string"},"httpMethod":{"enum":["Post","Put","Get"],"type":"string"},"authMethod":{"enum":["NoAuth","BasicAuth"],"type":"string"},"username":{"type":"string"},"password":{"type":"string"},"formatType":{"enum":["JsonWithFullEntity","JsonWithBasicEntity","Json","PlainText","SplunkBasic","ServiceNow","QRadar","JsonFirstLevelEntity","Jira"],"type":"string"},"payloadFormat":{"type":"object"},"ignoreCertificate":{"type":"boolean"},"advancedUrl":{"type":"boolean"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.SlackNotificationDataViewModel":{"type":"object","properties":{"url":{"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.TeamsNotificationDataViewModel":{"type":"object","properties":{"url":{"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.EventarcNotificationDataViewModel":{"type":"object","properties":{"channelConnectionId":{"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationPutViewModel":{"required":["name"],"type":"object","properties":{"name":{"maxLength":100,"minLength":0,"type":"string"},"description":{"maxLength":500,"minLength":0,"type":"string"},"alertsConsole":{"type":"boolean"},"scheduledReport":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ScheduledReportNotificationViewModel"},"changeDetection":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ChangeDetectionNotificationViewModel"},"gcpSecurityCommandCenterIntegration":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.GcpSecurityCommandCenterIntegrationViewModel"},"filter":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationFilterViewModel"},"sendOnEachOccurrence":{"type":"boolean"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationPostViewModel":{"required":["name"],"type":"object","properties":{"name":{"maxLength":100,"minLength":0,"type":"string"},"description":{"maxLength":500,"minLength":0,"type":"string"},"alertsConsole":{"type":"boolean"},"scheduledReport":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ScheduledReportNotificationViewModel"},"changeDetection":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ChangeDetectionNotificationViewModel"},"gcpSecurityCommandCenterIntegration":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.GcpSecurityCommandCenterIntegrationViewModel"},"filter":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationFilterViewModel"},"sendOnEachOccurrence":{"type":"boolean"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceNotificationSyncViewModel":{"type":"object","properties":{"notificationTargets":{"type":"array","items":{"enum":["Sns","EmailPerFinding","IndexElasticSearch","PagerDuty","AwsSecurityHub","GcpSecurityCommandCenter","Webhook","AzureSecurityCenter","Slack","AggregatedEmail","Teams","Eventarc","SlackSingleMessage","TeamsSingleMessage"],"type":"string"}},"specificPolicies":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.BL.Std.Services.ContinuousAssessment.ContinuousComplianceNotificationService.PublishResult":{"type":"object","properties":{"workflowId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"handledPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.BL.Std.Services.ContinuousAssessment.ContinuousComplianceNotificationService.PublishResultItem"}}}},"Dome9.BL.Std.Services.ContinuousAssessment.ContinuousComplianceNotificationService.PublishResultItem":{"type":"object","properties":{"policyId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"histories":{"type":"array","items":{"$ref":"#/definitions/Dome9.BL.Std.Services.ContinuousAssessment.ContinuousComplianceNotificationService.PolicyHistoryMetadata"}}}},"Dome9.BL.Std.Services.ContinuousAssessment.ContinuousComplianceNotificationService.PolicyHistoryMetadata":{"type":"object","properties":{"historyId":{"format":"int64","type":"integer"},"historyCreationTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceCircuitBreakerGetAllViewModel":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"notificationId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"integrationsIssues":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.ContinuousCompliance.CircuitBreakerIntgrationViewModel"}}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.CircuitBreakerIntgrationViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"intgrationType":{"enum":["Sns","EmailPerFinding","IndexElasticSearch","PagerDuty","AwsSecurityHub","GcpSecurityCommandCenter","Webhook","AzureSecurityCenter","Slack","AggregatedEmail","Teams","Eventarc","SlackSingleMessage","TeamsSingleMessage"],"type":"string"},"errorCode":{"type":"string"},"errorDescription":{"type":"string"},"update":{"format":"date-time","type":"string"},"numOfTries":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousComplianceCircuitBreakerGetViewModel":{"type":"object","properties":{"id":{"type":"string","readOnly":true},"accountId":{"format":"int64","type":"integer"},"notificationId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"intgrationType":{"enum":["Sns","EmailPerFinding","IndexElasticSearch","PagerDuty","AwsSecurityHub","GcpSecurityCommandCenter","Webhook","AzureSecurityCenter","Slack","AggregatedEmail","Teams","Eventarc","SlackSingleMessage","TeamsSingleMessage"],"type":"string"},"errorCode":{"type":"string"},"errorDescription":{"type":"string"},"update":{"format":"date-time","type":"string"},"numOfTries":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyGetViewModel":{"required":["cloudAccountId","notificationIds"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountId":{"format":"uuid","description":"the cloud account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountId":{"type":"string"},"cloudAccountType":{"description":"the cloud account provider (AWS/Azure/Google)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"bundleId":{"format":"int64","description":"the bundle id for the policy","type":"integer"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyPutViewModel":{"required":["cloudAccountId","notificationIds"],"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"the cloud account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountId":{"type":"string"},"cloudAccountType":{"description":"the cloud account provider (AWS/Azure/Google)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"bundleId":{"format":"int64","description":"the bundle id for the policy","type":"integer"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.ContinuousCompliance.ContinuousCompliancePolicyPostViewModel":{"required":["cloudAccountId","notificationIds"],"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"the cloud account id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountId":{"type":"string"},"cloudAccountType":{"description":"the cloud account provider (AWS/Azure/Google)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"bundleId":{"format":"int64","description":"the bundle id for the policy","type":"integer"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.EvaluateRulesetVersionsRequestModel":{"type":"object","properties":{"rulesetId":{"format":"int64","type":"integer"},"cloudAccountIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"targetType":{"enum":["Aws","Azure","Gcp","Kubernetes","OrganizationalUnit","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","Alibaba","Cft","ContainerRegistry","Vendor","Oci","CIEM"],"type":"string"},"vendor":{"enum":["Aws","Azure","Gcp","Kubernetes","OrganizationalUnit","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","Alibaba","Cft","ContainerRegistry","Vendor","Oci","CIEM"],"type":"string"},"targetInternalId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"targetExternalId":{"type":"string"},"rulesetId":{"format":"int64","type":"integer"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"errorMessage":{"type":"string"}}},"Dome9.Web.Api.Compliance.ContinuousCompliancePolicyV2.ContinuousCompliancePolicyRequestModel":{"required":["targetType","rulesetId","notificationIds"],"type":"object","properties":{"targetId":{"type":"string"},"targetType":{"enum":["Aws","Azure","Gcp","Kubernetes","OrganizationalUnit","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","Alibaba","Cft","ContainerRegistry","Vendor","Oci","CIEM"],"type":"string"},"rulesetId":{"format":"int64","type":"integer"},"rulesetVersion":{"type":"string"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Models.ServicePortEditViewModel":{"required":["portRange"],"type":"object","properties":{"portRange":{"$ref":"#/definitions/Dome9.Web.Api.Models.PortRangeViewModel"},"protocol":{"enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"protected":{"type":"boolean"},"scope":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ScopeViewModel"}}}},"Dome9.Web.Api.Models.PortRangeViewModel":{"type":"object","properties":{"from":{"format":"int32","type":"integer"},"to":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Models.ScopeViewModel":{"type":"object","properties":{"type":{"enum":["CIDR","DNS","IPList","MagicIP","AWS","Tag","ASG","CIDRv6","PrefixList"],"type":"string"},"data":{"type":"object","additionalProperties":{"type":"string"}}}},"Dome9.Web.Api.Models.EmergencyPolicyViewModel":{"type":"object","properties":{"timeout":{"format":"int32","type":"integer"},"services":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ServicePortViewModel"}}}},"Dome9.Web.Api.Models.ServicePortViewModel":{"type":"object","properties":{"id":{"type":"string"},"portRange":{"$ref":"#/definitions/Dome9.Web.Api.Models.PortRangeViewModel"},"protocol":{"enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"protected":{"type":"boolean"},"canDelete":{"type":"boolean"},"scope":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.ScopeViewModel"}}}},"Dome9.Web.Api.Models.EmergencyPolicyPatchViewModel":{"type":"object","properties":{"timeout":{"type":"string"}}},"Dome9.Web.Api.EntityFetchStatus.FetcherRunStatusViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"type":"string"},"subscriptionId":{"type":"string"},"projectId":{"type":"string"},"region":{"type":"string"},"resourceGroupName":{"type":"string"},"workFlowId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"entityType":{"type":"string"},"fetchedEntities":{"format":"int32","type":"integer"},"lastSuccessfulRun":{"format":"date-time","type":"string"},"lastFailureRun":{"format":"date-time","type":"string"},"location":{"type":"string"},"vendor":{"type":"string"}}},"Dome9.Web.Api.Compliance.ExclusionOld.ExclusionGetOldViewModel":{"required":["comment"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ruleLogicHash":{"description":"[Optional] Hash for the rule logic. If not specified, the exclusion logic applies to all rules.","pattern":"^[A-Za-z0-9+/]{22}?$","type":"string"},"ruleName":{"type":"string"},"ruleId":{"type":"string"},"logic":{"description":"[Optional] The GSL logic of the exclusion. If not specified, the entire rule is excluded.","pattern":"(name|id){1} (like){1} '{1}[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'{1}","type":"string"},"bundleId":{"format":"int64","description":"id of the bundle containing the rule, whose findings will be excluded.","type":"integer"},"cloudAccountId":{"format":"uuid","description":"[Optional] id of the cloud account on which the rule is applied, for which findings will be excluded. If not specified, findings for all cloud accounts for which the rule applies will be excluded.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountType":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"comment":{"description":"Comment text (free text)","type":"string"}}},"Dome9.Web.Api.Compliance.ExclusionOld.ExclusionPostOldViewModel":{"required":["comment"],"type":"object","properties":{"ruleLogicHash":{"description":"[Optional] Hash for the rule logic. If not specified, the exclusion logic applies to all rules.","pattern":"^[A-Za-z0-9+/]{22}?$","type":"string"},"ruleName":{"type":"string"},"ruleId":{"type":"string"},"logic":{"description":"[Optional] The GSL logic of the exclusion. If not specified, the entire rule is excluded.","pattern":"(name|id){1} (like){1} '{1}[a-zA-Z0-9/.\\-_:%\"*{},;()=!&|\\$#~^+@?<>\\[\\] À-ÖØ-öø-ÿ]+'{1}","type":"string"},"bundleId":{"format":"int64","description":"id of the bundle containing the rule, whose findings will be excluded.","type":"integer"},"cloudAccountId":{"format":"uuid","description":"[Optional] id of the cloud account on which the rule is applied, for which findings will be excluded. If not specified, findings for all cloud accounts for which the rule applies will be excluded.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountType":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"comment":{"description":"Comment text (free text)","type":"string"}}},"Falconetix.Model.ExternalFindings.ExternalFindingsOperationRequestViewModel":{"required":["findingSource","externalCloudAccountId"],"type":"object","properties":{"findingSource":{"description":"the external system sending the finding (e.g, Qualys)","maxLength":30,"minLength":0,"type":"string"},"resourceId":{"description":"The id of the cloud entity related to the finding, as identified by the cloud provider (e.g., an instanceId for AWS)","maxLength":250,"minLength":0,"type":"string"},"findingId":{"description":"a unique id for the finding, set by the external source. This must be unique for all findings from this source.","maxLength":250,"minLength":0,"type":"string"},"externalCloudAccountId":{"description":"the cloud id of the entity, as identified by the cloud provider (e.g., the AWS account number, or Azure subscription id)","maxLength":250,"minLength":0,"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel":{"type":"object","properties":{"searchAfter":{"description":"token for the page of findings (first page if not specified)","type":"array","items":{"type":"string"}},"pageSize":{"format":"int32","description":"page size (number of findings returned per page). default: 10.","maximum":10000,"minimum":0,"type":"integer"},"skipAggregations":{"type":"boolean"},"lowAggregationsSize":{"type":"boolean"},"sorting":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SortingViewModel","description":"sort data"},"multiSorting":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SortingViewModel"}},"filter":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchFilterViewModel","description":"filter"},"dataSource":{"enum":["Finding","Archive"],"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.SortingViewModel":{"type":"object","properties":{"fieldName":{"description":"Field name","type":"string"},"direction":{"format":"int32","description":"direction. 1 is asc, -1 desc","type":"integer"}}},"Dome9.Web.Api.Compliance.Finding.SearchFilterViewModel":{"type":"object","properties":{"freeTextPhrase":{"description":"free text","type":"string"},"fields":{"description":"fields","type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.FieldFilterViewModel"}},"onlyCIEM":{"type":"boolean"},"onlyCustomPolicy":{"description":"Filtering all findings created by custom policy","type":"boolean"},"creationTime":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.DateRangeViewModel"},"updatedTime":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.DateRangeViewModel"},"hasRemediation":{"type":"boolean"}}},"CGN.OpenSearch.Model.CommonViewModels.FieldFilterViewModel":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Shared.SharedViewModels.DateRangeViewModel":{"type":"object","properties":{"from":{"format":"date-time","type":"string"},"to":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.ExternalFindings.ExternalFindingPaginationViewModel":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel","description":"search request for findings"},"findings":{"description":"current page of findings","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingViewModel"}},"totalFindingsCount":{"format":"int64","description":"total number of findings","type":"integer"},"aggregations":{"description":"aggregate findings per search or filter entity (facet)","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FieldAggregationViewModel"}}},"searchAfter":{"description":"token for next page of results","type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Compliance.Finding.FindingViewModel":{"type":"object","properties":{"entityObject":{"description":"details for the entity in the cloud provider","type":"object"},"id":{"format":"uuid","description":"finding id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"findingKey":{"description":"finding key","type":"string"},"createdTime":{"format":"date-time","description":"date finding was first found","type":"string"},"updatedTime":{"format":"date-time","description":"date of last update for the finding","type":"string"},"cloudAccountType":{"description":"cloud account provider (AWS/Azure/GCP)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"comments":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingCommentViewModel"}},"cloudAccountId":{"format":"uuid","description":"cloud account id (on AWS/Azure/GCP)","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountExternalId":{"description":"cloud account id on the cloud provider","type":"string"},"organizationalUnitId":{"format":"uuid","description":"the Organizational Unit id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"organizationalUnitPath":{"description":"the Organizational Unit path","type":"string"},"bundleId":{"format":"int64","description":"the bundle id","type":"integer"},"bundleVersion":{"type":"string"},"alertType":{"description":"the bundle id","enum":["SecurityEvent","Task"],"type":"string"},"ruleId":{"description":"id of the specific rule that failed","type":"string"},"ruleName":{"description":"name of the specific rule that failed (text string)","type":"string"},"ruleLogic":{"description":"the GSL logic for the rule","type":"string"},"entityDome9Id":{"description":"the Dome9 entity id (representing a cloud entity) that was tested by the rule","type":"string"},"entityExternalId":{"description":"the cloud provider entity id for the entity tested by the rule","type":"string"},"entityType":{"description":"the type of entity tested (e.g. S3, or EC2)","type":"string"},"entityTypeByEnvironmentType":{"description":"the type of entity tested by the environment type in format of {EnvironmentType}|{EntityType}","type":"string"},"entityName":{"description":"the entity name (on the cloud provider), as a text string, in the specific cloud provider format","type":"string"},"entityNetwork":{"type":"string"},"entityTags":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.TagRuleEntity"}},"severity":{"description":"the severity of the finding (H/M/L)","type":"string"},"description":{"description":"text description of the finding (the failure reason)","type":"string"},"remediation":{"description":"the recommended remediation (if any) for the failure","type":"string"},"tag":{"description":"tags assigned to the finding (list string)","type":"string"},"region":{"description":"the region in which the entity was located","type":"string"},"bundleName":{"description":"the name of the bundle with the rule","type":"string"},"acknowledged":{"description":"indicates the finding was acknowledged","type":"boolean"},"origin":{"description":"Dome9 source of the finding (Compliance or Magellan)","enum":["ComplianceEngine","Magellan","MagellanAwsGuardDuty","Serverless","Agentless","AwsInspector","ServerlessSecurityAnalyzer","ExternalFindingSource","Qualys","Tenable","AwsGuardDuty","KubernetesImageScanning","KubernetesRuntimeAssurance","ContainersRuntimeProtection","WorkloadChangeMonitoring","ImageAssurance","SourceCodeAssurance","InfrastructureAsCode","CIEM","Incident"],"type":"string"},"lastSeenTime":{"format":"date-time","description":"Date when the finding was last seen","type":"string"},"ownerUserName":{"description":"Dome9 user assigned to the finding","type":"string"},"magellan":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.Compliance.AssessmentFinding.MagellanData","description":"Extra data for Magellan findings"},"isExcluded":{"description":"Indicates the finding was excluded from the assessment","type":"boolean"},"webhookResponses":{"description":"Consists of Webhook type and the response of that webhook, if response defined","type":"object","properties":{"none":{"$ref":"#/definitions/Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage"},"serviceNow":{"$ref":"#/definitions/Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage"},"jira":{"$ref":"#/definitions/Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage"}}},"remediationActions":{"type":"array","items":{"type":"string"}},"additionalFields":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.FindingAdditionalFieldViewModel"}},"occurrences":{"type":"array","items":{"type":"string"}},"scanId":{"type":"string"},"status":{"enum":["Active","Archived"],"type":"string"},"statusReason":{"enum":["Unspecified","RuleViolation","ConfigurationFixed","AssetDeleted","RulesetDeleted","RuleDeleted","PolicyDeleted","UserClosed","CloudAccountDeleted"],"type":"string"},"category":{"type":"string"},"action":{"enum":["Detect","Prevent"],"type":"string"},"labels":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Compliance.Finding.FieldAggregationViewModel":{"type":"object","properties":{"value":{"type":"object"},"count":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Compliance.Finding.FindingCommentViewModel":{"description":"comments for a finding (listed by user)","type":"object","properties":{"text":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"userName":{"type":"string"}}},"Falconetix.Model.RuleEngine.Entities.Compliance.AssessmentFinding.MagellanData":{"type":"object","properties":{"alertWindowStartTime":{"format":"date-time","type":"string"},"alertWindowEndTime":{"format":"date-time","type":"string"}}},"Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage":{"type":"object","properties":{"requestTime":{"format":"date-time","type":"string"},"responseContent":{"type":"object"}}},"Falconetix.Model.RuleEngine.Entities.FindingAdditionalFieldViewModel":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"Falconetix.Model.ExternalFindings.ExternalFindingUpsertRequestViewModel":{"required":["resourceId","resourceType","externalCloudAccountId","vendor","findingSource","findingSeverity","findingId","findingCreatedAt","findingTitle"],"type":"object","properties":{"resourceId":{"description":"cloud entity resource Id such as AWS ec2 instance id, or Azure vm id etc","maxLength":250,"minLength":0,"type":"string"},"resourceName":{"description":"[optional] cloud entity resource name such as AWS lambda name","maxLength":250,"minLength":0,"type":"string"},"resourceType":{"description":"the entityType, as used by the Dome9 Rule engine.","type":"string"},"externalCloudAccountId":{"description":"the cloud account id, i.e., Aws account id, Azure subscriptionId, or GCP projectId","maxLength":100,"minLength":0,"type":"string"},"vendor":{"description":"the cloud vendor, Aws, Azure, or Gcp","enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"findingSource":{"description":"the name of the external source, e.g., qualys , tenable etc","maxLength":30,"minLength":0,"type":"string"},"findingSourceDescription":{"description":"[optional] additional description of external source","maxLength":250,"minLength":0,"type":"string"},"findingSourceUrl":{"description":"external URL describing the finding","maxLength":250,"minLength":0,"type":"string"},"findingSeverity":{"description":"the Dome9 Severity level for the finding, Low, Medium, or High","enum":["Low","Medium","High","Critical","Informational"],"type":"string"},"originalFindingSeverity":{"description":"original external source severity for the finding","maxLength":30,"minLength":0,"type":"string"},"findingId":{"description":"unique identifier for the finding. This must be unique for all findings from this source.","maxLength":250,"minLength":0,"type":"string"},"scanId":{"description":"[optional] refering scan id","maxLength":250,"minLength":0,"type":"string"},"findingCreatedAt":{"format":"date-time","description":"date finding was created, in ISO8601 Date String format","type":"string"},"findingTitle":{"description":"short description of the finding","maxLength":250,"minLength":0,"type":"string"},"findingDescription":{"description":"description of the finding","maxLength":500,"minLength":0,"type":"string"},"findingStatus":{"description":"Finding status text","maxLength":30,"minLength":0,"type":"string"},"findingCategory":{"description":"Finding Category text","maxLength":50,"minLength":0,"type":"string"},"findingRecommendation":{"description":"Finding Recommendation/remediation text","maxLength":500,"minLength":0,"type":"string"},"relatedFindingsRef":{"description":"FindingIds that are related to this finding","type":"array","items":{"type":"string"}},"ruleId":{"description":"[optional] Rule id or Plugin id that is used to generate the finding","maxLength":250,"minLength":0,"type":"string"},"findingRulesPackage":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingsRulesPackageViewModel","description":""},"additionalFields":{"description":"Additional fields that can be added as part of the finding object, as (name, value) pairs","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingsFieldViewModel"}},"findingAlertType":{"description":"Alert Type for Events page possible values SecurityEvent, Task(POSTURE FINDINGS) if no value provided using default SecurityEvent","maxLength":50,"minLength":0,"type":"string"}}},"Falconetix.Model.ExternalFindings.ExternalFindingsRulesPackageViewModel":{"type":"object","properties":{"id":{"maxLength":30,"minLength":0,"type":"string"},"name":{"maxLength":100,"minLength":0,"type":"string"},"provider":{"maxLength":30,"minLength":0,"type":"string"},"version":{"maxLength":30,"minLength":0,"type":"string"}}},"Falconetix.Model.ExternalFindings.ExternalFindingsFieldViewModel":{"type":"object","properties":{"name":{"maxLength":30,"minLength":0,"type":"string"},"value":{"maxLength":100,"minLength":0,"type":"string"},"comment":{"maxLength":100,"minLength":0,"type":"string"}}},"Falconetix.Model.ExternalFindings.ExternalFindingsResponseViewModel":{"type":"object","properties":{"failedRecords":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.FailedExternalFindingsResponse"}},"totalFailedRecords":{"format":"int32","type":"integer","readOnly":true},"totalSuccessfulRecords":{"format":"int32","type":"integer"}}},"Falconetix.Model.ExternalFindings.FailedExternalFindingsResponse":{"type":"object","properties":{"request":{"$ref":"#/definitions/Falconetix.Model.ExternalFindings.ExternalFindingUpsertRequestViewModel"},"reason":{"type":"string"}}},"Dome9.Web.Api.Models.FimFilterViewModel":{"type":"object","properties":{"page":{"format":"int32","type":"integer"},"count":{"format":"int32","type":"integer"},"key":{"type":"string"},"dir":{"type":"string"},"search":{"type":"string"},"created":{"type":"boolean"},"changed":{"type":"boolean"},"deleted":{"type":"boolean"},"serverIdList":{"type":"array","items":{"format":"int64","type":"integer"}},"date":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Models.FimGetViewModel":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.FimAlertViewModel"}},"total":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Models.FimAlertViewModel":{"description":"An single FIM event representation. \r\nCurrently based on the AlertViewModel","required":["path"],"type":"object","properties":{"serverId":{"format":"int32","type":"integer"},"timestamp":{"format":"date-time","type":"string"},"change":{"enum":["FIMScanStarted","FIMScanEnded","FileCreated","FileDeleted","FileChanged","RegistryCreated","RegistryDeleted","RegistryChanged"],"type":"string"},"path":{"type":"string"},"id":{"format":"int64","type":"integer"},"type":{"description":"Dome9 object type","type":"string"},"name":{"description":"Human friendly Alert type","type":"string"},"description":{"description":"Actual content of the alert info","type":"string"},"comment":{"description":"Free field for user comments","type":"string"},"canBeAcknowledged":{"description":"Signals whether this Alert can be manually acknowledged","type":"boolean"},"acknowledged":{"description":"Was this Alert manually acknowledged (muted) by the user","type":"boolean"},"severity":{"enum":["None","Low","Med","High"],"type":"string"},"tags":{"type":"object","additionalProperties":{"type":"string"}},"locationMetadata":{"type":"object","additionalProperties":{"$ref":"#/definitions/Falconetix.Model.AlertLocationEntityMetadata"}},"resource":{"$ref":"#/definitions/Falconetix.Model.AlertPivotEntity"},"srl":{"type":"string"},"created":{"format":"date-time","type":"string"},"modified":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Compliance.Finding.FindingsStatsBySeverityViewModel":{"description":"Statistics (passes/fails) per severity","type":"object","properties":{"aggByProperty":{"type":"string"},"aggStatistics":{"type":"array","items":{"$ref":"#/definitions/Dome9.ElasticSearch.Std.Base.AggKeyStatistics"}}}},"Dome9.ElasticSearch.Std.Base.AggKeyStatistics":{"type":"object","properties":{"key":{"type":"string"},"numberOfDocuments":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Compliance.Finding.FindingsStatsViewModel":{"description":"Statistics (passes/fails) for a bundle","type":"object","properties":{"rules":{"type":"array","items":{"$ref":"#/definitions/Dome9.ElasticSearch.Std.Finding.RuleStatistics"}}}},"Dome9.ElasticSearch.Std.Finding.RuleStatistics":{"type":"object","properties":{"ruleLogicHash":{"type":"string"},"numberOfFindings":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Compliance.Finding.BaseFindingViewModel":{"type":"object","properties":{"id":{"format":"uuid","description":"finding id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"findingKey":{"description":"finding key","type":"string"},"createdTime":{"format":"date-time","description":"date finding was first found","type":"string"},"updatedTime":{"format":"date-time","description":"date of last update for the finding","type":"string"},"cloudAccountType":{"description":"cloud account provider (AWS/Azure/GCP)","enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"comments":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FindingCommentViewModel"}},"cloudAccountId":{"format":"uuid","description":"cloud account id (on AWS/Azure/GCP)","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountExternalId":{"description":"cloud account id on the cloud provider","type":"string"},"organizationalUnitId":{"format":"uuid","description":"the Organizational Unit id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"organizationalUnitPath":{"description":"the Organizational Unit path","type":"string"},"bundleId":{"format":"int64","description":"the bundle id","type":"integer"},"bundleVersion":{"type":"string"},"alertType":{"description":"the bundle id","enum":["SecurityEvent","Task"],"type":"string"},"ruleId":{"description":"id of the specific rule that failed","type":"string"},"ruleName":{"description":"name of the specific rule that failed (text string)","type":"string"},"ruleLogic":{"description":"the GSL logic for the rule","type":"string"},"entityDome9Id":{"description":"the Dome9 entity id (representing a cloud entity) that was tested by the rule","type":"string"},"entityExternalId":{"description":"the cloud provider entity id for the entity tested by the rule","type":"string"},"entityType":{"description":"the type of entity tested (e.g. S3, or EC2)","type":"string"},"entityTypeByEnvironmentType":{"description":"the type of entity tested by the environment type in format of {EnvironmentType}|{EntityType}","type":"string"},"entityName":{"description":"the entity name (on the cloud provider), as a text string, in the specific cloud provider format","type":"string"},"entityNetwork":{"type":"string"},"entityTags":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.TagRuleEntity"}},"severity":{"description":"the severity of the finding (H/M/L)","type":"string"},"description":{"description":"text description of the finding (the failure reason)","type":"string"},"remediation":{"description":"the recommended remediation (if any) for the failure","type":"string"},"tag":{"description":"tags assigned to the finding (list string)","type":"string"},"region":{"description":"the region in which the entity was located","type":"string"},"bundleName":{"description":"the name of the bundle with the rule","type":"string"},"acknowledged":{"description":"indicates the finding was acknowledged","type":"boolean"},"origin":{"description":"Dome9 source of the finding (Compliance or Magellan)","enum":["ComplianceEngine","Magellan","MagellanAwsGuardDuty","Serverless","Agentless","AwsInspector","ServerlessSecurityAnalyzer","ExternalFindingSource","Qualys","Tenable","AwsGuardDuty","KubernetesImageScanning","KubernetesRuntimeAssurance","ContainersRuntimeProtection","WorkloadChangeMonitoring","ImageAssurance","SourceCodeAssurance","InfrastructureAsCode","CIEM","Incident"],"type":"string"},"lastSeenTime":{"format":"date-time","description":"Date when the finding was last seen","type":"string"},"ownerUserName":{"description":"Dome9 user assigned to the finding","type":"string"},"magellan":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.Compliance.AssessmentFinding.MagellanData","description":"Extra data for Magellan findings"},"isExcluded":{"description":"Indicates the finding was excluded from the assessment","type":"boolean"},"webhookResponses":{"description":"Consists of Webhook type and the response of that webhook, if response defined","type":"object","properties":{"none":{"$ref":"#/definitions/Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage"},"serviceNow":{"$ref":"#/definitions/Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage"},"jira":{"$ref":"#/definitions/Falconetix.Model.ElasticSearch.WebhookResponse.WebhookResponseMessage"}}},"remediationActions":{"type":"array","items":{"type":"string"}},"additionalFields":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.Entities.FindingAdditionalFieldViewModel"}},"occurrences":{"type":"array","items":{"type":"string"}},"scanId":{"type":"string"},"status":{"enum":["Active","Archived"],"type":"string"},"statusReason":{"enum":["Unspecified","RuleViolation","ConfigurationFixed","AssetDeleted","RulesetDeleted","RuleDeleted","PolicyDeleted","UserClosed","CloudAccountDeleted"],"type":"string"},"category":{"type":"string"},"action":{"enum":["Detect","Prevent"],"type":"string"},"labels":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Compliance.Finding.GetFindingByKeyViewModel":{"required":["findingKey"],"type":"object","properties":{"findingKey":{"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Compliance.Models.ActionType]":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"},"actionRequest":{"enum":["Undefined","Acknowledge","Severity","Assign","Comment","Close","Archive","Delete","Unarchive"],"type":"string"},"excludedFindingsIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.Finding.SelectAllResponseViewModel":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"statusCode":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"},"status":{"enum":["ActionBegin","ActionError","ActionTimeout","FinishRunningAction"],"type":"string"},"completed":{"type":"boolean"},"total":{"format":"int64","type":"integer"},"updated":{"format":"int64","type":"integer"},"failed":{"format":"int64","type":"integer"},"error":{"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.FindingPaganationViewModel":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel","description":"search request for findings"},"findings":{"description":"current page of findings","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.BaseFindingViewModel"}},"totalFindingsCount":{"format":"int64","description":"total number of findings","type":"integer"},"aggregations":{"description":"aggregate findings per search or filter entity (facet)","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.FieldAggregationViewModel"}}},"searchAfter":{"description":"token for next page of results","type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Compliance.Finding.FindingController.FindingSourceViewModel":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"value":{"format":"int32","type":"integer"},"originType":{"enum":["ComplianceEngine","Magellan","ExternalFindings","Serverless","KubernetesRuntimeAssurance","ContainersRuntimeProtection","ImageAssurance","SourceCodeAssurance","InfrastructureAsCode","CIEM","Incident","WorkloadChangeMonitoring","Agentless"],"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel":{"type":"object","properties":{"acknowledged":{"description":"acknowledge finding","type":"boolean"},"comment":{"description":"acknowledge comment","maxLength":200,"minLength":0,"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel]":{"type":"object","properties":{"ids":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"details":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel"}}},"Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel]":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"},"actionRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutAcknowledgedViewModel"},"excludedFindingsIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel":{"required":["severity"],"type":"object","properties":{"severity":{"description":"finding severity (H/M/L)","enum":["Informational","Low","Medium","High","Critical"],"type":"string"},"comment":{"description":"severity comment (if severity is changed)","maxLength":200,"minLength":0,"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel]":{"type":"object","properties":{"ids":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"details":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel"}}},"Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel]":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"},"actionRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutSeverityViewModel"},"excludedFindingsIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel":{"type":"object","properties":{"assigneeUserName":{"description":"assigned Dome9 user name (email address)","type":"string"}}},"Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel]":{"type":"object","properties":{"ids":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"details":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel"}}},"Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel]":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"},"actionRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PutAssigneeViewModel"},"excludedFindingsIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.Finding.PostCommentViewModel":{"required":["text"],"type":"object","properties":{"text":{"description":"general comment for finding","maxLength":200,"minLength":1,"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.PostCommentViewModel]":{"type":"object","properties":{"ids":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"details":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PostCommentViewModel"}}},"Dome9.Web.Api.Compliance.Finding.SelectAllRequestViewModel[Dome9.Web.Api.Compliance.Finding.PostCommentViewModel]":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel"},"actionRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.PostCommentViewModel"},"excludedFindingsIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"Dome9.Web.Api.Compliance.Finding.BulkViewModel.BulkRequestViewModel[Dome9.Web.Api.Compliance.Finding.ArchiveFindingModel]":{"type":"object","properties":{"ids":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"details":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.ArchiveFindingModel"}}},"Dome9.Web.Api.Compliance.Finding.ArchiveFindingModel":{"type":"object","properties":{}},"Dome9.Web.Api.Compliance.Finding.PostCommentByFindingKeyViewModel":{"required":["findingKey","text"],"type":"object","properties":{"findingKey":{"type":"string"},"text":{"description":"general comment for finding","maxLength":200,"minLength":1,"type":"string"}}},"Dome9.Web.Api.Compliance.Finding.FindingController.AssessmentFindingOriginProperties":{"type":"object","properties":{"origin":{"type":"string"},"originNumber":{"format":"int32","type":"integer"},"originDescription":{"type":"string"}}},"Dome9.Web.Api.Compliance.Report.FindingsReportViewModel":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.Compliance.Finding.SearchRequestViewModel","description":"search request for findings"},"recipents":{"description":"recipents for mail","type":"array","items":{"type":"string"}},"selectedColumns":{"description":"Selected Columns","type":"array","items":{"type":"string"}},"showExcluded":{"description":"Show Excluded Column","type":"boolean"}}},"Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryViewModel":{"type":"object","properties":{"location":{"type":"string"},"lastModifiedTime":{"type":"string"},"creationTime":{"type":"string"},"description":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"reference":{"$ref":"#/definitions/Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryReferenceViewModel"},"datasetAccess":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryDatasetAccessViewModel"}},"defaultEncryptionConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryEncryptionConfigurationViewModel"},"defaultPartitionExpirationMs":{"format":"int64","type":"integer"},"defaultTableExpirationMs":{"format":"int64","type":"integer"},"region":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryReferenceViewModel":{"type":"object","properties":{"datasetId":{"type":"string"},"eTag":{"type":"string"},"projectId":{"type":"string"}}},"Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryDatasetAccessViewModel":{"type":"object","properties":{"domain":{"type":"string"},"role":{"type":"string"},"groupByEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"userByEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"specialGroup":{"type":"string"},"iamMember":{"type":"string"}}},"Dome9.Web.Api.Google.GcpBigQuery.GcpBigQueryEncryptionConfigurationViewModel":{"type":"object","properties":{"kmsKeyName":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.GcpDisk.GcpDiskViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"selfLink":{"type":"string"},"status":{"type":"string"},"creationTimestamp":{"format":"int64","type":"integer"},"lastAttachTimestamp":{"format":"int64","type":"integer"},"lastDetachTimestamp":{"format":"int64","type":"integer"},"sourceImage":{"type":"string"},"sourceImageId":{"type":"string"},"sourceDisk":{"type":"string"},"sourceDiskId":{"type":"string"},"sourceSnapshot":{"type":"string"},"sourceSnapshotId":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Google.Gke.GcpGkeClusterViewModel":{"type":"object","properties":{"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"nodePools":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNodePoolViewModel"}},"network":{"type":"string"},"subnetwork":{"type":"string"},"clusterIpv4Cidr":{"type":"string"},"currentNodeCount":{"format":"int32","type":"integer"},"currentMasterVersion":{"type":"string"},"initialClusterVersion":{"type":"string"},"description":{"type":"string"},"enableKubernetesAlpha":{"type":"boolean"},"endpoint":{"type":"string"},"ipAllocationPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeIPAllocationPolicyViewModel"},"labelFingerprint":{"type":"string"},"legacyAbac":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeLegacyAbacViewModel"},"loggingService":{"type":"string"},"maintenancePolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeMaintenancePolicyViewModel"},"monitoringService":{"type":"string"},"networkPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNetworkPolicyViewModel"},"nodeIpv4CidrSize":{"format":"int32","type":"integer"},"servicesIpv4Cidr":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string"},"addonsConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeAddonsConfigViewModel"},"autoScaling":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeClusterAutoScalingViewModel"},"masterAuthorizedNetworksConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeMasterAuthorizedNetworksConfigViewModel"},"selfLink":{"type":"string"},"region":{"type":"string"},"conditions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeStatusConditionViewModel"}},"expireTime":{"type":"string"},"privateClusterConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkePrivateClusterConfigViewModel"},"databaseConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeDatabaseEncryptionViewModel"},"shieldedNodes":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeShieldedNodesViewModel"},"releaseChannel":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeReleaseChannelViewModel"},"workloadIdentityConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeWorkloadIdentityConfigViewModel"},"binaryAuthorization":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeBinaryAuthorizationViewModel"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeNodePoolViewModel":{"type":"object","properties":{"autoScaling":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNodePoolAutoScalingViewModel"},"config":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNodeConfigViewModel"},"initialNodeCount":{"format":"int32","type":"integer"},"instanceGroupUrls":{"type":"array","items":{"type":"string"}},"management":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNodeManagementViewModel"},"name":{"type":"string"},"selfLink":{"type":"string"},"status":{"type":"string"},"statusMessage":{"type":"string"},"version":{"type":"string"},"conditions":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeStatusConditionViewModel"}}}},"Dome9.Web.Api.Google.Gke.GcpGkeIPAllocationPolicyViewModel":{"type":"object","properties":{"clusterIpv4CidrBlock":{"type":"string"},"clusterSecondaryRangeName":{"type":"string"},"nodeIpv4CidrBlock":{"type":"string"},"servicesIpv4CidrBlock":{"type":"string"},"servicesSecondaryRangeName":{"type":"string"},"useIpAliases":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeLegacyAbacViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeMaintenancePolicyViewModel":{"type":"object","properties":{"dailyMaintenanceWindow":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeDailyMaintenanceWindowViewModel"}}},"Dome9.Web.Api.Google.Gke.GcpGkeNetworkPolicyViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"provider":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeAddonsConfigViewModel":{"type":"object","properties":{"horizontalPodAutoscaling":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeHorizontalPodAutoscalingViewModel"},"httpLoadBalancing":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeHttpLoadBalancingViewModel"},"kubernetesDashboard":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeKubernetesDashboardViewModel"},"networkPolicyConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNetworkPolicyConfigViewModel"}}},"Dome9.Web.Api.Google.Gke.GcpGkeClusterAutoScalingViewModel":{"type":"object","properties":{"enableNodeAutoprovisioning":{"type":"boolean"},"resourceLimits":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeResourceLimitViewModel"}},"autoScalingProfile":{"type":"string"},"autoprovisioningNodePoolDefaults":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeAutoprovisioningNodePoolDefaultsViewModel"},"autoprovisioningLocations":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.Gke.GcpGkeMasterAuthorizedNetworksConfigViewModel":{"type":"object","properties":{"cidrBlocks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeCidrBlockViewModel"}},"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeStatusConditionViewModel":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkePrivateClusterConfigViewModel":{"type":"object","properties":{"enablePrivateEndpoint":{"type":"boolean"},"enablePrivateNodes":{"type":"boolean"},"masterIpv4CidrBlock":{"type":"string"},"privateEndpoint":{"type":"string"},"publicEndpoint":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeDatabaseEncryptionViewModel":{"type":"object","properties":{"keyName":{"type":"string"},"state":{"type":"string"},"decryptionKeys":{"type":"array","items":{"type":"string"}},"lastOperationErrors":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeOperationErrorViewModel"}},"currentState":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeShieldedNodesViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeReleaseChannelViewModel":{"type":"object","properties":{"channel":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeWorkloadIdentityConfigViewModel":{"type":"object","properties":{"workloadPool":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeBinaryAuthorizationViewModel":{"type":"object","properties":{"evaluationMode":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeNodePoolAutoScalingViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"maxNodeCount":{"format":"int32","type":"integer"},"minNodeCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Google.Gke.GcpGkeNodeConfigViewModel":{"type":"object","properties":{"accelerators":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeAcceleratorConfigViewModel"}},"diskSizeGb":{"format":"int32","type":"integer"},"imageType":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"localSsdCount":{"format":"int32","type":"integer"},"machineType":{"type":"string"},"metadata":{"type":"object","additionalProperties":{"type":"string"}},"minCpuPlatform":{"type":"string"},"oauthScopes":{"type":"array","items":{"type":"string"}},"preemptible":{"type":"boolean"},"serviceAccount":{"type":"string"},"diskType":{"type":"string"},"taints":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNodeTaintViewModel"}},"workloadMetadataConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeWorkloadMetadataConfigViewModel"},"sandboxConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeSandboxConfigViewModel"},"tags":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.Gke.GcpGkeNodeManagementViewModel":{"type":"object","properties":{"autoRepair":{"type":"boolean"},"autoUpgrade":{"type":"boolean"},"upgradeOptions":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeAutoUpgradeOptionsViewModel"}}},"Dome9.Web.Api.Google.Gke.GcpGkeDailyMaintenanceWindowViewModel":{"type":"object","properties":{"duration":{"type":"string"},"startTime":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeHorizontalPodAutoscalingViewModel":{"type":"object","properties":{"disabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeHttpLoadBalancingViewModel":{"type":"object","properties":{"disabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeKubernetesDashboardViewModel":{"type":"object","properties":{"disabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeNetworkPolicyConfigViewModel":{"type":"object","properties":{"disabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeResourceLimitViewModel":{"type":"object","properties":{"resourceType":{"type":"string"},"minimum":{"format":"int64","type":"integer"},"maximum":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Google.Gke.GcpGkeAutoprovisioningNodePoolDefaultsViewModel":{"type":"object","properties":{"oauthScopes":{"type":"array","items":{"type":"string"}},"serviceAccount":{"type":"string"},"upgradeSettings":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeUpgradeSettingsViewModel"},"management":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeNodeManagementViewModel"},"diskSizeGb":{"format":"int32","type":"integer"},"diskType":{"type":"string"},"bootDiskKmsKey":{"type":"string"},"shieldedInstanceConfig":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeShieldedInstanceConfigViewModel"},"imageType":{"type":"string"},"insecureKubeletReadonlyPortEnabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeCidrBlockViewModel":{"type":"object","properties":{"cidrBlockValue":{"type":"string"},"displayName":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeOperationErrorViewModel":{"type":"object","properties":{"keyName":{"type":"string"},"errorMessage":{"type":"string"},"timestamp":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Google.Gke.GcpGkeAcceleratorConfigViewModel":{"type":"object","properties":{"acceleratorCount":{"format":"int64","type":"integer"},"acceleratorType":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeNodeTaintViewModel":{"type":"object","properties":{"effect":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeWorkloadMetadataConfigViewModel":{"type":"object","properties":{"mode":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeSandboxConfigViewModel":{"type":"object","properties":{"type":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeAutoUpgradeOptionsViewModel":{"type":"object","properties":{"autoUpgradeStartTime":{"type":"string"},"description":{"type":"string"}}},"Dome9.Web.Api.Google.Gke.GcpGkeUpgradeSettingsViewModel":{"type":"object","properties":{"maxSurge":{"format":"int32","type":"integer"},"maxUnavailable":{"format":"int32","type":"integer"},"strategy":{"type":"string"},"blueGreenSettings":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeBlueGreenSettingsViewModel"}}},"Dome9.Web.Api.Google.Gke.GcpGkeShieldedInstanceConfigViewModel":{"type":"object","properties":{"enableSecureBoot":{"type":"boolean"},"enableIntegrityMonitoring":{"type":"boolean"}}},"Dome9.Web.Api.Google.Gke.GcpGkeBlueGreenSettingsViewModel":{"type":"object","properties":{"nodePoolSoakDuration":{"type":"string"},"standardRolloutPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.Gke.GcpGkeStandardRolloutPolicyViewModel"}}},"Dome9.Web.Api.Google.Gke.GcpGkeStandardRolloutPolicyViewModel":{"type":"object","properties":{"batchPercentage":{"format":"double","type":"number"},"batchNodeCount":{"format":"int32","type":"integer"},"batchSoakDuration":{"type":"string"}}},"Dome9.Web.Api.Google.GcpImage.GcpImageViewModel":{"type":"object","properties":{"id":{"type":"string"},"externalId":{"type":"string"},"name":{"type":"string"},"creationTimestamp":{"format":"int64","type":"integer"},"status":{"type":"string"},"sourceType":{"type":"string"},"sourceSnapshotId":{"type":"string"},"sourceSnapshot":{"type":"string"},"sourceImage":{"type":"string"},"sourceDiskId":{"type":"string"},"sourceDisk":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Google.Kms.GcpKmsKeyRingViewModel":{"type":"object","properties":{"cryptoKeys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsKeyRingCryptoKeyViewModel"}},"iamPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyViewModel"},"region":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Kms.GcpKmsKeyRingCryptoKeyViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"createTime":{"type":"string"},"name":{"type":"string"},"primary":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsKeyRingCryptoKeyVersionViewModel"},"purpose":{"type":"string"},"rotationPeriod":{"type":"string"},"rotationPeriodInDays":{"format":"int32","type":"integer"},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsKeyRingLabelViewModel"}},"nextRotationTime":{"type":"string"},"iamPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyViewModel"}}},"Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyViewModel":{"type":"object","properties":{"auditConfigs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyAuditConfigViewModel"}},"bindings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyBindingViewModel"}},"eTag":{"type":"string"},"version":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Google.Kms.GcpKmsKeyRingCryptoKeyVersionViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"name":{"type":"string"},"createTime":{"type":"string"},"destroyTime":{"type":"string"},"destroyEventTime":{"type":"string"},"protectionLevel":{"type":"string"},"state":{"type":"string"}}},"Dome9.Web.Api.Google.Kms.GcpKmsKeyRingLabelViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyAuditConfigViewModel":{"type":"object","properties":{"auditLogConfigs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyAuditLogConfigViewModel"}},"service":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyBindingViewModel":{"type":"object","properties":{"condition":{"$ref":"#/definitions/Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyExprViewModel"},"members":{"type":"array","items":{"type":"string"}},"role":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyAuditLogConfigViewModel":{"type":"object","properties":{"exemptedMembers":{"type":"array","items":{"type":"string"}},"logType":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.Kms.GcpKmsIamPolicyExprViewModel":{"type":"object","properties":{"description":{"type":"string"},"expression":{"type":"string"},"location":{"type":"string"},"title":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.ProjectInfo.GcpProjectInfoViewModel":{"type":"object","properties":{"defaultServiceAccount":{"type":"string"},"description":{"type":"string"},"enabledFeatures":{"type":"array","items":{"type":"string"}},"metadata":{"$ref":"#/definitions/Dome9.Web.Api.Google.ProjectInfo.GcpProjectMetadataViewModel"},"sharedVpcHostProjectId":{"type":"string"},"projectNumber":{"type":"string"},"projectId":{"type":"string"},"lifecycleState":{"type":"string"},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"createTime":{"format":"int64","type":"integer"},"orgPolicies":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.OrgPolicy.GcpOrgPolicyViewModel"}},"accessApprovalSettings":{"$ref":"#/definitions/Dome9.Web.Api.Google.ProjectInfo.GcpProjectAccessApprovalSettingsViewModel"}}},"Dome9.Web.Api.Google.ProjectInfo.GcpProjectMetadataViewModel":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.ProjectInfo.ItemsDataViewModel"}},"eTag":{"type":"string"},"kind":{"type":"string"}}},"Dome9.Web.Api.Google.OrgPolicy.GcpOrgPolicyViewModel":{"type":"object","properties":{"version":{"format":"int32","type":"integer"},"constraint":{"type":"string"},"eTag":{"type":"string"},"listPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.OrgPolicy.GcpOrgPolicyListPolicyViewModel"},"booleanPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.OrgPolicy.GcpOrgPolicyBooleanPolicyViewModel"}}},"Dome9.Web.Api.Google.ProjectInfo.GcpProjectAccessApprovalSettingsViewModel":{"type":"object","properties":{"notificationEmails":{"type":"array","items":{"type":"string"}},"enrolledServices":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.ProjectInfo.GcpProjectEnrolledServiceViewModel"}},"enrolledAncestor":{"type":"boolean"},"activeKeyVersion":{"type":"string"},"ancestorHasActiveKeyVersion":{"type":"boolean"},"invalidKeyVersion":{"type":"boolean"}}},"Dome9.Web.Api.Google.ProjectInfo.ItemsDataViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Google.OrgPolicy.GcpOrgPolicyListPolicyViewModel":{"type":"object","properties":{"allowedValues":{"type":"array","items":{"type":"string"}},"deniedValues":{"type":"array","items":{"type":"string"}},"allValues":{"type":"string"},"suggestedValue":{"type":"string"},"inheritFromParent":{"type":"boolean"}}},"Dome9.Web.Api.Google.OrgPolicy.GcpOrgPolicyBooleanPolicyViewModel":{"type":"object","properties":{"enforced":{"type":"boolean"}}},"Dome9.Web.Api.Google.ProjectInfo.GcpProjectEnrolledServiceViewModel":{"type":"object","properties":{"cloudProduct":{"type":"string"},"enrollmentLevel":{"type":"string"}}},"Dome9.Web.Api.Google.PubSub.GcpPubSubTopicViewModel":{"type":"object","properties":{"messageStoragePolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.PubSub.GcpPubSubTopicMessageStoragePolicyViewModel"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"policy":{"$ref":"#/definitions/Dome9.Web.Api.Google.PubSub.GcpPubSubIamPolicyViewModel"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.PubSub.GcpPubSubTopicMessageStoragePolicyViewModel":{"type":"object","properties":{"allowedRegions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.PubSub.GcpPubSubIamPolicyViewModel":{"type":"object","properties":{"bindings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.PubSub.GcpPubSubIamPolicyViewModel.GcpPubSubPolicyBindingViewModel"}},"eTag":{"type":"string"},"version":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Google.PubSub.GcpPubSubIamPolicyViewModel.GcpPubSubPolicyBindingViewModel":{"type":"object","properties":{"condition":{"type":"object"},"members":{"type":"array","items":{"type":"string"}},"role":{"type":"string"}}},"Dome9.Web.Api.Google.PubSub.GcpPubSubSubscriptionViewModel":{"type":"object","properties":{"ackDeadlineSeconds":{"format":"int32","type":"integer"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"messageRetentionDuration":{"format":"int64","type":"integer"},"pushConfig":{"type":"string"},"retainAckedMessages":{"type":"boolean"},"topic":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.SecurityGroup.GcpSecurityGroupViewModel":{"type":"object","properties":{"network":{"type":"string"},"externalId":{"type":"string"},"inboundRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.SecurityGroup.GcpServiceRuleViewModel"}},"outboundRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.SecurityGroup.GcpServiceRuleViewModel"}},"vmInstances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpVMInstanceViewModel"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.SecurityGroup.GcpServiceRuleViewModel":{"type":"object","properties":{"name":{"type":"string"},"enabled":{"type":"boolean"},"description":{"type":"string"},"number":{"format":"int32","type":"integer"},"protocol":{"type":"string"},"source":{"type":"string"},"destination":{"type":"string"},"destinationPort":{"format":"int32","type":"integer"},"destinationPortTo":{"format":"int32","type":"integer"},"direction":{"type":"string"},"action":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.GcpVMInstanceViewModel":{"type":"object","properties":{"canIpForward":{"type":"boolean"},"cpuPlatform":{"type":"string"},"externalId":{"type":"string"},"creationTimestamp":{"type":"string"},"description":{"type":"string"},"disks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpComputeAttachedDiskViewModel"}},"machineType":{"type":"string"},"sourceMachineImage":{"type":"string"},"networkInterfaces":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.NetworkInterfaceViewModel"}},"status":{"type":"string"},"statusMessage":{"type":"string"},"networkTags":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Shared.SharedViewModels.TagViewModel"}},"zone":{"type":"string"},"region":{"type":"string"},"isRunning":{"type":"boolean","readOnly":true},"isBillable":{"type":"boolean","readOnly":true},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.NetworkInterfaceViewModel":{"type":"object","properties":{"name":{"type":"string"},"network":{"type":"string"},"networkIP":{"type":"string"},"subnetwork":{"type":"string"},"publicIP":{"type":"string"}}},"Dome9.Web.Api.Google.ServiceAccount.GcpServiceAccountViewModel":{"type":"object","properties":{"displayName":{"type":"string"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"oauth2ClientId":{"type":"string"},"projectId":{"type":"string"},"uniqueId":{"type":"string"},"keys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.ServiceAccount.GcpServiceAccountKeyViewModel"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.ServiceAccount.GcpServiceAccountKeyViewModel":{"type":"object","properties":{"keyAlgorithm":{"type":"string"},"name":{"type":"string"},"privateKeyData":{"type":"string"},"privateKeyType":{"type":"string"},"publicKeyData":{"type":"string"},"validAfterTime":{"format":"date-time","type":"string"},"validBeforeTime":{"format":"date-time","type":"string"},"eTag":{"type":"string"},"managedBy":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpStorageBucketViewModel":{"type":"object","properties":{"acl":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpAccessControlViewModel"}},"billing":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpBillingDataViewModel"},"cors":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpCorsDataViewModel"}},"defaultObjectAcl":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpAccessControlViewModel"}},"defaultKmsKeyName":{"type":"string"},"eTag":{"type":"string"},"kind":{"type":"string"},"region":{"type":"string"},"labels":{"type":"object","additionalProperties":{"type":"string"}},"lifecycle":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpLifecycleDataViewModel"},"location":{"type":"string"},"logging":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpLoggingDataViewModel"},"metageneration":{"format":"int64","type":"integer"},"owner":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpOwnerDataViewModel"},"projectNumber":{"format":"int64","type":"integer"},"selfLink":{"$ref":"#/definitions/Falconetix.Model.Google.ApiWrapperModels.GoogleCloudResourceUri"},"storageClass":{"type":"string"},"timeCreatedRaw":{"type":"string"},"timeCreated":{"format":"date-time","type":"string"},"updatedRaw":{"type":"string"},"updated":{"format":"date-time","type":"string"},"versioning":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpVersioningDataViewModel"},"website":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpWebsiteDataViewModel"},"defaultEventBasedHold":{"type":"boolean"},"iamConfiguration":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpIamConfigurationDataViewModel"},"retentionPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpRetentionPolicyDataViewModel"},"locationType":{"type":"string"},"customPlacementConfig":{"$ref":"#/definitions/Falconetix.Model.GcpStorageBucketCustomPlacementConfig"},"satisfiesPZS":{"type":"boolean"},"rpo":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpAccessControlViewModel":{"type":"object","properties":{"bucket":{"type":"string"},"domain":{"type":"string"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"entity":{"type":"string"},"entityId":{"type":"string"},"eTag":{"type":"string"},"generation":{"format":"int64","type":"integer"},"id":{"type":"string"},"kind":{"type":"string"},"object__":{"type":"string"},"projectTeam":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpProjectTeamDataViewModel"},"role":{"type":"string"},"selfLink":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpBillingDataViewModel":{"type":"object","properties":{"requesterPays":{"type":"boolean"}}},"Dome9.Web.Api.Google.StorageBucket.GcpCorsDataViewModel":{"type":"object","properties":{"maxAgeSeconds":{"format":"int32","type":"integer"},"method":{"type":"array","items":{"type":"string"}},"origin":{"type":"array","items":{"type":"string"}},"responseHeader":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.StorageBucket.GcpLifecycleDataViewModel":{"type":"object","properties":{"rule":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpRuleDataViewModel"}}}},"Dome9.Web.Api.Google.StorageBucket.GcpLoggingDataViewModel":{"type":"object","properties":{"logBucket":{"type":"string"},"logObjectPrefix":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpOwnerDataViewModel":{"type":"object","properties":{"entity":{"type":"string"},"entityId":{"type":"string"}}},"Falconetix.Model.Google.ApiWrapperModels.GoogleCloudResourceUri":{"type":"object","properties":{"address":{"type":"string"},"projectId":{"description":"https://www.googleapis.com/compute/v1/projects/[project-id]/....","type":"string"},"resourceName":{"description":"https://www.googleapis.com/compute/v1/projects/dome9-144807/global/networks/...\r\nreturns the last segment of the uri","type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpVersioningDataViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"Dome9.Web.Api.Google.StorageBucket.GcpWebsiteDataViewModel":{"type":"object","properties":{"mainPageSuffix":{"type":"string"},"notFoundPage":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpIamConfigurationDataViewModel":{"type":"object","properties":{"bucketPolicyOnly":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpIamConfigurationDataViewModel.GcpBucketPolicyOnlyDataViewModel"},"uniformBucketLevelAccess":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpIamConfigurationDataViewModel.GcpUniformBucketLevelAccessDataViewModel"},"publicAccessPrevention":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpRetentionPolicyDataViewModel":{"type":"object","properties":{"effectiveTimeRaw":{"type":"string"},"effectiveTime":{"format":"date-time","type":"string"},"isLocked":{"type":"boolean"},"retentionPeriod":{"format":"int64","type":"integer"}}},"Falconetix.Model.GcpStorageBucketCustomPlacementConfig":{"type":"object","properties":{"dataLocations":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.StorageBucket.GcpProjectTeamDataViewModel":{"type":"object","properties":{"projectNumber":{"type":"string"},"team":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpRuleDataViewModel":{"type":"object","properties":{"action":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpRuleDataViewModel.GcpActionDataViewModel"},"condition":{"$ref":"#/definitions/Dome9.Web.Api.Google.StorageBucket.GcpRuleDataViewModel.GcpConditionDataViewModel"}}},"Dome9.Web.Api.Google.StorageBucket.GcpIamConfigurationDataViewModel.GcpBucketPolicyOnlyDataViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"lockedTimeRaw":{"type":"string"},"lockedTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpIamConfigurationDataViewModel.GcpUniformBucketLevelAccessDataViewModel":{"type":"object","properties":{"enabled":{"type":"boolean"},"lockedTimeRaw":{"type":"string"},"lockedTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpRuleDataViewModel.GcpActionDataViewModel":{"type":"object","properties":{"storageClass":{"type":"string"},"type":{"type":"string"}}},"Dome9.Web.Api.Google.StorageBucket.GcpRuleDataViewModel.GcpConditionDataViewModel":{"type":"object","properties":{"age":{"format":"int32","type":"integer"},"createdBefore":{"type":"string"},"isLive":{"type":"boolean"},"matchesStorageClass":{"type":"array","items":{"type":"string"}},"numNewerVersions":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.GenericList.GenericListResponseViewModel":{"required":["id","name","items"],"type":"object","properties":{"isManaged":{"type":"boolean"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"pattern":"[a-zA-Z0-9/\\-_:]*[a-zA-Z]+[a-zA-Z0-9/\\-_:]*","type":"string"},"description":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListValueViewModel"}}}},"Dome9.Web.Api.GenericList.GenericListValueViewModel":{"required":["value"],"type":"object","properties":{"value":{"pattern":"[a-zA-Z0-9/.\\-_:%*{}()=!&|\\\\$#~^+@ \\u00C0-\\u00D6\\u00D8-\\u00f6\\u00f8-\\u00ff]+","type":"string"},"comment":{"type":"string"}}},"Dome9.Web.Api.GenericList.GenericListViewModelBase":{"required":["name","items"],"type":"object","properties":{"name":{"pattern":"[a-zA-Z0-9/\\-_:]*[a-zA-Z]+[a-zA-Z0-9/\\-_:]*","type":"string"},"description":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListValueViewModel"}}}},"Dome9.Web.Api.GenericList.GenericListViewModel":{"required":["id","name","items"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"pattern":"[a-zA-Z0-9/\\-_:]*[a-zA-Z]+[a-zA-Z0-9/\\-_:]*","type":"string"},"description":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.GenericList.GenericListValueViewModel"}}}},"Dome9.Web.Api.Google.Accounts.GoogleAccountOnboardingDetailsViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"projectId":{"type":"string"},"clientEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"domainName":{"type":"string"},"gSuitUser":{"type":"string"}}},"Dome9.Web.Api.Google.Accounts.GoogleAccountStatsViewModel":{"type":"object","properties":{"stats":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.Google.NetworkStat"}},"totalVMInstancesCount":{"format":"int32","type":"integer"},"totalSecurityGroupsCount":{"format":"int32","type":"integer"},"totalFirewallRulesCount":{"format":"int32","type":"integer"},"networks":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Network.GoogleCloudNetworkViewModel"}},"securityGroups":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.SecurityGroup.GcpSecurityGroupViewModel"}},"vmInstances":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GcpVMInstanceViewModel"}}}},"Falconetix.Model.Google.NetworkStat":{"type":"object","properties":{"networkId":{"type":"string"},"networkName":{"type":"string"},"resourceType":{"enum":["Local","Shared"],"type":"string"},"vmInstancesCount":{"format":"int32","type":"integer"},"securityGroupsCount":{"format":"int32","type":"integer"},"firewallRulesCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Google.Network.GoogleCloudNetworkViewModel":{"type":"object","properties":{"cloudAccountName":{"type":"string"},"autoCreateSubnetworks":{"type":"boolean"},"creationTimestamp":{"type":"string"},"description":{"type":"string"},"eTag":{"type":"string"},"gatewayIPv4":{"type":"string"},"iPv4Range":{"type":"string"},"kind":{"type":"string"},"name":{"type":"string"},"subnetworks":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Google.Accounts.GoogleAccountNameViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Dome9.Web.Api.Google.Accounts.GoogleCloudAccountGetViewModel":{"type":"object","properties":{"id":{"format":"uuid","description":"Google id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"Google account name in Dome9","type":"string"},"projectId":{"description":"the Google project id (that will be onboarded)","type":"string"},"creationDate":{"format":"date-time","description":"creation date for project in Google","type":"string"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"organizationalUnitPath":{"type":"string"},"organizationalUnitName":{"type":"string"},"gsuite":{"$ref":"#/definitions/Dome9.Web.Api.Google.Accounts.GoogleAccountGsuiteViewModel"},"vendor":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"},"projectNumber":{"type":"string"},"clientEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"}}},"Dome9.Web.Api.Google.Accounts.GoogleAccountGsuiteViewModel":{"type":"object","properties":{"gsuiteUser":{"type":"string"},"domainName":{"type":"string"}}},"Dome9.Web.Api.Google.Accounts.GoogleCloudAccountUpdateViewModel":{"required":["name","serviceAccountCredentials"],"type":"object","properties":{"name":{"description":"Google account name in Dome9","type":"string"},"serviceAccountCredentials":{"description":"The service account JSON block (from the GCP console)","type":"object"}}},"Dome9.Web.Api.Google.Accounts.GoogleCloudAccountPostViewModel":{"required":["name","serviceAccountCredentials"],"type":"object","properties":{"name":{"description":"Google account name in Dome9","type":"string"},"serviceAccountCredentials":{"description":"The service account JSON block (from the GCP console)","type":"object"},"organizationalUnitId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"gsuiteUser":{"type":"string"},"domainName":{"type":"string"}}},"Dome9.Web.Api.Google.Firewall.GoogleCloudFirewallRuleViewModel":{"type":"object","properties":{"creationTimestamp":{"type":"string"},"allowed":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Firewall.GoogleFirewallRuleScopeViewModel"}},"denied":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Firewall.GoogleFirewallRuleScopeViewModel"}},"destinationRanges":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"network":{"type":"string"},"sourceRanges":{"type":"array","items":{"type":"string"}},"sourceTags":{"type":"array","items":{"type":"string"}},"targetTags":{"type":"array","items":{"type":"string"}},"isProtected":{"type":"boolean"},"priority":{"format":"int32","type":"integer"},"direction":{"enum":["Ingress","Egress"],"type":"string"},"enabled":{"type":"boolean"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Firewall.GoogleFirewallRuleScopeViewModel":{"type":"object","properties":{"ipProtocol":{"type":"string"},"ports":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionViewModel":{"type":"object","properties":{"availableMemoryMb":{"format":"int32","type":"integer"},"description":{"type":"string"},"entryPoint":{"type":"string"},"environmentVariables":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionEnvironmentVariableViewModel"}},"trigger":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionTriggerViewModel"},"labels":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionLabelViewModel"}},"maxInstances":{"format":"int32","type":"integer"},"runtime":{"type":"string"},"serviceAccountEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"sourceArchiveUrl":{"type":"string"},"sourceRepository":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionSourceRepositoryViewModel"},"sourceUploadUrl":{"type":"string"},"status":{"type":"string"},"timeout":{"type":"object"},"updateTime":{"type":"object"},"versionId":{"format":"int64","type":"integer"},"vpcConnector":{"type":"string"},"eTag":{"type":"string"},"region":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionEnvironmentVariableViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionTriggerViewModel":{"type":"object","properties":{"eventTrigger":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionEventTriggerViewModel"},"httpsTrigger":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionHttpsTriggerViewModel"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionLabelViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionSourceRepositoryViewModel":{"type":"object","properties":{"deployedUrl":{"type":"string"},"url":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionEventTriggerViewModel":{"type":"object","properties":{"eventType":{"type":"string"},"failurePolicy":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionFailurePolicyViewModel"},"resource":{"type":"string"},"service":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionHttpsTriggerViewModel":{"type":"object","properties":{"url":{"type":"string"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionFailurePolicyViewModel":{"type":"object","properties":{"retry":{"$ref":"#/definitions/Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionRetryViewModel"},"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.CloudFunction.GoogleCloudFunctionRetryViewModel":{"type":"object","properties":{"eTag":{"type":"string"}}},"Dome9.Web.Api.Google.IamPolicy.GoogleCloudIamPolicyViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"version":{"format":"int32","type":"integer"},"bindings":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.IamPolicy.GcpIamPolicyBindingsViewModel"}},"auditConfigs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.IamPolicy.GcpIamPolicyAuditConfigsViewModel"}},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.IamPolicy.GcpIamPolicyBindingsViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"role":{"type":"string"},"members":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.IamPolicy.GcpIamPolicyAuditConfigsViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"service":{"type":"string"},"auditLogConfigs":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.IamPolicy.GcpIamPolicyAuditConfigsViewModel.GcpIamPolicyAuditLogConfigsViewModel"}}}},"Dome9.Web.Api.Google.IamPolicy.GcpIamPolicyAuditConfigsViewModel.GcpIamPolicyAuditLogConfigsViewModel":{"type":"object","properties":{"eTag":{"type":"string"},"logType":{"type":"string"},"exemptedMembers":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Google.Subnet.GoogleCloudSubnetViewModel":{"type":"object","properties":{"creationTimestamp":{"type":"string"},"description":{"type":"string"},"gatewayAddress":{"type":"string"},"ipCidrRange":{"type":"string"},"network":{"type":"string"},"region":{"type":"string"},"purpose":{"type":"string"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.NetworkDetailViewModel":{"type":"object","properties":{"vmInstanceName":{"type":"string"},"resourceType":{"enum":["Local","Shared"],"type":"string"},"network":{"type":"string"},"inboundRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GoogleCloudFirewallRuleWithSecurityGroupsViewModel"}},"outboundRules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.GoogleCloudFirewallRuleWithSecurityGroupsViewModel"}},"networkInterface":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.NetworkInterfaceViewModel"}}},"Dome9.Web.Api.Google.Instance.GoogleCloudFirewallRuleWithSecurityGroupsViewModel":{"type":"object","properties":{"securityGroupDetails":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Instance.SecurityGroupOfFirewallRule"}},"creationTimestamp":{"type":"string"},"allowed":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Firewall.GoogleFirewallRuleScopeViewModel"}},"denied":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Google.Firewall.GoogleFirewallRuleScopeViewModel"}},"destinationRanges":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"network":{"type":"string"},"sourceRanges":{"type":"array","items":{"type":"string"}},"sourceTags":{"type":"array","items":{"type":"string"}},"targetTags":{"type":"array","items":{"type":"string"}},"isProtected":{"type":"boolean"},"priority":{"format":"int32","type":"integer"},"direction":{"enum":["Ingress","Egress"],"type":"string"},"enabled":{"type":"boolean"},"id":{"type":"string"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"}}},"Dome9.Web.Api.Google.Instance.SecurityGroupOfFirewallRule":{"type":"object","properties":{"name":{"type":"string"},"externalId":{"type":"string"}}},"Dome9.Web.Api.Models.HomeViewModel":{"type":"object","properties":{"serversCount":{"format":"int32","type":"integer"},"cloudAccountsCount":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Leases.IamSafeLeaseViewModel":{"required":["cloudAccountId","expirationDate"],"type":"object","properties":{"id":{"format":"uuid","description":"Lease id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountId":{"format":"uuid","description":"Cloud account id for the user","type":"string","example":"00000000-0000-0000-0000-000000000000"},"created":{"format":"date-time","type":"string"},"updated":{"format":"date-time","type":"string"},"expirationDate":{"format":"date-time","description":"Lease expiry time","type":"string"},"user":{"description":"Account user","type":"string"},"iamEntities":{"description":"AWS IAM users and roles ARN affected by lease","type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Leases.IamSafeCustomLeasePostViewModel":{"required":["cloudAccountId","iamEntityArn"],"type":"object","properties":{"cloudAccountId":{"format":"uuid","description":"[Required] Cloud account id for the user","type":"string","example":"00000000-0000-0000-0000-000000000000"},"expirationDate":{"format":"date-time","description":"[Required] Lease expiry time","type":"string"},"iamEntityArn":{"description":"[Required] AWS IAM user or role ARN affected by lease","type":"string"}}},"Dome9.Web.Api.Leases.IamSafeLeasePostViewModel":{"required":["cloudAccountId","code"],"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"expirationDate":{"format":"date-time","type":"string"},"code":{"type":"string"},"iamEntityArn":{"type":"string"}}},"Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.InfrastructureAssessmentHistoryResultV2ViewModel":{"type":"object","properties":{"scannedAsset":{"$ref":"#/definitions/CGN.VLM.Model.UnifiedScanResult.VlmScannedAsset"},"scanInfo":{"$ref":"#/definitions/CGN.VLM.Model.UnifiedScanResult.VlmScanInfo"},"storedKey":{"type":"string"},"fileName":{"type":"string"},"environmentId":{"format":"uuid","type":"string","readOnly":true,"example":"00000000-0000-0000-0000-000000000000"},"environmentName":{"type":"string"},"tests":{"description":"list of rules in the assessment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.RuleTestResultViewModel"}},"testEntities":{"description":"list of entities tested in the assessment","type":"object","additionalProperties":{"type":"array","items":{"type":"object"}}},"exclusions":{"description":"list of exclusions associated with this assessment","type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Exclusion.ExclusionViewModel"}},"remediations":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Remediation.RemediationViewModel"}},"dataSyncStatus":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.Assessment.AssessmentDataSyncStatusEntityViewModel"}},"createdTime":{"format":"date-time","description":"date of assessment","type":"string"},"id":{"format":"int64","description":"assessment id","type":"integer"},"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"triggeredBy":{"description":"reason for assessment","enum":["Unknown","ContinuousCompliancePolicy","Manual","SystemBundle","Serverless","Logic","Magellan","KubernetesRuntimeAssurance","ContainersRuntimeProtection","ExternalFinding","CIEM","Incident","WorkloadChangeMonitoring","Agentless"],"type":"string"},"assessmentPassed":{"description":"assessment result","type":"boolean"},"hasErrors":{"description":"assessment has errors","type":"boolean"},"stats":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryStatsV2ViewModel","description":"summary statistics for assessment"},"request":{"$ref":"#/definitions/Falconetix.Model.RuleEngine.ViewModels.AssessmentHistory.V2.AssessmentHistoryBundleResultV2ViewModel"},"hasDataSyncStatusIssues":{"type":"boolean"},"comparisonCustomId":{"type":"string"},"additionalFields":{"type":"object","additionalProperties":{"type":"string"}}}},"CGN.VLM.Model.UnifiedScanResult.VlmScannedAsset":{"type":"object","properties":{"id":{"type":"string"},"platform":{"enum":["Aws","Azure","Google","Kubernetes","Terraform","Generic","KubernetesRuntimeAssurance","ShiftLeft","SourceCodeAssurance","ImageAssurance","Alibaba","Cft","ContainerRegistry","Oci","CIEM"],"type":"string"},"environmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"entityType":{"enum":["Instance","VirtualMachine","VMInstance","Lambda","FunctionApp","CloudFunction","KubernetesImage","ContainerRegistryImage","EcsImage","ShiftLeftImage"],"type":"string"},"externalId":{"type":"string"},"entityName":{"type":"string"},"operatingSystem":{"type":"string"},"additionalFields":{"type":"object","additionalProperties":{"type":"object"}},"imageGroups":{"type":"array","items":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VlmImageGroupDetails"}}}},"CGN.VLM.Model.UnifiedScanResult.VlmScanInfo":{"type":"object","properties":{"scanProducer":{"type":"string"},"scanDate":{"format":"date-time","type":"string"}}},"CGN.VLM.Model.Entities.VlmImageGroupDetails":{"type":"object","properties":{"type":{"enum":["None","VendorImage","BaseImage"],"type":"string"},"name":{"type":"string"}}},"Falconetix.Model.RuleEngine.InfrastructureAsCode.InfrastructureAssessmentResultViewModel":{"type":"object","properties":{"assessmentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"statusCode":{"format":"int32","type":"integer"},"errorMessage":{"type":"string"},"message":{"type":"string"}}},"Falconetix.Model.Magellan.MagellanAccountOffboardingModel":{"type":"object","properties":{"cloudAccountId":{"type":"string"},"vendor":{"enum":["AWS","Azure","GCP","Kubernetes","Alibaba","OCI"],"type":"string"},"logTypes":{"type":"array","items":{"enum":["flowlogs","CloudTrail","Both","GuardDuty"],"type":"string"}}}},"Falconetix.Model.Magellan.MagellanOnboardingModel":{"type":"object","properties":{"cloudAccountId":{"description":"AWS cloud account id","type":"string"},"bucketName":{"description":"The name of the bucket that Magellan (logic) will use for the onboarding [case sensitive]","type":"string"},"isUnifiedOnboarding":{"type":"boolean"},"rulesetsIds":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Dome9.Web.Api.Views.Magellan.AwsLogicLogViewModel":{"type":"object","properties":{"cloudAccountId":{"description":"AWS cloud account id","type":"string"},"isOnboarded":{"description":"indicates whether the account was successfully onboarded to Magellan (Log.ic)","type":"boolean"},"bucketName":{"description":"The name of the bucket that Magellan (logic) will use for the onboarding [case sensitive]","type":"string"}}},"Falconetix.Model.Magellan.MagellanCustomOnboardingModel":{"type":"object","properties":{"bucketName":{"type":"string"},"bucketAccountId":{"type":"string"},"topicArn":{"type":"string"},"cloudAccountIds":{"type":"array","items":{"type":"string"}},"onboardingType":{"enum":["flowlogs","CloudTrail","Both","GuardDuty"],"type":"string"},"isUnifiedOnboarding":{"description":"Boolean that check if the request was from UnifiedOnboarding method. not needed for API.","type":"boolean"},"rulesetsIds":{"description":"List of rule sets. not needed for API.","type":"array","items":{"format":"int64","type":"integer"}},"isSubscribedAlready":{"description":"Boolean that check if the account connect to centralized bucket on other account.","type":"boolean"},"isAutoDiscoveryEnabled":{"description":"Boolean that check if the bucket should support auto discovery of additional accounts","type":"boolean"}}},"Falconetix.Model.Magellan.MagellanOnboardingAzurePricingStorage.MagellanAlibabaActionTrailOnboardingModel":{"type":"object","properties":{"cloudAccountNumbers":{"type":"array","items":{"type":"string"}}}},"Falconetix.Model.Magellan.MagellanOnboardingAzurePricingStorage.MagellanAzureNewStorageDetailsAfterArmModel":{"type":"object","properties":{"storageDetails":{"type":"array","items":{"type":"string"}},"subscriptionId":{"type":"string"}}},"Falconetix.Model.Magellan.MagellanGcpOnboardingModel":{"type":"object","properties":{"cloudAccounts":{"type":"array","items":{"type":"string"}},"logType":{"enum":["NetworkTraffic","AccountActivity","Both"],"type":"string"}}},"Dome9.Web.Api.Models.IpAddressMetadataViewModel":{"type":"object","properties":{"id":{"description":"set or get the internal id for the address","type":"string"},"cidr":{"description":"set or get the CIDR for the address","type":"string"},"name":{"description":"set or get the name for the IP address","type":"string"},"classificaiton":{"description":"set or get the claasification of the IP address","enum":["External","Unsafe","Dmz","InternalVpc","InternalDc","NoClassification"],"type":"string"},"classification":{"enum":["External","Unsafe","Dmz","InternalVpc","InternalDc","NoClassification"],"type":"string"}}},"Dome9.Web.Api.IPList.IpListViewModel":{"type":"object","properties":{"name":{"description":"IP List Name","maxLength":50,"minLength":0,"pattern":"[a-zA-Z0-9/\\-_:]*[a-zA-Z]+[a-zA-Z0-9/\\-_:]*","type":"string"},"id":{"format":"int64","description":"IP List Id","type":"integer"},"description":{"description":"IP List Description","maxLength":500,"minLength":0,"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.IPDescriptor"}}}},"Falconetix.Model.IPDescriptor":{"required":["ip"],"type":"object","properties":{"ip":{"type":"string"},"comment":{"maxLength":500,"minLength":0,"type":"string"}}},"Dome9.Web.Api.IPList.IpListPutViewModel":{"type":"object","properties":{"id":{"format":"int64","description":"IP List Id","type":"integer"},"description":{"description":"IP List Description","maxLength":500,"minLength":0,"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.IPDescriptor"}}}},"Dome9.Web.Api.LicenseActivator.Dome9LicenseViewModel":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"userCenterId":{"format":"int64","type":"integer"},"accountName":{"type":"string"},"productId":{"type":"string"},"sku":{"type":"string"},"productType":{"enum":["Unknown","Dome9","Logic"],"type":"string"},"macro":{"type":"string"},"qty":{"format":"int32","type":"integer"},"startDate":{"format":"date-time","type":"string"},"expirationDate":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.LicenseActivator.LicenseGetRequestModel":{"required":["userName","password"],"type":"object","properties":{"userName":{"type":"string"},"password":{"type":"string"}}},"Dome9.Web.Api.LicenseActivator.LicenseActivatorViewModel":{"required":["services"],"type":"object","properties":{"userCenterAccountId":{"format":"int64","type":"integer"},"accountName":{"type":"string"},"services":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.LicenseActivatorViewModelService"}}}},"Dome9.Web.Api.LicenseActivator.LicenseActivatorViewModelService":{"type":"object","properties":{"id":{"type":"string"},"productType":{"enum":["Unknown","Dome9","Logic"],"type":"string"},"sku":{"enum":["Undefined","CPCGD9CNX100CONTRACTEVAL","CPCGD9CNP100CONTRACTEVAL","CPCGD9CNP25CONTRACT1Y","CPCGD9CNP25CONTRACTREN1Y","CPCGD9CNP25CONTRACTREN2Y","CPCGD9CNP25CONTRACTREN3Y","CPCGD9CNP25CONTRACT2Y","CPCGD9CNP25CONTRACT3Y","CPCGD9CNP25RENCONTRACT1Y","CPCGD9CNP100CONTRACT1Y","CPCGD9CNP100CONTRACT1YINF","CPCGD9CNP100BUNCONTRACT1Y","CPCGD9CNP100CONTRACT2Y","CPCGD9CNP100CONTRACT2YINF","CPCGD9CNP100CONTRACT3Y","CPCGD9CNP100CONTRACT3YINF","CPCGD9CNP100RENCONTRACT1Y","CPCGD9CNP100RENCONTRACT2Y","CPCGD9CNP100RENCONTRACT3Y","CPMSPCGD9CNPPAYG1M","CPMSPCGD9CNXPAYG1M","CPCGD9CNX252YCONTRACT","CPCGD9CNX25CONTRACT1Y","CPCGD9CNX251YCONTRACT","CPCGD9CNX253YCONTRACT","CPCGD9CNX1001Y","CPCGD9CNX1001YINF","CPCGD9CNX100CONTRACT1Y","CPCGD9CNX100CONTRACT2Y","CPCGD9CNX100CONTRACT3Y","CPCGD9CNX100RENCONTRACT1Y","CPCGD9CNX100RENCONTRACT2Y","CPCGD9CNX100RENCONTRACT3Y","CPCGD9CNX25REN1YCONTRACT","CPCGD9CNX25REN2YCONTRACT","CPCGD9CNX25REN3YCONTRACT","CPCGSPCNT100EVALCONTRACT","CPCGSPCNT25EVALCONTRACT","CPCGSPPCC25EVALCONTRACT","CPCGSPCNT1001YCONTRACT","CPCGSPCNT1002YCONTRACT","CPCGSPCNT1003YCONTRACT","CPCGSPCNT100REN1YCONTRACT","CPCGSPCNT100REN2YCONTRACT","CPCGSPCNT100REN3YCONTRACT","CPCGSPCNT251YCONTRACT","CPCGSPCNT252YCONTRACT","CPCGSPCNT253YCONTRACT","CPCGSPCNT25REN1YCONTRACT","CPCGSPCNT25REN2YCONTRACT","CPCGSPCNT25REN3YCONTRACT","CPCGSPPCC253YCONTRACT","CPCGLG10GBYLOGCONTRACTEVAL","CPCGLG1000GBMLOGCONTRACTEVAL","CPCGLG10TBYLOGCONTRACTEVAL","CPCGLG10TBMLOGCONTRACTEVAL","CPCGLG1000GBYLOGRENCONTRACT1Y","CPCGLG1000GBMLOGCONTRACT1Y","CPCGLG1000GBMLOGCONTRACT2Y","CPCGLG1000GBMLOGCONTRACT3Y","CPCGLG1000GBMLOGRENCONTRACT1Y","CPCGLG1000GBYLOGCONTRACT1Y","CPCGLG1000GBYLOGCONTRACT2Y","CPCGLG1000GBYLOGCONTRACT3Y","CPCGLG10TBMLOGCONTRACT1Y","CPCGLG10TBMLOGCONTRACT2Y","CPCGLG10TBMLOGCONTRACT3Y","CPCGLG10TBYLOGCONTRACT1Y","CPCGLG10TBYLOGCONTRACT2Y","CPCGLG10TBYLOGCONTRACT3Y","CGD9_CNP_100","CGD9_CNX_100","CNP_100","CNX_100","CGLG_1000GB_MLOG","CGLG_10TB_MLOG","CGLG_1000GB_YLOG","CGLG_10TB_YLOG","CP_CGD9_CNP_100_PSMO","CP_CGD9_CNP_100_PS","CP_CGD9_CNP_100_PS_TESTPLAN"],"type":"string"},"seats":{"format":"int32","type":"integer"},"startDate":{"format":"date-time","type":"string"},"expirationDate":{"format":"date-time","type":"string"},"amountOfYears":{"format":"int32","type":"integer"},"macro":{"type":"string"}}},"Dome9.Web.Api.LicenseActivator.LicenseActivateRequestModel":{"required":["licenses","userName","password"],"type":"object","properties":{"licenses":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.LicenseActivator.LicenseActivatorViewModel"}},"userName":{"type":"string"},"password":{"type":"string"}}},"Dome9.Web.Api.Controllers.LicensingController.UpdateFeatureModel":{"type":"object","properties":{"feature":{"enum":["Network","Compliance","IAM Safety","FIM","Enterprise"],"type":"string"},"featureEnabled":{"type":"boolean"}}},"Dome9.Web.Api.Controllers.LicensingController.ComplianceApprovalNeededViewModel":{"type":"object","properties":{"isComplianceApprovalNeeded":{"type":"boolean"}}},"Dome9.Web.Api.Controllers.LicensingController.LicensingViewModel":{"type":"object","properties":{"emailNotificationsAllowed":{"type":"boolean"},"apiAllowed":{"type":"boolean"},"longAccessLeasesAllowed":{"type":"boolean"},"twoFactorAuthenticationAllowed":{"type":"boolean"}}},"Dome9.MSP.Api.V1.ManagedAccountGetViewModel":{"required":["companyName","pointOfContact","adminEmail","adminFirstName","adminLastName"],"type":"object","properties":{"accountId":{"format":"int64","description":"Dome9 account unique identifier","type":"integer"},"adminUserId":{"format":"int32","description":"Dome9 user unique identifier. This admin user can't be deleted.","type":"integer"},"trust":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustViewModel"},"companyName":{"type":"string"},"pointOfContact":{"type":"string"},"adminEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"adminFirstName":{"type":"string"},"adminLastName":{"type":"string"}}},"Dome9.MSP.Api.V1.ManagedAccountPostViewModel":{"required":["companyName","pointOfContact","adminEmail","adminFirstName","adminLastName"],"type":"object","properties":{"trustMspAccount":{"description":"Whether to allow cross-account-access from your MSP account to the newly created managed account","type":"boolean"},"trustRestrictions":{"$ref":"#/definitions/Dome9.Web.Api.Account.AccountTrustRestrictionsViewModel","description":"Role restrictions for the cross-account-access permission. relevant only if {Dome9.MSP.Api.V1.ManagedAccountPostViewModel.TrustMspAccount} is true."},"companyName":{"type":"string"},"pointOfContact":{"type":"string"},"adminEmail":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"adminFirstName":{"type":"string"},"adminLastName":{"type":"string"}}},"Dome9.MSP.Api.V1.ManagedAccountPostUserViewModel":{"required":["managedAccountId","email","firstName","lastName"],"type":"object","properties":{"managedAccountId":{"format":"int64","description":"Dome9 account unique identifier","type":"integer"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"firstName":{"maxLength":50,"minLength":0,"type":"string"},"lastName":{"maxLength":50,"minLength":0,"type":"string"},"ssoEnabled":{"description":"Enabling SAML 2.0 SSO","type":"boolean"}}},"Dome9.MSP.Api.V1.ManagedAccountGetUserViewModel":{"required":["managedAccountId","email","firstName","lastName"],"type":"object","properties":{"userId":{"format":"int64","description":"Dome9 user unique identifier","type":"integer"},"managedAccountId":{"format":"int64","description":"Dome9 account unique identifier","type":"integer"},"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"},"firstName":{"maxLength":50,"minLength":0,"type":"string"},"lastName":{"maxLength":50,"minLength":0,"type":"string"},"ssoEnabled":{"description":"Enabling SAML 2.0 SSO","type":"boolean"}}},"Dome9.MSP.Api.V1.ManagedAccountEmailViewModel":{"type":"object","properties":{"email":{"format":"email","description":"Email Address","type":"string","example":"MyName@gmail.com"}}},"Dome9.MSP.Api.V1.ManagedAccountPutIconViewModel":{"type":"object","properties":{"url":{"type":"string"},"blob":{"type":"string"}}},"Dome9.MSP.Api.V1.ManagedAccountGetIconViewModel":{"type":"object","properties":{"url":{"type":"string"}}},"Falconetix.Model.OrganizationalUnit.OrganizationalUnitNodeViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"path":{"type":"string"},"children":{"type":"array","items":{"$ref":"#/definitions/Falconetix.Model.OrganizationalUnit.OrganizationalUnitNodeViewModel"}}}},"Falconetix.Model.OrganizationalUnit.OrganizationalUnitViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"path":{"type":"string"},"parentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]":{"type":"object","properties":{"item":{"$ref":"#/definitions/Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem"},"parentId":{"type":"string"},"children":{"type":"array","items":{"$ref":"#/definitions/Dome9.BL.Std.Helpers.TreeNode[Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem,System.String]"}}}},"Falconetix.Model.OrganizationalUnit.OrganizationalUnitEntityTreeItem":{"type":"object","properties":{"accountId":{"format":"int64","type":"integer"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"path":{"type":"string"},"parentId":{"type":"string"},"created":{"format":"date-time","type":"string"},"updated":{"format":"date-time","type":"string"},"awsCloudAcountsCount":{"format":"int64","type":"integer"},"azureCloudAccountsCount":{"format":"int64","type":"integer"},"ociCloudAccountsCount":{"format":"int64","type":"integer"},"googleCloudAccountsCount":{"format":"int64","type":"integer"},"k8sCloudAccountsCount":{"format":"int64","type":"integer"},"shiftLeftCloudAccountsCount":{"format":"int64","type":"integer"},"alibabaCloudAccountsCount":{"format":"int64","type":"integer"},"containerRegistryAccountsCount":{"format":"int64","type":"integer"},"awsAggregatedCloudAcountsCount":{"format":"int64","type":"integer"},"azureAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"ociAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"googleAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"k8sAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"shiftLeftAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"alibabaAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"containerRegistryAggregateCloudAccountsCount":{"format":"int64","type":"integer"},"subOrganizationalUnitsCount":{"format":"int32","type":"integer"},"isRoot":{"type":"boolean"},"isParentRoot":{"type":"boolean"},"pathStr":{"type":"string"}}},"Dome9.BL.Std.Services.OrganizationalUnit.UpdateOrganizationalUnitViewModel":{"required":["name"],"type":"object","properties":{"name":{"maxLength":50,"minLength":0,"pattern":"[^/]+$","type":"string"},"parentId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Models.PermissionViewModel":{"type":"object","properties":{"userId":{"format":"int32","type":"integer"},"srl":{"type":"string"},"manage":{"type":"boolean"},"view":{"type":"boolean"},"add":{"type":"boolean"},"access":{"type":"boolean"}}},"Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel":{"description":"Search or filter parameters. This object is passed via url so the field names are short because quary params are limited (about 2000 chars)","type":"object","properties":{"pageSize":{"format":"int32","description":"page size (number of findings returned per page). default: 10.","maximum":1000,"minimum":0,"type":"integer"},"skipAggregations":{"type":"boolean"},"aggregations":{"type":"array","items":{"type":"string"}},"sorting":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.SortingViewModel","description":"sort data"},"filter":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.SearchFilterViewModel","description":"filter"},"searchAfter":{"description":"token for the page of findings (first page if not specified)","type":"array","items":{"type":"string"}},"additionalFields":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.AdditionalFieldsRequestViewModel"},"optionalAggregationFields":{"type":"array","items":{"type":"string"}},"externalAdditionalFields":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.AdditionalFieldsRequestViewModel"},"filterEntitiesWithoutRiskScore":{"type":"boolean"}}},"CGN.OpenSearch.Model.CommonViewModels.SortingViewModel":{"type":"object","properties":{"fieldName":{"type":"string"},"direction":{"format":"int32","type":"integer"}}},"CGN.OpenSearch.Model.CommonViewModels.SearchFilterViewModel":{"type":"object","properties":{"freeTextPhrase":{"type":"string"},"freeTextNamePhrase":{"type":"string"},"freeTextForIdsPhrase":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.FieldFilterViewModel"}},"tags":{"type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.TagViewModel"}},"includedEntityTypes":{"type":"array","items":{"type":"string"}},"excludedEntityTypes":{"type":"array","items":{"type":"string"}}}},"CGN.OpenSearch.Model.CommonViewModels.AdditionalFieldsRequestViewModel":{"type":"object","properties":{"source":{"type":"string"},"filterFields":{"type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.FieldFilterViewModel"}},"sortField":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.SortingViewModel"}}},"CGN.OpenSearch.Model.CommonViewModels.TagViewModel":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.ProtectedAsset.ProtectedAssetPaganationViewModel":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel","description":"search request for findings"},"assets":{"description":"current page of findings","type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.ProtectedAssetViewModel"}},"totalCount":{"format":"int64","description":"total number of findings","type":"integer"},"aggregations":{"description":"aggregate findings per search or filter entity (facet)","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.FieldAggregationViewModel"}}},"searchAfter":{"description":"token for next page of results","type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.ProtectedAsset.ProtectedAssetViewModel":{"type":"object","properties":{"id":{"description":"Id of the entity SRL-accountId","type":"string"},"entityId":{"type":"string"},"externalCloudAccountId":{"type":"string"},"cloudAccountId":{"format":"uuid","description":"Dome 9 cloudaccount id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"srl":{"description":"SRL","type":"string"},"type":{"description":"rule engine type Enum","type":"string"},"name":{"description":"entity Name","type":"string"},"tags":{"description":"entity Tags","type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.CommonViewModels.TagViewModel"}},"platform":{"description":"aws,azure,gcp","type":"string"},"typeByPlatform":{"description":"rule engine type Enum by the platform (aws,azure,gcp...) in formt of platform|type","type":"string"},"network":{"description":"VPC for Aws, Vnet for Azure, Network for Gcp","type":"string"},"region":{"description":"aws region , azure region(not resourcegroup) , gcp location","type":"string"},"resourceGroup":{"description":"azure resourcegroup and aws in the future...","type":"string"},"additionalFields":{"description":"AdditionalFields we want to add that are relevant for our entities but dont want to mess the general object...","type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.AssetsIndexer.AssetIndexerAdditionalField"}},"externalAdditionalFields":{"description":"ExternalAdditionalFields: AdditionalFields we want to add from external sources, that are relevant for our entities","type":"array","items":{"$ref":"#/definitions/CGN.OpenSearch.Model.AssetsIndexer.AssetIndexerExternalAdditionalField"}},"assetLabels":{"description":"AssetLabels: Labels we want to add on an entity.","type":"array","items":{"type":"string"}},"compartment":{"description":"OCI Compartment","type":"string"},"riskScore":{"format":"double","description":"Risk score","type":"number"},"postureFindings":{"description":"Severity name and its unique finding count","type":"object","additionalProperties":{"format":"int32","type":"integer"}},"businessPriority":{"description":"Business Modifier Priority","type":"string"},"cvEs":{"description":"CVEs per severity","type":"object","additionalProperties":{"format":"int32","type":"integer"}},"malware":{"format":"int32","description":"Number of Malware","type":"integer"},"malwarePerSeverity":{"description":"Malware per severity","type":"object","additionalProperties":{"format":"int32","type":"integer"}},"secrets":{"format":"int32","description":"Number of Secrets","type":"integer"},"secretsPerSeverity":{"description":"Secrets per severity","type":"object","additionalProperties":{"format":"int32","type":"integer"}},"context":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.ContextViewModel","description":"Asset context"},"vulnerability":{"$ref":"#/definitions/CGN.Common.Model.Vlm.VlmAssetMetadata"}}},"CGN.OpenSearch.Model.CommonViewModels.FieldAggregationViewModel":{"type":"object","properties":{"value":{"type":"object"},"count":{"format":"int64","type":"integer"}}},"CGN.OpenSearch.Model.AssetsIndexer.AssetIndexerAdditionalField":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"CGN.OpenSearch.Model.AssetsIndexer.AssetIndexerExternalAdditionalField":{"type":"object","properties":{"source":{"type":"string"},"name":{"type":"string"},"value":{"type":"string"}}},"Dome9.Web.Api.ProtectedAsset.ContextViewModel":{"type":"object","properties":{"networkExposure":{"type":"string"},"iamSensitivity":{"format":"double","type":"number"},"dataSensitivity":{"type":"string"},"iamExposure":{"type":"string"},"dataClassifications":{"type":"array","items":{"type":"string"}},"wafProtection":{"type":"string"},"openSecurityIssues":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.OpenSecurityIssuesViewModel"},"networkInspection":{"type":"array","items":{"type":"string"}}}},"CGN.Common.Model.Vlm.VlmAssetMetadata":{"type":"object","properties":{"stats":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilityStats"},"scanStatus":{"type":"string"},"scanStatusDetails":{"type":"string"}}},"Dome9.Web.Api.ProtectedAsset.OpenSecurityIssuesViewModel":{"type":"object","properties":{"critical":{"format":"int32","type":"integer"},"high":{"format":"int32","type":"integer"},"medium":{"format":"int32","type":"integer"},"low":{"format":"int32","type":"integer"}}},"CGN.VLM.Model.Entities.VulnerabilityStats":{"type":"object","properties":{"cve":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"cveFixable":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"threat":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"secret":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"knownExploit":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"cveExcluded":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"threatsExcluded":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"},"secretExcluded":{"$ref":"#/definitions/CGN.VLM.Model.Entities.VulnerabilitySeverityStats"}}},"CGN.VLM.Model.Entities.VulnerabilitySeverityStats":{"type":"object","properties":{"all":{"format":"int32","type":"integer"},"critical":{"format":"int32","type":"integer"},"high":{"format":"int32","type":"integer"},"medium":{"format":"int32","type":"integer"},"low":{"format":"int32","type":"integer"},"informational":{"format":"int32","type":"integer"},"unknown":{"format":"int32","type":"integer"}}},"Falconetix.Model.ProtectedAssetsReport.ProtectedAssetsReportViewModel[Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel]":{"type":"object","properties":{"searchRequest":{"$ref":"#/definitions/Dome9.Web.Api.ProtectedAsset.SearchRequestViewModel","description":"Search request for protected assets"},"recipients":{"description":"Recipients for email","type":"array","items":{"type":"string"}}}},"Falconetix.Model.Serverless.Protego.ProtegoInvocationsEntity":{"type":"object","properties":{"date":{"format":"date-time","type":"string"},"sum":{"format":"double","type":"number"}}},"Dome9.Web.Api.Role.EditRoleViewModel":{"required":["name","permissions"],"type":"object","properties":{"name":{"description":"Role Name","type":"string"},"description":{"description":"Role Description","type":"string"},"permissions":{"$ref":"#/definitions/Dome9.Web.Api.User.PermissionsViewModel","description":"Permissions of the role"}}},"Dome9.Web.Api.User.PermissionsViewModel":{"type":"object","properties":{"access":{"description":"Access permission list (list of SRLs)","type":"array","items":{"type":"string"}},"manage":{"description":"Manage permission list (list of SRLs)","type":"array","items":{"type":"string"}},"rulesets":{"description":"Compliance permission list (list of SRLs)","type":"array","items":{"type":"string"}},"notifications":{"description":"Compliance permission list (list of SRLs)","type":"array","items":{"type":"string"}},"policies":{"description":"Compliance permission list (list of SRLs)","type":"array","items":{"type":"string"}},"alertActions":{"description":"Compliance permission list (list of SRLs)","type":"array","items":{"type":"string"}},"create":{"description":"Create permission list (list of SRLs)","type":"array","items":{"type":"string"}},"view":{"description":"View permission list (list of SRLs)","type":"array","items":{"type":"string"}},"onBoarding":{"description":"View permission SRL","type":"array","items":{"type":"string"}},"crossAccountAccess":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Role.RoleGetViewModel":{"required":["name","permissions"],"type":"object","properties":{"users":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Role.RoleGetUserViewModel"}},"serviceAccounts":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Role.RoleGetServiceAccountViewModel"}},"id":{"format":"int64","description":"Role Id","type":"integer"},"name":{"description":"Role Name","type":"string"},"description":{"description":"Role Description","type":"string"},"permissions":{"$ref":"#/definitions/Dome9.Web.Api.User.PermissionsViewModel","description":"Permissions of the role"}}},"Dome9.Web.Api.Role.RoleGetUserViewModel":{"type":"object","properties":{"userId":{"format":"int32","type":"integer"},"userName":{"type":"string"}}},"Dome9.Web.Api.Role.RoleGetServiceAccountViewModel":{"type":"object","properties":{"serviceAccountName":{"type":"string"},"serviceAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Role.RoleViewModel":{"required":["name","permissions"],"type":"object","properties":{"id":{"format":"int64","description":"Role Id","type":"integer"},"name":{"description":"Role Name","type":"string"},"description":{"description":"Role Description","type":"string"},"permissions":{"$ref":"#/definitions/Dome9.Web.Api.User.PermissionsViewModel","description":"Permissions of the role"}}},"Dome9.Web.Api.Controllers.RuleObjectModelResultViewModel":{"type":"object","properties":{"ruleEntityTypeName":{"type":"string"},"objectModel":{"type":"object"},"cloudType":{"enum":["aws","hp","mellanox","awsgov","azure","google","awschina","azuregov","kubernetes","azurechina","terraform","generic","kubernetesruntimeassurance","shiftleft","sourcecodeassurance","imageassurance","alibaba","cft","containerregistry","oci","ocigov","ocigovuk","CIEM"],"type":"string"}}},"Dome9.Web.Api.Models.SecurityGroupViewModel":{"type":"object","properties":{"securityGroupId":{"format":"int64","type":"integer"},"securityGroupName":{"type":"string"},"securityGroupDescription":{"type":"string"},"loggingPolicy":{"enum":["NoLogging","LogSuccess","LogDeny","LogBoth"],"type":"string"},"fimPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Models.FIMPolicyViewModel"},"whitelist":{"type":"object","properties":{"inbound":{"type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"outbound":{"type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}}}},"services":{"type":"object","properties":{"inbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.SecurityGroupServiceViewModel"}},"outbound":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.SecurityGroupServiceViewModel"}}}}}},"Dome9.Web.Api.Models.FIMPolicyViewModel":{"required":["frequency","enabled","rules","excludedFileTypes"],"type":"object","properties":{"frequency":{"enum":["Every6Hours","Every12Hours","OnceADay","OnceAWeek"],"type":"string"},"enabled":{"type":"boolean"},"rules":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Models.FIMPolicyViewModel.FIMRuleViewModel"}},"excludedFileTypes":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.SecurityGroupServiceViewModel":{"type":"object","properties":{"name":{"type":"string"},"protocolType":{"enum":["ALL","HOPOPT","ICMP","IGMP","GGP","IPV4","ST","TCP","CBT","EGP","IGP","BBN_RCC_MON","NVP2","PUP","ARGUS","EMCON","XNET","CHAOS","UDP","MUX","DCN_MEAS","HMP","PRM","XNS_IDP","TRUNK1","TRUNK2","LEAF1","LEAF2","RDP","IRTP","ISO_TP4","NETBLT","MFE_NSP","MERIT_INP","DCCP","ThreePC","IDPR","XTP","DDP","IDPR_CMTP","TPplusplus","IL","IPV6","SDRP","IPV6_ROUTE","IPV6_FRAG","IDRP","RSVP","GRE","DSR","BNA","ESP","AH","I_NLSP","SWIPE","NARP","MOBILE","TLSP","SKIP","ICMPV6","IPV6_NONXT","IPV6_OPTS","CFTP","SAT_EXPAK","KRYPTOLAN","RVD","IPPC","SAT_MON","VISA","IPCV","CPNX","CPHB","WSN","PVP","BR_SAT_MON","SUN_ND","WB_MON","WB_EXPAK","ISO_IP","VMTP","SECURE_VMTP","VINES","TTP","NSFNET_IGP","DGP","TCF","EIGRP","OSPFIGP","SPRITE_RPC","LARP","MTP","AX25","IPIP","MICP","SCC_SP","ETHERIP","ENCAP","GMTP","IFMP","PNNI","PIM","ARIS","SCPS","QNX","AN","IPCOMP","SNP","COMPAQ_PEER","IPX_IN_IP","VRRP","PGM","L2TP","DDX","IATP","STP","SRP","UTI","SMP","SM","PTP","ISIS","FIRE","CRTP","CRUDP","SSCOPMCE","IPLT","SPS","PIPE","SCTP","FC","RSVP_E2E_IGNORE","MOBILITY_HEADER","UDPLITE","MPLS_IN_IP","MANET","HIP","SHIM6","WESP","ROHC"],"type":"string"},"port":{"type":"string"},"scope":{"type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"description":{"type":"string"}}},"Dome9.Web.Api.Models.FIMPolicyViewModel.FIMRuleViewModel":{"type":"object","properties":{"include":{"type":"boolean"},"value":{"type":"string"},"comment":{"type":"string"}}},"Dome9.Web.Api.Models.UpdateItem":{"type":"object","properties":{"op":{"description":"Usually one of:\r\nremove\r\nadd\r\nreplace\r\nmove\r\ncopy\r\n\r\nHowever , can be customized in some cases","type":"string"},"path":{"description":"the field or path to field","type":"string"},"value":{"description":"the target value of the operation. could be basic or complex type","type":"object"}}},"Dome9.Web.Api.Models.SecurityGroupNameViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Dome9.Web.Api.Models.FimPolicyUpdateViewModel":{"type":"object","properties":{"sgId":{"format":"int64","type":"integer"},"fimPolicy":{"$ref":"#/definitions/Dome9.Web.Api.Models.FIMPolicyViewModel"}}},"Dome9.Web.Api.Models.LoggingPolicyViewModel":{"type":"object","properties":{"loggingPolicy":{"type":"string"}}},"Dome9.Web.Api.Models.AgentServiceViewModel":{"required":["name","protocol"],"type":"object","properties":{"name":{"maxLength":50,"minLength":0,"type":"string"},"description":{"maxLength":500,"minLength":0,"type":"string"},"portRange":{"$ref":"#/definitions/Dome9.Common.DataTypes.PortRange"},"protocol":{"type":"string"},"normallyOpen":{"type":"boolean"},"scope":{"type":"array","items":{"$ref":"#/definitions/Falconetix.WebApi.Models.ScopeElementViewModel"}},"icmpType":{"type":"string"},"icmpV6Type":{"type":"string"}}},"Dome9.Common.DataTypes.PortRange":{"type":"object","properties":{"portFrom":{"format":"int32","type":"integer"},"portTo":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.SecurityGroup.AddSecurityGroupViewModel":{"required":["name"],"type":"object","properties":{"serverId":{"format":"int32","type":"integer"},"name":{"maxLength":50,"minLength":0,"type":"string"},"description":{"maxLength":256,"minLength":0,"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessAddAccountRequest":{"required":["cloudAccountId"],"type":"object","properties":{"cloudAccountId":{"type":"string"},"cloudProvider":{"enum":["aws","azure"],"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessAccountViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudVendor":{"enum":["aws","azure","kubernetes"],"type":"string"},"state":{"type":"string"},"crossAccountRoleTemplateURL":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"status":{"type":"string"},"reason":{"type":"string"},"shouldUpdate":{"type":"boolean"},"isOrgOnboarding":{"type":"boolean"},"isOrgOnboardingManagement":{"type":"boolean"},"hasMissingPermissions":{"type":"boolean"},"deleteAccountRoleTemplateURL":{"type":"string"},"genericTemplateUrl":{"type":"string"},"fspAutoInstrumentation":{"type":"boolean"},"fspAutoInstrumentationState":{"type":"string"},"fspStickyVersion":{"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessPutAccountViewModel":{"type":"object","properties":{"fspAutoInstrumentation":{"type":"boolean"},"fspStickyVersion":{"type":"string"},"policiesAction":{"$ref":"#/definitions/Falconetix.Model.Serverless.ServerlessPoliciesAction"}}},"Falconetix.Model.Serverless.ServerlessPoliciesAction":{"type":"object","properties":{"signature":{"enum":["alert","block"],"type":"string"},"malware":{"enum":["alert","block"],"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessAccountStatusViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"externalAccountNumber":{"type":"string"},"cloudVendor":{"enum":["aws","azure","kubernetes"],"type":"string"},"state":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"reason":{"type":"string"},"shouldUpdate":{"type":"boolean"},"isOrgOnboarding":{"type":"boolean"},"isOrgOnboardingManagement":{"type":"boolean"},"hasMissingPermissions":{"type":"boolean"},"validatePermissionsStatus":{"enum":["Success","InProgress","Error"],"type":"string"},"lastValidatePermissionsTimestamp":{"format":"int64","type":"integer"}}},"Dome9.Web.Api.Serverless.ServerlessExclusionViewModel":{"type":"object","properties":{"scope":{"enum":["Account","Function","FunctionGroup","FunctionVersion","FunctionApp"],"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"payloadsType":{"enum":["String","IoFingerprint","IoFeature","SignatureName"],"type":"string"},"target":{"enum":["Host","Ip","File","Process","Api","Http","Io","Signature"],"type":"string"},"payloads":{"type":"array","items":{"type":"object"}},"functions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.ServerlessExclusionModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"payloadsType":{"enum":["String","IoFingerprint","IoFeature","SignatureName"],"type":"string"},"target":{"enum":["Host","Ip","File","Process","Api","Http","Io","Signature"],"type":"string"},"payloads":{"type":"array","items":{"type":"object"}},"functions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.ServerlessRuleViewModel":{"type":"object","properties":{"scope":{"enum":["Account","Function","FunctionGroup","FunctionVersion","FunctionApp"],"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"payloadsType":{"enum":["String","SignatureName"],"type":"string"},"target":{"enum":["Host","Ip","File","Process","Api","Http","Io","Signature"],"type":"string"},"payloads":{"type":"array","items":{"type":"object"}},"functions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.ServerlessRuleModel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"payloadsType":{"enum":["String","SignatureName"],"type":"string"},"target":{"enum":["Host","Ip","File","Process","Api","Http","Io","Signature"],"type":"string"},"payloads":{"type":"array","items":{"type":"object"}},"functions":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.ServerlessDeleteRuleViewModel":{"type":"object","properties":{"name":{"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessMissingPermissionsViewModel":{"type":"object","properties":{"lastValidatePermissionsTimestamp":{"format":"int64","type":"integer"},"validatePermissionsStatus":{"enum":["Success","InProgress","Error"],"type":"string"},"denyPermissionsList":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPermissionViewModel"}}}},"Dome9.Web.Api.Serverless.ServerlessPermissionViewModel":{"type":"object","properties":{"serviceAction":{"type":"string"},"roleArn":{"type":"string"},"roleName":{"type":"string"},"resources":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPermissionResourceViewModel"}}}},"Dome9.Web.Api.Serverless.ServerlessPermissionResourceViewModel":{"type":"object","properties":{"arn":{"type":"string"},"description":{"type":"string"}}},"Falconetix.Model.ServiceInterfaces.Serverless.ServerlessApiResponse":{"type":"object","properties":{"data":{"type":"object"},"nextToken":{"type":"string"},"statusCode":{"format":"int32","type":"integer"},"message":{"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessFunctionViewModel":{"type":"object","properties":{"functionArn":{"type":"string"},"region":{"type":"string"},"accountId":{"format":"int64","type":"integer"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"id":{"type":"string"},"name":{"type":"string"},"vpc":{"type":"string"},"funcRiskLevel":{"type":"string"},"funcPostureScore":{"format":"int32","type":"integer"},"includesFSP":{"type":"boolean"},"isRuntimeSupported":{"type":"boolean"},"fspMode":{"enum":["Alert","Block"],"type":"string"},"fspVersion":{"type":"string"},"scanStatus":{"enum":["Disabled","Complete","Partial"],"type":"string"},"timeout":{"format":"int32","type":"integer"},"whiteListProgressPercent":{"format":"int32","type":"integer"},"runtime":{"type":"string"},"handler":{"type":"string"},"fspAutoInstrumentation":{"type":"boolean"},"fspAutoInstrumentationSupported":{"type":"boolean"},"fspAutoInstrumentationState":{"type":"string"},"fspAutoInstrumentationProgressStep":{"type":"string"},"triggersAnalysis":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.FunctionPermissionViewModel"}},"rolePermissionsAnalysis":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.FunctionPermissionViewModel"}},"serverlessErrors":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessErrorViewModel"}},"fspFeatures":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.FunctionPermissionViewModel":{"type":"object","properties":{"name":{"type":"string"},"suggestedPolicy":{"type":"object"},"resources":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.FunctionPermissionResourceViewModel"}}}},"Dome9.Web.Api.Serverless.ServerlessErrorViewModel":{"type":"object","properties":{"type":{"type":"string"},"status":{"type":"string"},"message":{"type":"string"}}},"Dome9.Web.Api.Serverless.FunctionPermissionResourceViewModel":{"type":"object","properties":{"status":{"type":"string"},"message":{"type":"string"},"resource":{"type":"string"},"action":{"type":"string"},"severity":{"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessFunctionAppViewModel":{"type":"object","properties":{"includesFSP":{"type":"boolean"},"fspMode":{"enum":["Alert","Block"],"type":"string"},"fspFeatures":{"type":"array","items":{"type":"string"}},"isRuntimeSupported":{"type":"boolean"},"runtime":{"type":"string"},"functionsSummary":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessFunctionSummaryViewModel"}},"serverlessErrors":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessErrorViewModel"}}}},"Dome9.Web.Api.Serverless.ServerlessFunctionSummaryViewModel":{"type":"object","properties":{"name":{"type":"string"},"whiteListProgress":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Serverless.ServerlessPodGroupViewModel":{"type":"object","properties":{"isLearningModeActive":{"type":"boolean"},"fspMode":{"enum":["Alert","Block"],"type":"string"},"learningModeStartTime":{"type":"string"},"learningModeEndTime":{"type":"string"},"learningModePeriod":{"format":"int32","type":"integer"},"whiteListProgressPercent":{"format":"int32","type":"integer"}}},"Dome9.Web.Api.Serverless.ServerlessPutFunctionsListViewModel":{"type":"object","properties":{"functionsData":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.ServerlessPutFunctionViewModel"}}}},"Dome9.Web.Api.Serverless.ServerlessPutFunctionViewModel":{"type":"object","properties":{"functionId":{"type":"string"},"fspAutoInstrumentation":{"type":"boolean"},"isLearningModeActive":{"type":"boolean"},"learningModePeriod":{"format":"int32","type":"integer"},"fspStickyVersion":{"type":"string"},"fspMode":{"enum":["Alert","Block"],"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessPutFunctionResponseViewModel":{"type":"object","properties":{"functionId":{"type":"string"},"status":{"type":"string"},"statusCode":{"enum":["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"],"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessPutSingleFunctionViewModel":{"type":"object","properties":{"fspAutoInstrumentation":{"type":"boolean"},"isLearningModeActive":{"type":"boolean"},"learningModePeriod":{"format":"int32","type":"integer"},"fspMode":{"enum":["Alert","Block"],"type":"string"},"fspStickyVersion":{"type":"string"}}},"Dome9.Web.Api.Serverless.EnableFSPViewModel":{"type":"object","properties":{"enable":{"type":"boolean"}}},"Dome9.Web.Api.Serverless.ServerlessEnableFunctionFSPBlockBody":{"type":"object","properties":{"fspMode":{"enum":["Alert","Block"],"type":"string"}}},"Dome9.Web.Api.Serverless.ServerlessWhiteListViewModel":{"type":"object","properties":{"completed":{"type":"boolean"},"whiteListProgressPercent":{"format":"int32","type":"integer"},"files":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"ips":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"hosts":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"apis":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"processes":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"https":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"inputs":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"},"signatures":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel"}}},"Dome9.Web.Api.Serverless.WhiteListResourceTypeViewModel":{"type":"object","properties":{"status":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.Serverless.WhiteListResourceViewModel"}}}},"Dome9.Web.Api.Serverless.WhiteListResourceViewModel":{"type":"object","properties":{"name":{"type":"string"},"action":{"type":"string"},"source":{"type":"array","items":{"type":"string"}},"callstackInfo":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.ServerlessFspVersioViewModel":{"type":"object","properties":{"fspVersion":{"type":"string"},"versionState":{"type":"string"},"unsupportedRuntimes":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Serverless.ServerlessFSPSupportedRuntimesViewModel":{"type":"object","properties":{"supportedRuntimes":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyViewModel":{"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"topic":{"enum":["TASK","SECURITY_EVENT","MANAGEMENT"],"type":"string"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"provider":{"enum":["aws","azure","kubernetes"],"type":"string"},"errorMessage":{"type":"string"}}},"Dome9.Web.Api.Compliance.Serverless.Policy.ServerlessPolicyRequestModel":{"required":["cloudAccountId","topic","notificationIds"],"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"topic":{"enum":["TASK","SECURITY_EVENT","MANAGEMENT"],"type":"string"},"notificationIds":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"provider":{"enum":["aws","azure","kubernetes"],"type":"string"}}},"Dome9.Web.Api.ServiceAccountViewModel":{"type":"object","properties":{"name":{"maxLength":50,"minLength":0,"pattern":"[^/]+$","type":"string"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"roleIds":{"type":"array","items":{"format":"int64","type":"integer"}}}},"Dome9.Web.Api.ServiceAccountGetViewModel":{"type":"object","properties":{"name":{"maxLength":50,"minLength":0,"pattern":"[^/]+$","type":"string"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"apiKeyId":{"type":"string"},"roleIds":{"type":"array","items":{"format":"int64","type":"integer"}},"dateCreated":{"format":"date-time","type":"string"},"lastUsed":{"format":"date-time","type":"string"}}},"Falconetix.Model.EmailNotificationsDescriptor":{"type":"object","properties":{"state":{"enum":["Active","Suspended","Deferred"],"type":"string"},"serverCreatedOrDeleted":{"type":"boolean"},"serverStatusChange":{"type":"boolean"},"serverUpdated":{"type":"boolean"},"awsProfileCreatedOrDeleted":{"type":"boolean"},"cloudTamperDetected":{"type":"boolean"},"awsInvalidCredentials":{"type":"boolean"},"policyChanges":{"type":"boolean"},"cloudExternalChanges":{"type":"boolean"},"fimChanges":{"type":"boolean"},"invitationEvent":{"type":"boolean"},"leaseEvent":{"type":"boolean"},"userCreatedOrDeleted":{"type":"boolean"},"userPermissionsChange":{"type":"boolean"},"userLogonSuccessfully":{"type":"boolean"},"userLogonFailure":{"type":"boolean"},"userLockOut":{"type":"boolean"},"userForgotPassword":{"type":"boolean"},"userPasswordChange":{"type":"boolean"},"alertEventsNotifyLevel":{"enum":["None","Low","Med","High"],"type":"string"},"usersNotificationsOthers":{"type":"boolean"},"accessNotificationsOthers":{"type":"boolean"},"azureCloudAccountDeleted":{"type":"boolean"},"azureInvalidCredentials":{"type":"boolean"},"alibabaProfileCreatedOrDeleted":{"type":"boolean"},"ociProfileCreatedOrDeleted":{"type":"boolean"},"iamSafe":{"$ref":"#/definitions/Falconetix.Model.IamSafeEmailNotificationsDescriptor"},"compliance":{"$ref":"#/definitions/Falconetix.Model.ComplianceEmailNotificationsDescriptor"},"kubernetes":{"$ref":"#/definitions/Falconetix.Model.KubernetesEmailNotificationsDescriptor"}}},"Falconetix.Model.IamSafeEmailNotificationsDescriptor":{"type":"object","properties":{"leaseEvent":{"type":"boolean"},"leaseNotificationsOthers":{"type":"boolean"},"tamperDetected":{"type":"boolean"},"enrollmentEvent":{"type":"boolean"},"iamSafetyAccount":{"type":"boolean"},"iamSafetyInvalidCredentials":{"type":"boolean"}}},"Falconetix.Model.ComplianceEmailNotificationsDescriptor":{"type":"object","properties":{"bundleAdded":{"type":"boolean"},"bundleDeleted":{"type":"boolean"},"ruleAdded":{"type":"boolean"},"ruleChanged":{"type":"boolean"},"ruleDeleted":{"type":"boolean"}}},"Falconetix.Model.KubernetesEmailNotificationsDescriptor":{"type":"object","properties":{"agentStatusDegradation":{"type":"boolean"}}},"Dome9.Web.Api.Models.SnsSettingsViewModel":{"type":"object","properties":{"topicArn":{"description":"AWS SNS Topic ARN value","type":"string"}}},"Dome9.Web.Api.Models.EmailNotificationFiltersViewModel":{"type":"object","properties":{"cloudAccounts":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.Models.SettingsViewModel":{"type":"object","properties":{"pairingKey":{"description":"pairing key","type":"string"},"emailNotifications":{"$ref":"#/definitions/Falconetix.Model.EmailNotificationsDescriptor","description":"email notification details"},"defaultLeaseTime":{"format":"double","description":"default lease time","type":"number"},"snsTopicArn":{"description":"ARN for SNS Topic","type":"string"},"mfaEnabled":{"description":"MFA is enabled","type":"boolean"},"apiKey":{"description":"API Key","type":"string"}}},"Dome9.Web.Api.Tenable.Account.TenableVulnerabilitySyncViewModel":{"required":["tenableDome9Id"],"type":"object","properties":{"since":{"format":"date-time","type":"string"},"tenableDome9Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Tenable.Account.TenableVulnerabilitySyncResultViewModel":{"type":"object","properties":{"workFlow":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"Dome9.Web.Api.Tenable.Account.TenableAccountStatusViewModel":{"type":"object","properties":{"tenableDome9Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"tenableExternalAccountNumber":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"lastAssetSync":{"format":"date-time","type":"string"},"lastMatchedAssetsCount":{"format":"int32","type":"integer"},"status":{"type":"string"},"lastVulnerabilitySync":{"format":"date-time","type":"string"},"lastMatchedVulnerabilitiesCount":{"format":"int32","type":"integer"},"accessKey":{"type":"string"},"secretKey":{"type":"string"}}},"Dome9.Web.Api.Tenable.Account.TenableAccountViewModel":{"required":["name","accessKey","secretKey"],"type":"object","properties":{"name":{"description":"Tenable account name in Dome9","type":"string"},"accessKey":{"description":"Tenable API Access Key","type":"string"},"secretKey":{"description":"Tenable API Secret Key","type":"string"}}},"Dome9.Web.Api.User.UserViewModel":{"required":["permissions"],"type":"object","properties":{"id":{"format":"int32","description":"user id","type":"integer","readOnly":true},"name":{"description":"user name","type":"string","readOnly":true},"email":{"format":"email","description":"Email Address","type":"string","readOnly":true,"example":"MyName@gmail.com"},"accountId":{"format":"int64","description":"The account id of the user","type":"integer","readOnly":true},"isSuspended":{"description":"user is suspended","type":"boolean","readOnly":true},"isOwner":{"description":"user is account owner","type":"boolean","readOnly":true},"isSuperUser":{"description":"user is Super User","type":"boolean","readOnly":true},"isAuditor":{"description":"user is auditor user","type":"boolean","readOnly":true},"hasApiKey":{"description":"user has generated an API Key - V1 or V2","type":"boolean","readOnly":true},"hasApiKeyV1":{"description":"user has generated an API Key - V1","type":"boolean","readOnly":true},"hasApiKeyV2":{"description":"user has generated an API Key - V2","type":"boolean","readOnly":true},"isMfaEnabled":{"description":"user has enabled MFA authentication","type":"boolean","readOnly":true},"ssoEnabled":{"description":"user has enabled SSO sign-on","type":"boolean"},"roleIds":{"description":"list of roles for the user","type":"array","items":{"format":"int64","type":"integer"}},"iamSafe":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeConfigViewModel","description":"IAM safety details for the user"},"canSwitchRole":{"description":"user can switch roles","type":"boolean"},"isLocked":{"type":"boolean"},"lastLogin":{"format":"date-time","type":"string"},"permissions":{"$ref":"#/definitions/Dome9.Web.Api.User.PermissionsViewModel","description":"User direct permissions"},"calculatedPermissions":{"$ref":"#/definitions/Dome9.Web.Api.User.PermissionsViewModel"},"isMobileDevicePaired":{"description":"user has paired mobile device","type":"boolean"},"mfaEnforcement":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.MfaUserEnforcementViewModel"},"apiKeys":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.UserApiKeyViewModel"}}}},"Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeConfigViewModel":{"type":"object","properties":{"cloudAccounts":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeAccountViewModel"}}}},"Dome9.Web.Api.UserAndRole.MfaUserEnforcementViewModel":{"type":"object","properties":{"mfaCoercingDate":{"type":"string"},"isEnforced":{"type":"boolean"},"enforcerFullName":{"type":"string"}}},"Dome9.Web.Api.UserAndRole.IamSafe.UserApiKeyViewModel":{"required":["id"],"type":"object","properties":{"name":{"maxLength":50,"minLength":0,"pattern":"[^/]+$","type":"string"},"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"dateCreated":{"format":"date-time","type":"string"},"lastUsed":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeAccountViewModel":{"type":"object","properties":{"cloudAccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"type":"string"},"externalAccountNumber":{"type":"string"},"lastLeaseTime":{"format":"date-time","type":"string"},"state":{"type":"string"},"iamEntities":{"type":"array","items":{"type":"string"}},"iamEntitiesLastLeaseTime":{"type":"array","items":{"$ref":"#/definitions/Dome9.Web.Api.UserAndRole.IamSafe.IamEntityLastLeaseTimeViewModel"}},"cloudAccountState":{"type":"string"},"iamEntity":{"type":"string","readOnly":true}}},"Dome9.Web.Api.UserAndRole.IamSafe.IamEntityLastLeaseTimeViewModel":{"type":"object","properties":{"iamEntity":{"type":"string"},"lastLeaseTime":{"format":"date-time","type":"string"}}},"Dome9.Web.Api.UserAndRole.IamSafe.UserIamSafeAccountPutViewModel":{"required":["iamEntities"],"type":"object","properties":{"iamEntities":{"type":"array","items":{"type":"string"}}}},"Dome9.Web.Api.User.UserPostViewModel":{"required":["email","firstName","lastName"],"type":"object","properties":{"email":{"format":"email","description":"Email Address","pattern":"^([0-9a-zA-Z]([-.'\\w\\+]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*\\.)+[a-zA-Z]{2,})$","type":"string","example":"MyName@gmail.com"},"firstName":{"description":"[Required]","maxLength":50,"minLength":0,"type":"string"},"lastName":{"description":"[Required]","maxLength":50,"minLength":0,"type":"string"},"ssoEnabled":{"description":"Determines whether this user is an SSO user (as opposed to Dome9 native authentication)","type":"boolean"}}}},"securityDefinitions":{"API key V2":{"type":"basic"}},"tags":[{"name":"AccessLease","description":"Access Leases","type":"NetworkSecurity"},{"name":"AccessLeaseInvitation","description":"Access Lease Invitations","type":"NetworkSecurity"},{"name":"Account","type":"Unclassified"},{"name":"AccountLimitation","type":"Unclassified"},{"name":"AccountPollingInterval","type":"Unclassified"},{"name":"AccountRegistration","type":"Unclassified"},{"name":"AccountTrust","description":"Allow you to define a trust between accounts in order to allow users in a certain account to make changes and operation on another account.\nActions can be taken on a trustee account via a role which is defined on it. \nThe role should be assumed by a user from the trusted account.","type":"Administration"},{"name":"Agent","type":"Unclassified"},{"name":"Agentless","description":"Agentless Workload Posture","type":"WorkloadProtection"},{"name":"Alert","type":"Unclassified"},{"name":"AlibabaCloudAccount","description":"Alibaba Cloud Accounts","type":"Onboarding"},{"name":"Application","type":"Unclassified"},{"name":"Assessment","description":"Run and View Compliance Assessments","type":"PostureManagement"},{"name":"AssessmentHistory","type":"Unclassified"},{"name":"AssessmentHistoryV2","description":"Compliance Assessment History","type":"PostureManagement"},{"name":"Audit","description":"Audit logs","type":"Administration"},{"name":"Auth","type":"Unclassified"},{"name":"Aws Cloud Account","description":"Manage AWS Cloud Accounts","type":"Onboarding"},{"name":"AwsAppSync","type":"InventoryAwsApplicationIntegration"},{"name":"AwsBackupVault","type":"InventoryAwsStorage"},{"name":"AwsConfigSettings","type":"InventoryAwsManagementTools"},{"name":"AwsCustomerGateway","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"AwsEcsTask","type":"InventoryAwsComputeAndContainers"},{"name":"AwsEks","type":"InventoryAwsComputeAndContainers"},{"name":"AwsElasticIp","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"AwsElasticsearchDomain","type":"InventoryAwsAnalytics"},{"name":"AwsEmrCluster","type":"InventoryAwsAnalytics"},{"name":"AwsInspectorFindings","type":"Unclassified"},{"name":"AwsInspectorRuns","type":"Unclassified"},{"name":"AwsLoadBalancersNetworkInterfaces","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"AwsOrganizations","type":"InventoryAwsGlobal"},{"name":"AwsQuickSightAccount","type":"InventoryAwsAnalytics"},{"name":"AwsQuickSightGroup","type":"InventoryAwsAnalytics"},{"name":"AwsQuickSightUser","type":"InventoryAwsAnalytics"},{"name":"AwsQuickSightVpcConnections","type":"InventoryAwsAnalytics"},{"name":"AwsSageMaker","type":"InventoryAwsMachineLearning"},{"name":"AwsSecurityGroup","type":"NetworkSecurity"},{"name":"AwsSecurityGroupPolicy","type":"NetworkSecurity"},{"name":"AwsSecurityGroupsIndex","type":"Unclassified"},{"name":"AwsUnifiedOnboarding","description":"Aws Unified Onboarding","type":"Onboarding"},{"name":"AwsVpcEndpoint","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"AzureAnalysisService","type":"InventoryAzure"},{"name":"AzureApplicationGateway","type":"InventoryAzure"},{"name":"AzureApplicationSecurityGroup","type":"InventoryAzure"},{"name":"AzureCloudAccount","description":"Onboard Azure accounts","type":"Onboarding"},{"name":"AzureComputeGalleryImage","type":"InventoryAzure"},{"name":"AzureCosmosDbAccount","type":"InventoryAzure"},{"name":"AzureDisk","type":"InventoryAzure"},{"name":"AzureFunction","type":"InventoryAzure"},{"name":"AzureKeyVault","type":"InventoryAzure"},{"name":"AzureKubernetes","type":"InventoryAzure"},{"name":"AzureLoadBalancer","type":"InventoryAzure"},{"name":"AzureLock","type":"InventoryAzure"},{"name":"AzureLogicApp","type":"InventoryAzure"},{"name":"AzureLogProfile","type":"InventoryAzure"},{"name":"AzurePolicyAssignment","type":"InventoryAzure"},{"name":"AzureRedisCache","type":"InventoryAzure"},{"name":"AzureResourceGroup","type":"InventoryAzure"},{"name":"AzureRouteTable","type":"InventoryAzure"},{"name":"AzureSecurityGroup","type":"NetworkSecurity"},{"name":"AzureSecurityGroupPolicy","description":"Azure Network Security Group Policies","type":"NetworkSecurity"},{"name":"AzureSnapshot","type":"InventoryAzure"},{"name":"AzureSqlDb","type":"Unclassified"},{"name":"AzureSqlServer","type":"InventoryAzure"},{"name":"AzureStorageAccounts","type":"InventoryAzure"},{"name":"AzureStorageBlobContainer","type":"InventoryAzure"},{"name":"AzureSubnet","type":"InventoryAzure"},{"name":"AzureUser","type":"InventoryAzure"},{"name":"AzureVirtualMachine","type":"InventoryAzure"},{"name":"AzureVirtualMachineImage","type":"InventoryAzure"},{"name":"AzureVirtualMachineScaleSet","type":"InventoryAzure"},{"name":"AzureVirtualNetworkPeering","type":"InventoryAzure"},{"name":"AzureWebApp","type":"InventoryAzure"},{"name":"BigTable","type":"InventoryGcp"},{"name":"BillableAssets","description":"Retrieve billable assets data","type":"Administration"},{"name":"BillableAssetsReport","description":"Billable Assets Report","type":"Administration"},{"name":"Billing","type":"Unclassified"},{"name":"Clarity","type":"Unclassified"},{"name":"CloudAcmCertificate","type":"InventoryAwsSecurityIdentityAndCompliance"},{"name":"CloudAmi","type":"InventoryAwsComputeAndContainers"},{"name":"CloudAutoScalingGroup","type":"InventoryAwsComputeAndContainers"},{"name":"CloudDbInstance","type":"InventoryAwsComputeAndContainers"},{"name":"CloudDirectConnect","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudDynamoDb","type":"InventoryAwsDatabase"},{"name":"CloudEcsCluster","type":"InventoryAwsComputeAndContainers"},{"name":"CloudEcsService","description":"Cloud Ecs Service","type":"InventoryAwsComputeAndContainers"},{"name":"CloudEcsTaskDefinition","type":"InventoryAwsComputeAndContainers"},{"name":"CloudEfs","type":"InventoryAwsStorage"},{"name":"CloudElastiCacheCluster","type":"Unclassified"},{"name":"CloudFlowLogs","type":"Unclassified"},{"name":"CloudFrontDistribution","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudGuardDutyDetector","type":"Unclassified"},{"name":"CloudIamAccountSummary","type":"InventoryAwsIam"},{"name":"CloudIamCredentialReport","type":"InventoryAwsIam"},{"name":"CloudIamGroup","type":"InventoryAwsIam"},{"name":"CloudIamPasswordPolicy","type":"InventoryAwsIam"},{"name":"CloudIamPolicy","type":"InventoryAwsIam"},{"name":"CloudIamRole","type":"InventoryAwsIam"},{"name":"CloudIamServerCertificate","type":"InventoryAwsIam"},{"name":"CloudIamUser","type":"InventoryAwsIam"},{"name":"CloudIamVirtualMfaDevice","type":"InventoryAwsIam"},{"name":"CloudInfraUser","description":"CloudInfra Users","type":"Administration"},{"name":"CloudInstance","description":"Cloud Instances","type":"InventoryAwsComputeAndContainers"},{"name":"CloudInternetGateway","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudKinesisStream","type":"InventoryAwsAnalytics"},{"name":"CloudKms","type":"Unclassified"},{"name":"CloudKmsAlias","type":"InventoryAwsSecurityIdentityAndCompliance"},{"name":"CloudLambdaFunction","description":"Cloud Lambda Function","type":"InventoryAwsComputeAndContainers"},{"name":"CloudLoadBalancer","type":"InventoryAwsComputeAndContainers"},{"name":"CloudLogGroups","type":"InventoryAwsManagementTools"},{"name":"CloudMetricAlarm","type":"InventoryAwsManagementTools"},{"name":"CloudNacl","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudNetworkInterfaces","type":"Unclassified"},{"name":"CloudRedshiftCluster","type":"InventoryAwsDatabase"},{"name":"CloudRegion","type":"InventoryAwsGlobal"},{"name":"CloudRoute53Domain","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudRoute53HostedZone","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudRoute53RecordSetGroup","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudRouteTable","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudS3Bucket","type":"InventoryAwsStorage"},{"name":"CloudSecurityGroup","description":"AWS Security Groups","type":"NetworkSecurity"},{"name":"CloudSnsSubscription","type":"InventoryAwsApplicationIntegration"},{"name":"CloudSnsTopic","type":"InventoryAwsApplicationIntegration"},{"name":"CloudSql","type":"InventoryGcp"},{"name":"CloudSqs","type":"InventoryAwsApplicationIntegration"},{"name":"CloudSubnet","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudTrail","description":"CloudTrail","type":"InventoryAwsManagementTools"},{"name":"CloudVolume","type":"InventoryAwsComputeAndContainers"},{"name":"CloudVpc","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudVpcPeeringConnection","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudVPNConnection","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudVpnGateway","type":"InventoryAwsNetworkingAndContentDelivery"},{"name":"CloudWAFRegional","type":"InventoryAwsSecurityIdentityAndCompliance"},{"name":"CloudWatchEventsRule","description":"CloudWatchEventsRule","type":"InventoryAwsManagementTools"},{"name":"ComplianceExclusion","description":"Compliance Exclusions","type":"PostureManagement"},{"name":"CompliancePolicy","type":"Unclassified"},{"name":"ComplianceRemediation","description":"Compliance Remediation","type":"PostureManagement"},{"name":"ComplianceRemediationOld","description":"Compliance Remediation - DEPRECATED - please use /Compliance/Remediation instead","type":"PostureManagement"},{"name":"ComplianceRuleset","description":"Compliance Ruleset","type":"PostureManagement"},{"name":"ContinuousComplianceNotification","description":"Continuous Compliance Notification Policies","type":"Administration"},{"name":"ContinuousCompliancePolicy","type":"Unclassified"},{"name":"ContinuousCompliancePolicyV2","description":"Continuous Compliance Policies","type":"PostureManagement"},{"name":"EmergencyPolicy","type":"Unclassified"},{"name":"EntityFetchStatus","type":"Inventory"},{"name":"EntityReport","type":"Inventory"},{"name":"ExclusionOld","description":"Compliance Exclusions - DEPRECATED - please use /Compliance/Exclusion instead","type":"PostureManagement"},{"name":"ExternalFindings","description":"Findings from External (3rd-party) systems","type":"Events"},{"name":"Fim","type":"Unclassified"},{"name":"Finding","description":"Compliance Findings","type":"Events"},{"name":"FindingsReport","description":"Compliance Findings csv reports","type":"Events"},{"name":"GcpBigQuery","type":"Unclassified"},{"name":"GcpDisk","type":"InventoryGcp"},{"name":"GcpGkeCluster","type":"InventoryGcp"},{"name":"GcpImage","type":"InventoryGcp"},{"name":"GcpKmsKeyRing","type":"Unclassified"},{"name":"GcpProjectInfo","description":"Google Cloud Project Info","type":"InventoryGcp"},{"name":"GcpPubSub","type":"InventoryGcp"},{"name":"GcpSecurityGroup","type":"Unclassified"},{"name":"GcpServiceAccount","type":"Unclassified"},{"name":"GcpStorageBucket","type":"Unclassified"},{"name":"GenericList","description":"Generic Lists","type":"PostureManagement"},{"name":"GlobalSearch","description":"Global search for all CloudGuard services","type":"Administration"},{"name":"GoogleCloudAccount","description":"Google Cloud Accounts","type":"Onboarding"},{"name":"GoogleCloudFirewallRule","type":"InventoryGcp"},{"name":"GoogleCloudFunction","type":"InventoryGcp"},{"name":"GoogleCloudIamPolicy","type":"InventoryGcp"},{"name":"GoogleCloudNetwork","description":"Google Cloud Network","type":"InventoryGcp"},{"name":"GoogleCloudSubnet","type":"InventoryGcp"},{"name":"GoogleCloudVMInstance","type":"InventoryGcp"},{"name":"Home","type":"Unclassified"},{"name":"IamSafeLease","description":"IAM Safety Leases","type":"Identity"},{"name":"IncidentsStatus","type":"Unclassified"},{"name":"InfrastructureAssessment","type":"Unclassified"},{"name":"Intelligence","description":"CloudGuard Intelligence allows you to visualize and analyze Account Activity and Network Traffic into and out of your cloud environment.","type":"Intelligence"},{"name":"IpAddressMetadata","description":"IP Address Metadata","type":"NetworkSecurity"},{"name":"IpList","description":"IP Lists","type":"NetworkSecurity"},{"name":"LicenseActivator","type":"Unclassified"},{"name":"Licensing","type":"Unclassified"},{"name":"ManagedGenericList","type":"Unclassified"},{"name":"Msp","type":"Unclassified"},{"name":"OrganizationalUnit","description":"Manage Organizational Units","type":"InventoryAwsGlobal"},{"name":"Permission","type":"Unclassified"},{"name":"ProtectedAsset","type":"Inventory"},{"name":"ProtectedAssetsReport","description":"Compliance Protected Asset csv reports","type":"Events"},{"name":"ProtegoStatistics","description":"Protego statistics by dates","type":"WorkloadProtection"},{"name":"Role","description":"CloudGuard Roles","type":"Administration"},{"name":"RulesEngine","type":"Unclassified"},{"name":"SecurityGroup","type":"Unclassified"},{"name":"Serverless","type":"WorkloadProtection"},{"name":"ServerlessPolicy","description":"Serverless policy","type":"WorkloadProtection"},{"name":"ServiceAccount","description":"CloudGuard Service Accounts","type":"Administration"},{"name":"ServicePort","type":"Unclassified"},{"name":"Settings","description":"Account Settings","type":"Administration"},{"name":"ShiftLeft","description":"ShiftLeft","type":"WorkloadProtection"},{"name":"SystemHealth","type":"Unclassified"},{"name":"TenableAccount","description":"Onboard Tenable accounts","type":"Administration"},{"name":"User","description":"CloudGuard account users","type":"Administration"}]}