{"openapi":"3.0.0","info":{"version":"3.0","title":"AWS Native"},"x-explorer-enabled":true,"paths":{"/organizations/{organization_id}/accounts":{"get":{"description":"Returns the account details of the associated organization","summary":"Get Accounts","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"description":"The number of records to be returned for a single page for the request. Default is 30","in":"query","name":"pageSize","required":false,"schema":{"type":"integer"}},{"description":"Defines the offset from the first result you want to fetch. Default is 0 to fetch the first page.","in":"query","name":"offset","required":false,"schema":{"type":"integer"}}],"tags":["Accounts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/credential":{"put":{"description":"Updates the credentials of the given account","summary":"Update Credential","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsCredentialResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsCredentialRequest"}}},"description":"Credential Info","required":true},"tags":["Accounts"],"security":[{"Bearer":[]}]},"post":{"description":"Creates a new credential record","summary":"Create Credential","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsCredentialResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsCredentialRequest"}}},"description":"Account Credentials Info","required":true},"tags":["Accounts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}":{"get":{"description":"Get account details of specific account","summary":"Get account details","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Accounts"],"security":[{"Bearer":[]}]},"put":{"description":"update account details of specific account","summary":"Update Account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsByIdRequest"}}},"description":"Accounts Info","required":true},"tags":["Accounts"],"security":[{"Bearer":[]}]},"delete":{"description":"Delete account details of specific account","summary":"Delete account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsAccountsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Accounts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/synchronization/{synchronization_id}":{"get":{"description":"Returns the specific synchronization detail of an account","summary":"Get Sync Progress","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSynchronizationByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"synchronization_id","in":"path","description":"The ID of the syncronization event. Used To poll the API for current syncronization status.","required":true,"schema":{"type":"string"}}],"tags":["Accounts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/synchronization":{"post":{"description":"Start a syncronization that will reach out to AWS and describe all of the instance, backup and network entity data. This data will be stored by CloudRanger for fast access.","summary":"Start Syncronization","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSynchronizationResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Accounts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/audits/count":{"get":{"summary":"Audit Count For Account","description":"Get count of audit records for an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAuditsCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Audit"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/audits":{"get":{"summary":"Get Audit Records For Organization","description":"Returns the audits of accounts associated to organization","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAuditsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":true,"schema":{"type":"integer"}}],"tags":["Audit"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/audits/count":{"get":{"summary":"Audit Count For Organization","description":"Get count of audit records for an organisation","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAuditsCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Audit"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/azs":{"get":{"description":"Get amazon availibility zone details of specific account","summary":"Get AZ details for the specified account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsAzsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/dbclusterparametergroups":{"get":{"description":"Return db cluster parameter groups by the region specified","summary":"Return db cluster parameter groups by region","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsDbclusterparametergroupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/dboptiongroups":{"post":{"description":"Return the dboptiongroups that match the specified information","summary":"Return the dboptiongroups","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsAwsRegionsDboptiongroupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsAwsRegionsDboptiongroupsRequest"}}},"description":"DB Option Groups","required":true},"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/dbparametergroups":{"get":{"description":"Return db parameter groups by region and account","summary":"Return DB parameter groups by the region and account specified","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsDbparametergroupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/dbsubnetgroups":{"get":{"description":"Return db subnet groups by the specified region","summary":"Return db subnet groups","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsDbsubnetgroupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/dbsubnets":{"get":{"description":"Return db subnets by region and account","summary":"Return db subnets","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsDbsubnetsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/vpcs/{vpc_id}/subnets/{subnet_id}/gateways":{"get":{"description":"Return gateways for the specified subnet id","summary":"Return gateways by subnet id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsVpcsSubnetsGatewaysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}},{"name":"vpc_id","in":"path","description":"The VPC that you want to perform the request against. This can be found by checking which VPC your resource is located in from the CloudRanger console or the AWS console","required":true,"schema":{"type":"string"}},{"name":"subnet_id","in":"path","description":"The subnet that you want to perform the request against. This can be found by checking which subnet your resource is located in from the CloudRanger console or the AWS console","required":true,"schema":{"type":"string"}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/aws/accountalias":{"post":{"description":"Get alias for the account using the specified ARN and external ID","summary":"Get account alias","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAwsAccountaliasResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAwsAccountaliasRequest"}}},"description":"Access Info","required":true},"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/s3location/{bucketName}":{"get":{"description":"Return bucket location by the name specified","summary":"Return bucket location (region)","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsS3locationByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"bucketName","in":"path","description":"The name of the S3 bucket that you want to run the request against. This can be found by checking the S3 service in the AWS console","required":true,"schema":{"type":"string"}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/instanceprofiles":{"get":{"description":"Return instance profiles by the specified region","summary":"Return instance profiles","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsInstanceprofilesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/serverinstanceprofiles":{"post":{"description":"Return server instance profiles by the specified region","summary":"Return server instance profiles","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsAwsRegionsServerinstanceprofilesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsAwsRegionsServerinstanceprofilesRequest"}}},"description":"Rules","required":true},"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/instancetypes":{"get":{"description":"Return instance types by region","summary":"Return instance types","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsInstancetypesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}},{"name":"service","in":"query","description":"AWS Service Name","required":true,"schema":{"type":"string","enum":["ec2","rds"]}},{"name":"architecture","in":"query","description":"Architecture type","required":true,"schema":{"type":"string","enum":["arm64","i386","x86_64"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/kmskeys":{"get":{"description":"Return kmskeys by region and account","summary":"Return kmskeys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsKmskeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/onboarding/cloudformation":{"post":{"description":"Get Cloudformation S3 UR","summary":"Return Cloudformation S3 URL","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsOnboardingCloudformationResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsOnboardingCloudformationRequest"}}},"description":"CloudFormation Info","required":true},"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions":{"get":{"description":"Get AWS region details of specific account","summary":"Get AWS regions","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/vpcs/{vpc_id}/securitygroups":{"get":{"description":"Return security groups for the specified vpc id","summary":"Return security groups by vpc id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsVpcsSecuritygroupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}},{"name":"vpc_id","in":"path","description":"The VPC that you want to perform the request against. This can be found by checking which VPC your resource is located in from the CloudRanger console or the AWS console","required":true,"schema":{"type":"string"}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/securitygroups":{"get":{"description":"Get amazon secutiy groups details of specific account","summary":"Get amazon secutiy groups","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsSecuritygroupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/sshkeys":{"get":{"description":"Get amazon ssh keys details of specific account","summary":"Get amazon ssh keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsSshkeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/subnets":{"get":{"description":"Get subnets details of specific account","summary":"Get subnets details","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsSubnetsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/networkinterfaces":{"get":{"description":"Return NetworkInterfaces","summary":"Get available network interfaces for a subnet","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsNetworkInterfacesResponse"}}},"description":"200 response"},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account Id","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"Region","required":true,"schema":{"type":"string"}},{"name":"subnetId","in":"query","description":"Subnet ID to filter network interfaces","required":true,"schema":{"type":"string"}},{"name":"is_windows","in":"query","description":"Flag to indicate if this is a Windows backup","required":false,"schema":{"enum":["true","false"],"type":"string"}},{"name":"isBTDC","in":"query","description":"Flag to indicate if this is a BTDC backup","required":false,"schema":{"enum":["true","false"],"type":"string"}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/vpcs/{vpc_id}/subnets":{"get":{"description":"Return subnets for the account by vpc id specified","summary":"Return subnets by vpc id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsVpcsSubnetsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}},{"name":"vpc_id","in":"path","description":"The VPC that you want to perform the request against. This can be found by checking which VPC your resource is located in from the CloudRanger console or the AWS console","required":true,"schema":{"type":"string"}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/aws/regions/{region}/vpcs":{"get":{"description":"Return vpcs by region and by account","summary":"Return vpcs","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsAwsRegionsVpcsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Aws"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/rules/count":{"post":{"description":"Get the count of rules per policy","summary":"Count Resources from Rule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesRulesCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesRulesCountRequest"}}},"description":"N/A","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/{policy_id}/backups/count":{"get":{"description":"Return count of backup by policy","summary":"Count Policies Managed Backups","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsPoliciesBackupsCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}}],"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies":{"get":{"description":"Return policies by organization","summary":"Get All Backup Policies","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsPoliciesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":true,"schema":{"type":"integer"}}],"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/{policy_id}":{"get":{"description":"Return policy by id","summary":"Get One Backup Policy","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsPoliciesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}}],"tags":["BackupPolicies"],"security":[{"Bearer":[]}]},"put":{"description":"Update policy by id","summary":"Update A Backup Policy","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsPoliciesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsPoliciesByIdRequest"}}},"description":"Policies Info","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]},"delete":{"description":"Delete Policy by id","summary":"Delete a Backup Policy","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsPoliciesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}},{"name":"action","in":"query","description":"What would you like to do with the backups created by this policy?","required":true,"schema":{"type":"string","enum":["delete","detach"]}}],"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/{policy_id}/execute":{"post":{"description":"Execute policy by id","summary":"Execute Backup Policy","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesExecuteResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesExecuteRequest"}}},"description":"N/A","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/rules/kmskeys":{"post":{"description":"Return kmskeys by organization","summary":"Get KMS Keys for Servers","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsPoliciesRulesKmskeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"copies":{"type":"object","properties":{"cross_account_id":{"type":"string"},"cross_account_region":{"type":"string"},"first_region":{"type":"string"},"interval":{"type":"integer"},"policy_id":{"type":"integer"},"policyId":{"type":"integer"},"retention_amount":{"type":"integer"},"retention_type":{"type":"string"},"retention_unit":{"type":"string"}}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"rule_id":{"type":"integer"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"matches":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}}}}}}}}},"description":"Accounts Info","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/{policy_id}/import":{"post":{"description":"Create new backup import for a policy","summary":"Import Backups to Backup Policy","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesImportResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesImportRequest"}}},"description":"Import Backups Rules","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/{policy_id}/rules":{"post":{"description":"Create Backup Policy Rules for the specified policy","summary":"Create Backup Policy Rule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesRulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsPoliciesRulesRequest"}}},"description":"Policy Rules Info","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/policies/{policy_id}/rules/{rule_id}":{"put":{"description":"Update Policy rule by id ","summary":"Update Backup Policy Rule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsPoliciesRulesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","description":"The ID of the backup policy rule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies/:policy_id which returns a single policy with its associated rules","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsPoliciesRulesByIdRequest"}}},"description":"Policy Rules Info","required":true},"tags":["BackupPolicies"],"security":[{"Bearer":[]}]},"delete":{"description":"Delete policy rule by id","summary":"Delete rule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsPoliciesRulesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"policy_id","in":"path","description":"The ID of the backup policy that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies which returns all policies inside an organization ","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","description":"The ID of the backup policy rule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies/:policy_id which returns a single policy with its associated rules","required":true,"schema":{"type":"string"}}],"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/tasks/policies":{"get":{"description":"Get the policies for tasks belonging to organizations","summary":"List Policies","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsTasksPoliciesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["BackupPolicies"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/archive_check":{"post":{"description":"Check the specified backups for S3 Archive status.","summary":"S3 Archive check.","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsArchive_checkResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsArchive_checkRequest"}}},"description":"Resources Info","required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/count":{"get":{"summary":"Fetch Account Backup Count","description":"Retreive a count of all backups for a specific account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsBackupsCountResponse"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}":{"put":{"summary":"Update Backup","description":"Updates a single backup.","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsBackupsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsBackupsByIdRequest"}}},"required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/ebsarchive":{"post":{"description":"Manual move EBS snapshots to archive (POLAR archive)","summary":"Archive EBS snapshots","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"400":{"description":"400 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/PostOrganizationsAccountsBackupsArchiveRequest"},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/filerestore":{"post":{"summary":"Create File-Level Restore","description":"Create a new File Level Restore instance with specified snapshots attached as volumes.","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsFilerestoreResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsFilerestoreRequest"}}},"description":"Restore Info","required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups":{"get":{"summary":"Fetch Backups For Account","description":"Get all backups for a specific account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsBackupsResponse"}}}},"422":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"types","in":"query","description":"A list of object types you want to perform the request against.","required":true,"schema":{"type":"string","enum":["snapshot","image","rdsclustersnapshot","rdssnapshot","dynamodbbackup"]}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":true,"schema":{"type":"string","default":"{\"region\": [\"us-east-1\"]}"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}},{"name":"order","in":"query","description":"The you want to order the result set in.","required":true,"schema":{"type":"string","enum":["id","type","region","hasbackuppolicy","backupsizebytes","BackupTime","state.Name"]}},{"name":"direction","in":"query","description":"The direction you want to order the result set in.","required":true,"schema":{"type":"string","enum":["asc","desc"]}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":true,"schema":{"type":"integer"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}/indexdataforbackup":{"get":{"summary":"Fetch FLS Index Data","description":"Fetch FLS index data for given snapshot","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsBackupsIndexdataforbackupResponse"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/archive":{"post":{"description":"Updates the backup attributes of the given backup id","summary":"Update backup attributes","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/PostOrganizationsAccountsBackupsArchiveRequest"},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}/restore":{"post":{"description":"Initiates a restore using the backup_id provided","summary":"Restore a backup","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsRdsrestoreResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. Example of the backup ID is {accountID__backup_id_btdc} for restoring an airgapped backup and {accountID__backup_id} for restoring a non-airgapped backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsRestoreRequest"}}},"required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}/rdsclusterrestore":{"post":{"summary":"Restore RDS Cluster","description":"Restore an RDS DB cluster from a given cluster snapshot","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsRdsclusterrestoreResponse"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsRdsclusterrestoreRequest"}}},"description":"RDS Cluster Info","required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}/rdsrestore":{"post":{"summary":"Restore RDS Snapshot To Instance","description":"Restore an RDS Snapshot to an RDS Instance","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsRdsrestoreResponse"}}}},"400":{"description":"400 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsRdsrestoreRequest"}}},"description":"RDS Restore Info","required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}/instancerestore":{"post":{"summary":"Restore EC2 Instance","description":"Restore EC2 Instance from backup","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsInstancerestoreResponse"}}}},"400":{"description":"400 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsInstancerestoreRequest"}}},"description":"Instance Restore Info","required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/tags/keys":{"get":{"summary":"Return Tag Keys For Account","description":"Returns the tag keys for backups created by the given account of the specific organization","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsBackupsTagsKeysResponse"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/backups/tags/keys":{"get":{"summary":"Return Tag Keys By Org","description":"Returns tag keys for specified organisation","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsBackupsTagsKeysResponse"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/tags/keys/{key}/values":{"get":{"summary":"Return Tag Values By Keys","description":"Return tag values by key","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsBackupsTagsKeysValuesResponse"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/backups/tags/keys/{key}/values":{"get":{"summary":"Return Tag Values For Keys","description":"Return backup tags values by keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsBackupsTagsKeysValuesResponse"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/backups/{backup_id}/volumerestore":{"post":{"summary":"Restore Volume From Snapshot","description":"Restore a volume from a given snapshot id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsVolumerestoreResponse"}}}},"400":{"description":"400 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"422":{"description":"422 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsVolumerestoreRequest"}}},"description":"Volume Restore Info","required":true},"tags":["Backups"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/buckets/{bucket_id}":{"get":{"description":"Get bucket by id","summary":"Get Bucket","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsBucketsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"bucket_id","in":"path","description":"The bucket identifier assigned to identify the S3 bucket. This id can be used to return information about a bucket used within CloudRanger in your organization.","required":true,"schema":{"type":"string"}}],"tags":["Buckets"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/servers/{resource_id}/backups":{"get":{"description":"Return backups for a given DR plan","summary":"Get Backups for DR","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansServersBackupsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}},{"name":"resource_id","in":"path","description":"The ID of the normalized resource object.","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/count":{"get":{"description":"Return count of Disaster Recovery Plans","summary":"Count DR Plans","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans":{"post":{"description":"Create a new Disaster Recovery Plan","summary":"Create DR Plan","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansRequest"}}},"description":"DR Plan Info","required":true},"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]},"get":{"description":"Return Disater Recovery Plans","summary":"Get Disaster Recovery Plans","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}":{"get":{"description":"Return Disater Recovery Plans by id","summary":"Return DR Plans","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]},"delete":{"description":"Delete DR plan by id","summary":"Delete DR plan","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsAccountsDisasterrecoveryplansByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]},"put":{"description":"Update DR Plan by ud","summary":"Update Disaster Recovery Plan","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsDisasterrecoveryplansByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsDisasterrecoveryplansByIdRequest"}}},"description":"DR Plans Info","required":true},"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/failback":{"post":{"description":"Execute failback for plan, currently under beta","summary":"Execute Failback","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansFailbackResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansFailbackRequest"}}},"description":"N/A","required":true},"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/environment/{environment_id}":{"get":{"description":"Return Disaster Recovery environments by environment","summary":"Get DR Plans","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansEnvironmentByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/executions/{execution_id}":{"get":{"description":"Return executions for a given DR plan by ID","summary":"Get a DR Execution","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansExecutionsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}},{"name":"execution_id","in":"path","description":"The unique identifier of the disaster recovery execution record. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans/:dr_plan_id/executions which returns all executions","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/executions":{"get":{"description":"Return executions for a given DR plan","summary":"Get DR Executions","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansExecutionsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/logs":{"get":{"description":"Return the logs for a given DR plan","summary":"Get DR Plan Jobs","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsDisasterrecoveryplansLogsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/schedule":{"post":{"description":"Create new schedule by DR plan id","summary":"Update DR Test Schedule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansScheduleResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansScheduleRequest"}}},"description":"Schedule Info","required":true},"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/disasterrecoveryplans/{dr_plan_id}/servers/verify":{"post":{"description":"Verify the total number of servers in a DR plan","summary":"Verify DR Plan Servers","parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"dr_plan_id","in":"path","description":"The ID of the disaster recovery plan that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/disasterrecoveryplans which returns all plans","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansServersVerifyRequest"}}},"description":"DR Plan Server Info","required":true},"responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsDisasterrecoveryplansServersVerifyResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["DisasterRecoveryPlans"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/clone":{"post":{"summary":"Clone Environment","description":"Create a new clone of an environment","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsCloneResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsCloneRequest"}}},"description":"Account Environment Info","required":true},"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/clones":{"get":{"description":"Return environments clones","summary":"Get Environment clones","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsClonesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"422":{"description":"422 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":false,"schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":false,"schema":{"type":"integer"}},{"name":"hasSchedule","in":"query","description":"hasSchedule","required":false,"schema":{"type":"string"}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":false,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/clones/{clone_id}":{"put":{"summary":"Update clone","description":"Update an existing clone.","responses":{"204":{"description":"204 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}},{"name":"clone_id","in":"path","description":"The ID of a cloned environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsEnvironmentsClonesByIdRequest"}}},"description":"Updated clone","required":true},"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/cloudformationtemplates":{"get":{"description":"Returns download links and metadata for the last 5 most recent CloudFormation templates associated with a particular environment","summary":"Get Environment CloudFormation templates","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsCloudformationtemplatesResponse"}}}},"400":{"description":"400 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/components":{"get":{"description":"Return components for environments by account","summary":"Get Environment Components","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsComponentsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"400":{"description":"400 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments":{"get":{"description":"Return environments by account","summary":"Get Environment","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}":{"delete":{"description":"Delete environments by id and account","summary":"Delete Environment","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsAccountsEnvironmentsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]},"put":{"description":"Update environments by id and account","summary":"Update Environment","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsEnvironmentsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsEnvironmentsByIdRequest"}}},"description":"Environments Info","required":true},"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/download":{"get":{"summary":"Download CF Template","description":"Download Environment CloudFormation template","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsDownloadResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/resources":{"post":{"description":"Add new resources to an environment","summary":"Add resources","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsResourcesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsResourcesRequest"}}},"description":"Environment Resources Info","required":true},"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/source/{source_environment_id}/target/{target_environment_id}/mappings":{"get":{"description":"Return environment mappings","summary":"Get Mappings","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsSourceTargetMappingsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"source_environment_id","in":"path","description":"The unique identifier of a disaster recovery plans source environment. This can be used in a GET call to /organizations/:organization_id/accounts/:account_id/environments/:environment_id.","required":true,"schema":{"type":"string"}},{"name":"target_environment_id","in":"path","description":"The unique identifier of a disaster recovery plans target environment. This can be used in a GET call to /organizations/:organization_id/accounts/:account_id/environments/:environment_id.","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/environments":{"get":{"description":"Return environments by organization","summary":"Get Organization Environments","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsEnvironmentsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/servers":{"get":{"description":"Return servers by environment id","summary":"Get Environment Servers","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsServersResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/regions/{region}/servercount":{"get":{"description":"Return server count by region and account","summary":"Get Server Count","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsRegionsServercountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/servers/tags/keys":{"get":{"description":"Return servers by tags and keys","summary":"Get Envionment Tag-Keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsEnvironmentsServersTagsKeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/{environment_id}/servers/tags/values":{"post":{"description":"Return servers by environment and tag keys","summary":"Get Server Tag-Values","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsServersTagsValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"path","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsServersTagsValuesRequest"}}},"description":"Tag Values Info","required":true},"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/regions/{region}/vpcs":{"get":{"description":"Return vpcs by region and account","summary":"Get Environment VPCs","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsRegionsVpcsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":true,"schema":{"type":"string"}}],"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/environments/servers/vpcs":{"post":{"description":"Add a vpc in an environment","summary":"Add Environment VPC","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsServersVpcsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsEnvironmentsServersVpcsRequest"}}},"description":"Instances Info","required":true},"tags":["Environments"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/networksettings":{"get":{"summary":"Get Network Settings","description":"Return network settings for file level searches by account id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsFilelevelsearchNetworksettingsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/networksettings/{region}":{"put":{"summary":"Update Network Settings","description":"Update a region in network settings of FLS","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsFilelevelsearchNetworksettingsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsFilelevelsearchNetworksettingsByIdRequest"}}},"description":"Network Settings Info","required":true},"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/download_files":{"post":{"summary":"Download File","description":"Request the download of a file","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsFilelevelsearchDownloadFilesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsFilelevelsearchDownloadFilesRequest"}}},"description":"Download Files Info","required":true},"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/backups/{backup_id}/file_tree":{"get":{"summary":"Get File Tree","description":"Return file tree by file search backup id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsFilelevelsearchBackupsFile_treeResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"backup_id","in":"path","description":"The unique ID of an AWS backup. CloudRanger will use these through the application to locate and associate backups with policies and resources for the purpose of restore and retention.","required":true,"schema":{"type":"string"}}],"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/searches/{search_id}/files":{"get":{"summary":"Get Results","description":"Return files by file search id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsFilelevelsearchSearchesFilesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"search_id","in":"path","description":"The ID of the search performed by the File Level Search function. This can be used in the GET call /organizations/:organization_id/accounts/:account_id/filelevelsearch/searches/:search_id to poll the progress of a search.","required":true,"schema":{"type":"string"}}],"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/searches/{search_id}":{"get":{"summary":"Poll search","description":"Return file search by search id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsFilelevelsearchSearchesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"search_id","in":"path","description":"The ID of the search performed by the File Level Search function. This can be used in the GET call /organizations/:organization_id/accounts/:account_id/filelevelsearch/searches/:search_id to poll the progress of a search.","required":true,"schema":{"type":"string"}}],"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/indexes":{"post":{"summary":"Search Indexes","description":"Query an individual backup","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsFilelevelsearchIndexesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsFilelevelsearchIndexesRequest"}}},"description":"Search Indexes Info","required":true},"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/filelevelsearch/searches":{"post":{"summary":"Start FLS","description":"Start File Level Search","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsFilelevelsearchSearchesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsFilelevelsearchSearchesRequest"}}},"description":"Start Search Info","required":true},"tags":["FileLevelSearch"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/notification_settings":{"put":{"description":"Update notification settings for the organization.","summary":"Update notification settings","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsNotifications_settingsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsNotification_settingsRequest"}}},"required":true},"tags":["NotificationSettings"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/onboarding/{stack_id}":{"post":{"description":"Finalize onboarding of AWS account into CloudRanger","summary":"Finalize AWS Account in CloudRanger","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsOnboardingByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"stack_id","in":"path","description":"The stack identifier representing the cloudformation stack used for CloudRanger onboarding finalization.","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/PostOrganizationsOnboardingByIdRequest"},"tags":["Onboarding"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accessible_accounts/{access_type}":{"get":{"description":"Return accounts that have the specified level of access under the given organization","summary":"Get Available Accounts","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccessible_accountsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"access_type","in":"path","description":"The CloudRanger access type you want to perform the request against. This can be admin, write or read.","required":true,"schema":{"type":"string"}}],"tags":["Organization"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/members/admin_accounts":{"get":{"description":"Return admin account members within the specified organization","summary":"Return admin account members","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsMembersAdmin_accountsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Organization"],"security":[{"Bearer":[]}]}},"/organizations":{"get":{"description":"Returns the all organizations","summary":"Get organizations","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Organization"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}":{"put":{"description":"Update the organization details using the information specified","summary":"Update organization details","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsByIdRequest"}}},"description":"Organization Info","required":true},"tags":["Organization"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reports":{"post":{"description":"Generate a CloudRanger report. This will initiate a report. To check if the report has finished generating perform a GET call using the report_id returned in the response from this request and check if the status is 'complete'.","summary":"Generate a CloudRanger report","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsReportsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsReportsRequest"}}},"required":true},"tags":["Reports"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reports/{report_id}/download":{"get":{"description":"Returns an AWS S3 signed url for the generated CloudRanger report. This url will expire after one week. As it takes some time to generate a report it is recommended to poll this route '/organizations/{organization_id}/reports/{report_id}' periodically until the status of the report is complete. Then this download route can be used to get the signed url","summary":"Get S3 signed url in order to download the CloudRanger report file","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsReportsDownloadResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"report_id","in":"path","description":"The report identifier which can be used to return information about a report which has been generated within your organization. You can get all report_ids by using the GET call /organizations/:organization_id/reports which will return all of the report which have been generated within your organization","required":true,"schema":{"type":"string"}},{"name":"format","in":"query","description":"format","required":true,"schema":{"type":"string","enum":["pdf","csv"]}}],"tags":["Reports"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reports/{report_id}":{"get":{"description":"Returns information about a generated CloudRanger report. This route can be used to check the status of a newly generated Report","summary":"Get information for a generated CloudRanger report","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsReportsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"report_id","in":"path","description":"The report identifier which can be used to return information about a report which has been generated within your organization. You can get all report_ids by using the GET call /organizations/:organization_id/reports which will return all of the report which have been generated within your organization","required":true,"schema":{"type":"string"}}],"tags":["Reports"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reportsubscriptions":{"get":{"description":"Returns all of the CloudRanger report subscriptions within the specified organization","summary":"Get Report subscriptions","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsReportsubscriptionsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["ReportSubscriptions"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reportsubscriptions/{subscription_id}":{"put":{"description":"Update the CloudRanger report subscription matching the subscription_id specified","summary":"Update Report subscription","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsReportsubscriptionsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"subscription_id","in":"path","description":"The subscription identifier can be used to return a report subscription . You can get the subscription_id using the GET call /organizations/:organization_id/reportsubscriptions which will return all of the subscriptions which have been created within your organization","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsReportsubscriptionsByIdRequest"}}},"required":true},"tags":["ReportSubscriptions"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reportsubscriptions/{subscription_id}/recipients":{"post":{"description":"Adds a new recipient email to a CloudRanger report subscription matching the subscription_id specified","summary":"Add recipient to Report subscription","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsReportsubscriptionsRecipientsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"subscription_id","in":"path","description":"The subscription identifier can be used to return a report subscription . You can get the subscription_id using the GET call /organizations/:organization_id/reportsubscriptions which will return all of the subscriptions which have been created within your organization","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsReportsubscriptionsRecipientsRequest"}}},"required":true},"tags":["ReportSubscriptions"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reportsubscriptions/{subscription_id}/recipients/{email}":{"delete":{"description":"Deletes a recipient email from a CloudRanger report subscription matching the subscription_id specified","summary":"Delete a recipient from a Report subscription","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsReportsubscriptionsRecipientsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"subscription_id","in":"path","description":"The subscription identifier can be used to return a report subscription . You can get the subscription_id using the GET call /organizations/:organization_id/reportsubscriptions which will return all of the subscriptions which have been created within your organization","required":true,"schema":{"type":"string"}},{"name":"email","in":"path","description":"The report subscription recipient email address. You can get all recipient email addresses for a specific subscription using the GET call /organizations/:organization_id/reportsubscriptions/:subscription_id which will return all of the subscriptions (and the recipients) which have been created within your organization","required":true,"schema":{"type":"string"}}],"tags":["ReportSubscriptions"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reporttemplates":{"get":{"description":"Returns a list of all CloudRanger report template","summary":"Get report templates","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsReportTemplatesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["ReportTemplates"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/reporttemplates/{report_template_id}":{"get":{"description":"Returns a CloudRanger report template which can be used to generate report","summary":"Get report template","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsReporttemplatesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"report_template_id","in":"path","description":"The template identifier of the Report type. There are a number of report templates which can be used to generate reports from. You can get the report_template_id using the GET call /organizations/:organization_id/reporttemplates which will return info about all of the possible templates including the ids","required":true,"schema":{"type":"string"}}],"tags":["ReportTemplates"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/resources/{resource_id}/backup":{"post":{"description":"Initiate a backup using the resource_id provided","summary":"Create a backup","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsResourcesBackupResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"resource_id","in":"path","description":"The ID of the normalized resource object.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsResourcesBackupRequest"}}},"required":true},"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/rules/resources/count":{"post":{"description":"Returns the count of resources matching the rules provided.","summary":"Get resource count by rules","parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"query","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":false,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsRulesResourcesCountRequest"}}},"description":"Rules","required":true},"responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsRulesResourcesCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/resources/counts":{"get":{"description":"Return resource count by organization id","summary":"Return resource count","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsResourcesCountsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/rules/resources":{"post":{"description":"Returns the list of resources matching the rules provided.","summary":"Get resources matching rules","parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"environment_id","in":"query","description":"The ID of the environment that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/environments which returns all envionments inside an account ","required":false,"schema":{"type":"integer"}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":false,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":false,"schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":false,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsRulesResourcesRequest"}}},"description":"Rules","required":true},"responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsRulesResourcesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/resources":{"get":{"description":"Return resources by account id","summary":"Resources by account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsResourcesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"extend","in":"query","description":"Determines whether or not additional information will be returned for each resource. Additional information properties are hasBackupPolicy, hasSchedule, scheduleActive and lastBackupTime. Extend can only be cr_configuration if present","required":true,"schema":{"type":"string","enum":["cr_configuration"]}},{"name":"types","in":"query","description":"A list of object types you want to perform the request against.","required":true,"schema":{"type":"string","enum":["ec2","ebs","rds","dynamodb","redshift"]}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":true,"schema":{"type":"string","default":"{\"region\": [\"us-east-1\"]}"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}},{"name":"order","in":"query","description":"The you want to order the result set in.","required":true,"schema":{"type":"string","enum":["id","type","region","hasbackuppolicy","hasschedule","lastbackup","state.Name"]}},{"name":"direction","in":"query","description":"The direction you want to order the result set in.","required":true,"schema":{"type":"string","enum":["asc","desc"]}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":true,"schema":{"type":"integer"}}],"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/resources":{"get":{"description":"Return resouces by organization id","summary":"Resources by organization","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsResourcesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"extend","in":"query","description":"Determines whether or not additional information will be returned for each resource. Additional information properties are hasBackupPolicy, hasSchedule, scheduleActive and lastBackupTime. Extend can only be cr_configuration if present","required":true,"schema":{"type":"string","enum":["cr_configuration"]}},{"name":"types","in":"query","description":"A list of object types you want to perform the request against.","required":true,"schema":{"type":"string","enum":["ec2","ebs","rds","dynamodb","redshift"]}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":true,"schema":{"type":"string","default":"{\"region\": [\"us-east-1\"]}"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}}],"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/resources/{resource_id}":{"put":{"description":"Update resource by resource id","summary":"Update a resource","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsResourcesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"resource_id","in":"path","description":"The ID of the normalized resource object.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsResourcesByIdRequest"}}},"required":true},"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/resources/{resource_id}/policies":{"get":{"description":"Get backup policies for the resource_id provided","summary":"Get backup policies","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsResourcesPoliciesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"resource_id","in":"path","description":"The ID of the normalized resource object.","required":true,"schema":{"type":"string"}},{"name":"region","in":"query","description":"The region of the resource(s) that you are looking to retrieve.","required":true,"schema":{"type":"string"}}],"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/resources/{resource_id}/schedules":{"get":{"description":"Get schedules for the resource_id provided","summary":"Get schedules","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsResourcesSchedulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"resource_id","in":"path","description":"The ID of the normalized resource object.","required":true,"schema":{"type":"string"}}],"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/resources/{resource_id}/scripts":{"get":{"description":"Get scripts for the resource_id provided","summary":"Get scripts","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsResourcesScriptsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"resource_id","in":"path","description":"The ID of the normalized resource object.","required":true,"schema":{"type":"string"}}],"tags":["Resources"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/restores/{restore_id}":{"get":{"description":"Returns the specific restore associated to an account","summary":"Returns the restore","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsRestoresByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"restore_id","in":"path","description":"The ID of the restore that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/restores which returns all restores","required":true,"schema":{"type":"string"}}],"tags":["Restores"],"security":[{"Bearer":[]}]},"delete":{"description":"Deletes the specific restore associated to an account","summary":"Delete restore","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsAccountsRestoresByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"restore_id","in":"path","description":"The ID of the restore that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/restores which returns all restores","required":true,"schema":{"type":"string"}}],"tags":["Restores"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/restores/{restore_id}/download":{"get":{"description":"Return download for restore by id","summary":"Return download for restore","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsRestoresDownloadResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"restore_id","in":"path","description":"The ID of the restore that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/restores which returns all restores","required":true,"schema":{"type":"string"}}],"tags":["Restores"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/restores":{"get":{"description":"Returns all restores associated to an account","summary":"Returns all restores","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsRestoresResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Restores"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/{schedule_id}/servers":{"get":{"description":"Fetch all severs that are managed by the schedule with the ID supplied in the URL param schedule_id","summary":"Get Schedule Servers","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSchedulesServersResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"schedule_id","in":"path","description":"The ID of the schedule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/schedules which returns all schedules inside an account ","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/average":{"get":{"description":"Returns the average of all the schedules associated to an account","summary":"Get Average Schedule Time","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSchedulesAverageResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/count":{"get":{"description":"Returns the count of all the schedules associated to an account","summary":"Get Schedule Count","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSchedulesCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules":{"get":{"description":"Returns all schedules associated to an account","summary":"Get All Schedule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSchedulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]},"post":{"description":"Creates the schedules associated to the specific account","summary":"Create the schedules","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesRequest"}}},"description":"Schedule Info","required":true},"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/{schedule_id}":{"put":{"description":"Updates the specific schedule associated to an account","summary":"Update A Schedule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsSchedulesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"schedule_id","in":"path","description":"The ID of the schedule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/schedules which returns all schedules inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsSchedulesByIdRequest"}}},"description":"Schedule Info","required":true},"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/{schedule_id}/servers/{server_id}":{"delete":{"description":"Delete a specific server from a schedule","summary":"Delete Server From Schedule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteOrganizationsAccountsSchedulesServersByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"schedule_id","in":"path","description":"The ID of the schedule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/schedules which returns all schedules inside an account ","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/{schedule_id}/scale":{"post":{"description":"Create a new up point in an ASG schedule","summary":"Create ASG Scale Event","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesScaleResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"schedule_id","in":"path","description":"The ID of the schedule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/schedules which returns all schedules inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesScaleRequest"}}},"description":"N/A","required":true},"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/search":{"post":{"description":"Search for schedules in an account","summary":"Search Schedules","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesSearchResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesSearchRequest"}}},"description":"Search Info","required":true},"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/{schedule_id}/start":{"post":{"description":"Starts the specific schedule associated to an account","summary":"Emit Start Event","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesStartResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"schedule_id","in":"path","description":"The ID of the schedule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/schedules which returns all schedules inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesStartRequest"}}},"description":"N/A","required":true},"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/{schedule_id}/stop":{"post":{"description":"Stops the specific schedule associated to the account","summary":"Emit Stop Event","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesStopResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"schedule_id","in":"path","description":"The ID of the schedule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/schedules which returns all schedules inside an account ","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsSchedulesStopRequest"}}},"description":"N/A","required":true},"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/tags/keys":{"get":{"description":"Returns the keys of tags of the schedules associated to an account","summary":"Get Schedule's Tag Keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSchedulesTagsKeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/schedules/tags/keys/{key}/values":{"get":{"description":"Return values by tag keys","summary":"Get Schedule's Tag Values","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsSchedulesTagsKeysValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/tasks/schedules":{"get":{"description":"Return task schedules by organization","summary":"Get Schedules From Tasks","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsTasksSchedulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Schedules"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/scripts":{"get":{"description":"Get scripts imported within an organization","summary":"Get scripts","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsScriptsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Scripts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/scripts/{script_id}":{"put":{"description":"Update the specified script version to use","summary":"Update script version","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsScriptsByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"script_id","in":"path","description":"The script identifier which can be used to return information about a script which has been imported to CloudRanger within your organization. You can get all script_ids by using the GET call /organizations/:organization_id/scripts which will return all of the scripts which have been imported within your organization","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"use_latest_version":{"type":"boolean"}}}}},"description":"Script Info","required":true},"tags":["Scripts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/scripts/{script_id}/rules":{"post":{"description":"Create script rule to associate the specified script with resources.","summary":"Create script rule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsScriptsRulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"script_id","in":"path","description":"The script identifier which can be used to return information about a script which has been imported to CloudRanger within your organization. You can get all script_ids by using the GET call /organizations/:organization_id/scripts which will return all of the scripts which have been imported within your organization","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}}}}}},"description":"Script Resource Rules","required":true},"tags":["Scripts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/scripts/{script_id}/rules/{rule_id}":{"put":{"description":"Update script rule to associate the specified script with resources.","summary":"Update script rule","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsScriptsRulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"script_id","in":"path","description":"The script identifier which can be used to return information about a script which has been imported to CloudRanger within your organization. You can get all script_ids by using the GET call /organizations/:organization_id/scripts which will return all of the scripts which have been imported within your organization","required":true,"schema":{"type":"string"}},{"name":"rule_id","in":"path","description":"The ID of the backup policy rule that you want to perform the request against. These can be found by the GET call /organizations/:organization_id/policies/:policy_id which returns a single policy with its associated rules","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}}}}}},"description":"Script Resource Rules","required":true},"tags":["Scripts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/scripts/tags/keys":{"get":{"description":"Get all script tag keys currently in use","summary":"Get script tag keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsScriptsTagKeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Scripts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/scripts/tags/keys/{key}/values":{"get":{"description":"Get all script tag values for the specified script tag","summary":"Get script tag values","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsScriptsTagsKeysValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Scripts"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/adr_verification":{"post":{"description":"Create a new ADR server verification list","summary":"Verify ADR Servers","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersAdr_verificationResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersAdr_verificationRequest"}}},"description":"DR Plan Info","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}/backup":{"post":{"summary":"Create Backup","description":"Backups the specific server associated to an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersBackupResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersBackupRequest"}}},"description":"Backup Info","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/count":{"get":{"summary":"Get Server Count","description":"Returns the count of the servers associated to an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/ids":{"get":{"summary":"Get Ids","description":"Returns the ids of the servers associated to an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersIdsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers":{"get":{"summary":"Get Servers","description":"Returns all the servers associated to the given account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":true,"schema":{"type":"integer"}}],"tags":["Servers"],"security":[{"Bearer":[]}]},"post":{"summary":"Get Servers","description":"Creates/Attaches a server to an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersRequest"}}},"description":"Server Info","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers_configured":{"get":{"description":"Return configured servers by account id","summary":"Get Configured Servers","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServers_configuredResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}":{"put":{"description":"Updates the information related to the specific server of the given account","summary":"Update Server","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsServersByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsServersByIdRequest"}}},"description":"Server Info","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}/policies":{"get":{"summary":"Get Policies","description":"Returns the policies attached to the specific server of an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersPoliciesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/protection_count":{"get":{"summary":"Get Protected Count","description":"Return count of protected servers by account id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersProtection_countResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/region/{region}":{"get":{"description":"Returns the servers associated to the region of the given account","summary":"Get Servers","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersRegionByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"region","in":"path","description":"The region that you want to perform the request against. This can be found by checking where your resource is located in the CloudRanger console or in the AWS console","required":true,"schema":{"type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-southeast-4","ap-east-1","ap-south-2","ap-southeast-3","ap-south-1","ap-northeast-3","ap-northeast-2","ap-southeast-1","ap-southeast-2","ap-northeast-1","ca-central-1","eu-central-1","eu-west-1","eu-west-2","eu-south-1","eu-west-3","eu-south-2","eu-north-1","eu-central-2","me-south-1","me-central-1","il-central-1","sa-east-1","us-gov-west-1","us-gov-east-1"]}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}/schedules":{"get":{"description":"Returns the schedules attached to the specific server of an account","summary":"Get Server Schedules","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersSchedulesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/db_subnet_group/{db_subnet_group_name}":{"get":{"summary":"Get Servers By SubnetGroup","description":"Return servers by DB subnet group name","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersDb_subnet_groupByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"db_subnet_group_name","in":"path","description":"The name of the AWS Database Subnet Group resource.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/security_group/{group_id}":{"get":{"summary":"Get Servers By SecurityGroup","description":"Return servers by security group id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersSecurity_groupByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"group_id","in":"path","description":"The unique idendtifier of the AWS auto scaling group resource.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/subnet/{subnet_id}":{"get":{"summary":"Get Servers By Subnet","description":"Return servers by subnet id","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersSubnetByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"subnet_id","in":"path","description":"The subnet that you want to perform the request against. This can be found by checking which subnet your resource is located in from the CloudRanger console or the AWS console","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/sshkeys":{"post":{"description":"Return SSH keys by account","summary":"Get SSH Keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersSshkeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersSshkeysRequest"}}},"description":"Rules","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}/start":{"post":{"summary":"Start Server","description":"Starts the specific server associated to an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersStartResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersStartRequest"}}},"description":"N/A","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/stats":{"get":{"summary":"Get Stats","description":"Returns the statistics of the servers associated to the given account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersStatsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}/stats":{"get":{"summary":"Get Stats","description":"Returns the statistics of the specific server associated to an account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersStatsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/{server_id}/stop":{"post":{"summary":"Stop Server","description":"Stops the specific server associated to the given account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersStopResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"server_id","in":"path","description":"The unique idendtifier of the AWS server resource.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersStopRequest"}}},"description":"N/A","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/tags/count":{"post":{"summary":"Get Tag Count","description":"Returns the count of the tags that are associated with the servers of the given account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersTagsCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsServersTagsCountRequest"}}},"description":"Tag Info","required":true},"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/tags/keys":{"get":{"summary":"Get Tag Keys","description":"Returns the tag keys associated to the servers of the given account","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersTagsKeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_ids","in":"query","description":"The list of CloudRanger account IDS to be used in the request. These can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/resources/tags/keys":{"get":{"summary":"Get Tag Keys","description":"Returns the tag keys associated to the servers of the given organization","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsResourcesTagsKeysValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/servers/tags/keys/{key}/values":{"get":{"summary":"Get Tag Values","description":"Return tag values by key","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsServersTagsKeysValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/resources/tags/keys/{key}/values":{"get":{"summary":"Get Tag Values","description":"Return tag values by key","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsResourcesTagsKeysValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Servers"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/tasks":{"get":{"description":"Return tasks by Organization id","summary":"Get Tasks","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsTasksResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"The object type you want to perform the request against.","required":true,"schema":{"type":"string"}},{"name":"filter","in":"query","description":"Filter Object containing keys that can be one or more OPTIONAL values which must be an array of strings. For EG: {\"region\":[\"ca-west-1\",\"us-east-1\"],\"account_id\":[\"hmzGN2gY\",\"i8bMxmkB\"],\"created_at\":\"2025-12-24T13:59:30Z\"} depending on the type. if type is backup, filter :[account_id, action, air_gap, created_at, generated_by, is_success, object_id, region, resource_type], if type is restore, filter :[account_id, action, air_gap, created_at, is_success, region, resource_type], if type is retention or disasterrecovery, filter :[account_id, action, created_at, is_success, object_id, region, resource_type], if type is scheduling, filter :[account_id, action, created_at, is_success, object_id, region, resource_type, all-schedules].","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","description":"The number of records to be returned for a single page for the request.","required":true,"schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Defines the offset from the first result you want to fetch.","required":true,"schema":{"type":"integer"}},{"name":"order","in":"query","description":"The you want to order the result set in.","required":true,"schema":{"type":"string","enum":["created_at","resource_id","resource_type","resource_name","is_success","action","region","id"]}},{"name":"direction","in":"query","description":"The direction you want to order the result set in.","required":true,"schema":{"type":"string","enum":["asc","desc"]}}],"tags":["Tasks"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/tasks/{task_id}":{"get":{"description":"Return tasks by task id","summary":"Get A Task","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsTasksByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"task_id","in":"path","description":"The unique identifier and primary key of the task table. This is also a foreign key for jobs and steps.","required":true,"schema":{"type":"string"}}],"tags":["Tasks"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/tasks/{task_id}/stop":{"post":{"description":"Send a stop event to SQS in an attempt to stop the task from executing","summary":"Stop A Task","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsTasksStopResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"task_id","in":"path","description":"The unique identifier and primary key of the task table. This is also a foreign key for jobs and steps.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsTasksStopRequest"}}},"description":"Policy Info","required":true},"tags":["Tasks"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/tasks/{task_id}/stop":{"post":{"description":"Send a stop event to SQS in an attempt to stop the task from executing","summary":"Stop A Task","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsTasksStopResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"task_id","in":"path","description":"The unique identifier and primary key of the task table. This is also a foreign key for jobs and steps.","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsTasksStopRequest"}}},"description":"Task Info","required":true},"tags":["Tasks"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/volumes/ids":{"get":{"description":"Returns the ids of the volumes associated to an account","summary":"Returns the ids","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsVolumesIdsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Volumes"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/volumes":{"get":{"description":"Returns the volumes of the servers associated to an account","summary":"Returns the volumes","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsVolumesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Volumes"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/volumes/{volume_id}":{"put":{"description":"Update the specific volume associated to an account","summary":"Update the volume","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsVolumesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"volume_id","in":"path","description":"The volume id you want to run the request agains. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/volumes which will return all the volumes for the specified account","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PutOrganizationsAccountsVolumesByIdRequest"}}},"description":"This is a of volumes to be associated with an account. This can be found in the AWS Console","required":true},"tags":["Volumes"],"security":[{"Bearer":[]}]},"get":{"description":"Returns the specific volume associated to an account","summary":"Returns the volume","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsVolumesByIdResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"volume_id","in":"path","description":"The volume id you want to run the request agains. These can be found by the GET call /organizations/:organization_id/accounts/:account_id/volumes which will return all the volumes for the specified account","required":true,"schema":{"type":"string"}}],"tags":["Volumes"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/volumes/tags/count":{"post":{"description":"Get Volumes count by tag","summary":"Get Volumes count","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsVolumesTagsCountResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsVolumesTagsCountRequest"}}},"description":"Tag Info","required":true},"tags":["Volumes"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/volumes/tags/keys":{"get":{"description":"Returns the tags keys of the volumes associated to an account","summary":"Return the tag keys","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsVolumesTagsKeysResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}}],"tags":["Volumes"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/accounts/{account_id}/volumes/tags/keys/{key}/values":{"get":{"description":"Return tag values by key","summary":"Return tag values","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsAccountsVolumesTagsKeysValuesResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"account_id","in":"path","description":"Account id of the CloudRanger Account that you are managing inside an organization, these can be found by call the /organizations/{organization_id}/accounts endpoints which returns all accounts inside an Organization These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"key","in":"path","description":"Then key of an AWS tag as used in the CloudRanger server schedules to specify managed resources.","required":true,"schema":{"type":"string"}}],"tags":["Volumes"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/subnets":{"get":{"description":"Return subnets for the specified organization","summary":"Return subnets","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsSubnetsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":false,"schema":{"type":"string"}}],"tags":["VPCs"],"security":[{"Bearer":[]}]}},"/organizations/{organization_id}/vpcs":{"get":{"description":"Return vpcs for the specified organization","summary":"Return vpcs","responses":{"200":{"description":"200 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetOrganizationsVpcsResponse"}}}},"201":{"description":"201 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/empty"}}}},"401":{"description":"401 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"403":{"description":"403 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"404 response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}},"parameters":[{"name":"organization_id","in":"path","description":"Organization Id of the Organization that you are working with. This can be found by looking at the organization id in the URL of the dashboard. These are randomly generated alphanumber values","required":true,"schema":{"type":"string"}},{"name":"filter","in":"query","description":"Filter object containing keys that can be one or more of [region, tags, types, hasbackuppolicy, hasschedule, resource_id, resource_name, accounts]. Values must be a an array of strings. EG: {\"region\": [\"us-east-1\"]}","required":false,"schema":{"type":"string"}}],"tags":["VPCs"],"security":[{"Bearer":[]}]}}},"servers":[{"url":"//apis.druva.com/awsnative"}],"components":{"requestBodies":{"PostOrganizationsAccountsBackupsArchiveRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsAccountsBackupsArchiveRequest"}}},"required":true},"PostDcploginRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostDcploginRequest"}}},"required":true},"PostOrganizationsOnboardingByIdRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PostOrganizationsOnboardingByIdRequest"}}},"required":true}},"securitySchemes":{"OAuth2":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://apis.druva.com/token","scopes":{"read":"Grants read access"}}}},"Bearer":{"type":"apiKey","name":"Authorization","in":"header"}},"schemas":{"DeleteOrganizationsAccountsByIdRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"all":{"type":"boolean"},"account_ids":{"type":"array","items":{"type":"string"}}}},"Error":{"type":"object","properties":{"message":{"type":"string"}}},"empty":{"type":"object","properties":{}},"DeleteOrganizationsAccountsByIdResponse":{"type":"object"},"DeleteOrganizationsAccountsMembersByIdRequest":{"type":"object"},"DeleteOrganizationsAccountsMembersByIdResponse":{"type":"object"},"GetOrganizationsAccountsAccessible_accountsRequest":{"type":"object"},"GetOrganizationsAccountsAccessible_accountsResponse":{"type":"object","properties":{"accounts":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsAverageResponse":{"type":"number"},"GetOrganizationsAccountsByIdRequest":{"type":"object"},"GetOrganizationsAccountsByIdResponse":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"credential":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"members":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}},"settings":{"type":"object","properties":{"account_id":{"type":"string"},"send_backup_notifications":{"type":"boolean"},"send_server_notifications":{"type":"boolean"},"send_failure_notifications":{"type":"boolean"},"send_warning_notifications":{"type":"boolean"},"send_download_notifications":{"type":"boolean"},"backup_recipients_json":{"type":"string"},"server_recipients_json":{"type":"string"},"failure_recipients_json":{"type":"string"},"warning_recipients_json":{"type":"string"},"filedownload_recipients_json":{"type":"string"},"sync_schedule":{"type":"string"},"fls_bucket":{"type":"string"},"fls_enabled":{"type":"boolean"},"fls_index_setting":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"fls_network_settings":{"type":"array","items":{"type":"string"}},"s3_archival_bucket_prefix":{"type":"string"}}}}},"GetOrganizationsAccountsControlTowerSetupResponse":{"type":"object","properties":{"cloudformation_s3_url":{"type":"string"},"organization_key_id":{"type":"integer"},"organization_token":{"type":"string"}}},"GetOrganizationsAccountsCredentialRequest":{"type":"object","properties":{"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"job":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"GetOrganizationsAccountsCredentialResponse":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsAccountsIpRequest":{"type":"object"},"GetOrganizationsAccountsIpResponse":{"type":"object","properties":{"ip":{"type":"string"}}},"GetOrganizationsAccountsMembersRequest":{"type":"object"},"GetOrganizationsAccountsMembersResponse":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsAccountsRequest":{"type":"object"},"GetOrganizationsAccountsResponse":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"credential":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"settings":{"type":"object","properties":{"account_id":{"type":"string"},"send_backup_notifications":{"type":"boolean"},"send_server_notifications":{"type":"boolean"},"send_failure_notifications":{"type":"boolean"},"send_warning_notifications":{"type":"boolean"},"send_download_notifications":{"type":"boolean"},"backup_recipients_json":{"type":"string"},"server_recipients_json":{"type":"string"},"failure_recipients_json":{"type":"string"},"warning_recipients_json":{"type":"string"},"filedownload_recipients_json":{"type":"string"},"sync_schedule":{"type":"string"},"fls_bucket":{"type":"string"},"fls_enabled":{"type":"boolean"},"fls_index_setting":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"organization":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"avatar_url":{"type":"string"},"principal_email":{"type":"string"},"has_principal_logged_in":{"type":"boolean"},"is_active":{"type":"boolean"},"sf_account_id":{"type":"string"},"customer_id":{"type":"string"},"recurly_account_id":{"type":"string"},"recurly_plan_code":{"type":"string"},"billing_id":{"type":"integer"},"current_spend":{"type":"string"},"is_trial":{"type":"boolean"},"trial_expires_at":{"type":"string"},"subscription_expires_at":{"type":"string","format":"date-time"},"subscription_began_at":{"type":"string","format":"date-time"},"aws_marketplace_customer_id":{"type":"string"},"mfa_enabled":{"type":"boolean"},"new_adr_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}},"GetOrganizationsAccountsSynchronizationByIdRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"credential":{"type":"object","properties":{"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"members":{"type":"array","items":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}},"settings":{"type":"object","properties":{"send_backup_notifications":{"type":"boolean"},"send_server_notifications":{"type":"boolean"},"send_failure_notifications":{"type":"boolean"},"send_warning_notifications":{"type":"boolean"},"send_download_notifications":{"type":"boolean"},"backup_recipients_json":{"type":"string"},"server_recipients_json":{"type":"string"},"failure_recipients_json":{"type":"string"},"warning_recipients_json":{"type":"string"},"filedownload_recipients_json":{"type":"string"},"sync_schedule":{"type":"string"},"fls_bucket":{"type":"string"},"fls_enabled":{"type":"boolean"},"fls_index_setting":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"fls_network_settings":{"type":"array","items":{"type":"string"}}}}}},"GetOrganizationsAccountsSynchronizationByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"percent_complete":{"type":"number"},"status":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"extract_log":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsWeekly_savingsRequest":{"type":"object"},"GetOrganizationsAccountsWeekly_savingsResponse":{"type":"object","properties":{"Monday":{"type":"integer"},"Tuesday":{"type":"integer"},"Wednesday":{"type":"integer"},"Thursday":{"type":"integer"},"Friday":{"type":"integer"},"Saturday":{"type":"integer"},"Sunday":{"type":"integer"}}},"PostOrganizationsAccountsCredentialRefreshRequest":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsCredentialRefreshResponse":{"type":"object"},"PostOrganizationsAccountsCredentialRequest":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsCredentialResponse":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsCredentialTestRequest":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsCredentialTestResponse":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsMembersRequest":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string","enum":["admin","view"]},"status":{"type":"string"},"account_id":{"type":"string"}}},"PostOrganizationsAccountsMembersResponse":{"type":"object","properties":{"id":{"type":"integer"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"account_id":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"credential":{"type":"object","properties":{"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"account_id":{"type":"string"}}},"members":{"type":"array","items":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}},"settings":{"type":"object","properties":{"send_backup_notifications":{"type":"boolean"},"send_server_notifications":{"type":"boolean"},"send_failure_notifications":{"type":"boolean"},"send_warning_notifications":{"type":"boolean"},"send_download_notifications":{"type":"boolean"},"backup_recipients_json":{"type":"string"},"server_recipients_json":{"type":"string"},"failure_recipients_json":{"type":"string"},"warning_recipients_json":{"type":"string"},"filedownload_recipients_json":{"type":"string"},"sync_schedule":{"type":"string"},"fls_enabled":{"type":"boolean"},"fls_index_setting":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"fls_network_settings":{"type":"array","items":{"type":"string"}}}},"id":{"type":"string"}}},"PostOrganizationsAccountsResponse":{"type":"object","properties":{"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"credential":{"type":"object","properties":{"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"account_id":{"type":"string"}}},"members":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"account_id":{"type":"string"}}}},"settings":{"type":"object","properties":{"account_id":{"type":"string"},"send_backup_notifications":{"type":"boolean"},"send_server_notifications":{"type":"boolean"},"send_failure_notifications":{"type":"boolean"},"send_warning_notifications":{"type":"boolean"},"send_download_notifications":{"type":"boolean"},"backup_recipients_json":{"type":"string"},"server_recipients_json":{"type":"string"},"failure_recipients_json":{"type":"string"},"warning_recipients_json":{"type":"string"},"filedownload_recipients_json":{"type":"string"},"sync_schedule":{"type":"string"},"fls_enabled":{"type":"boolean"},"fls_index_setting":{"type":"string"},"s3_archival_bucket_prefix":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"id":{"type":"string"}}},"PostOrganizationsAccountsSynchronizationRequest":{"type":"object"},"PostOrganizationsAccountsSynchronizationResponse":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"percent_complete":{"type":"integer"},"status":{"type":"string"},"extract_log":{"type":"array","items":{"type":"object"}},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PutOrganizationsAccountsByIdRequest":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"credential":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"members":{"type":"array","items":{"type":"object"}},"settings":{"type":"object","properties":{"account_id":{"type":"string"},"send_backup_notifications":{"type":"boolean"},"send_server_notifications":{"type":"boolean"},"send_failure_notifications":{"type":"boolean"},"send_warning_notifications":{"type":"boolean"},"send_download_notifications":{"type":"boolean"},"backup_recipients_json":{"type":"string"},"server_recipients_json":{"type":"string"},"failure_recipients_json":{"type":"string"},"warning_recipients_json":{"type":"string"},"filedownload_recipients_json":{"type":"string"},"sync_schedule":{"type":"string"},"fls_enabled":{"type":"boolean"},"fls_index_setting":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"fls_network_settings":{"type":"array","items":{"type":"string"}},"s3_archival_bucket_prefix":{"type":"string"}}},"account_id":{"type":"string"}}},"PutOrganizationsAccountsCredentialRequest":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PutOrganizationsAccountsCredentialResponse":{"type":"object"},"PutOrganizationsAccountsMembersByIdRequest":{"type":"object","properties":{"account_access":{"type":"string"}}},"PutOrganizationsAccountsMembersByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsAccountsAuditsCountRequest":{"type":"object"},"GetOrganizationsAccountsAuditsCountResponse":{"type":"object","properties":{"count":{"type":"integer"}}},"GetOrganizationsAuditsCountRequest":{"type":"object"},"GetOrganizationsAuditsCountResponse":{"type":"object","properties":{"count":{"type":"integer"}}},"GetOrganizationsAuditsRequest":{"type":"object"},"GetOrganizationsAuditsResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"verb":{"type":"string"},"route":{"type":"string"},"operation":{"type":"string"},"http_code_result":{"type":"integer"},"success":{"type":"boolean"},"message":{"type":"string"},"identity_email":{"type":"string"},"target_resource":{"type":"string"},"target_id":{"type":"string"},"body":{"type":"string"},"log_group_name":{"type":"string"},"log_stream_name":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"account":{"type":"object","properties":{"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"type":{"type":"string"}}}}}}},"GetOrganizationsAccountsAsgroupsIdsRequest":{"type":"object"},"GetOrganizationsAccountsAsgroupsIdsResponse":{"type":"object","properties":{"Id":{"type":"string"},"Type":{"type":"string"},"Region":{"type":"string"},"Name":{"type":"string"}}},"GetOrganizationsAccountsAsgroupsTagsKeysRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsAsgroupsTagsKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsAsgroupsTagsKeysValuesRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsAsgroupsTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsAsgroupsTagsCountRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}}}},"PostOrganizationsAccountsAsgroupsTagsCountResponse":{"type":"object","properties":{"hits":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"array","items":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsAzsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsAzsResponse":{"type":"object","properties":{"State":{"type":"string"},"OptInStatus":{"type":"string"},"Messages":{"type":"array","items":{"type":"string"}},"RegionName":{"type":"string"},"ZoneName":{"type":"string"},"ZoneId":{"type":"string"},"GroupName":{"type":"string"},"NetworkBorderGroup":{"type":"string"}}},"GetOrganizationsAccountsAwsRegionsDbclusterparametergroupsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsDbclusterparametergroupsResponse":{"type":"object","properties":{"ResponseMetadata":{"type":"object","properties":{"RequestId":{"type":"string"}}},"DBClusterParameterGroups":{"type":"array","items":{"type":"object","properties":{"DBClusterParameterGroupName":{"type":"string"},"DBParameterGroupFamily":{"type":"string"},"Description":{"type":"string"},"DBClusterParameterGroupArn":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsDbparametergroupsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsDbparametergroupsResponse":{"type":"object","properties":{"ResponseMetadata":{"type":"object","properties":{"RequestId":{"type":"string"}}},"DBParameterGroups":{"type":"array","items":{"type":"object","properties":{"DBParameterGroupName":{"type":"string"},"DBParameterGroupFamily":{"type":"string"},"Description":{"type":"string"},"DBParameterGroupArn":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsDbsubnetgroupsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsDbsubnetgroupsResponse":{"type":"object","properties":{"DBSubnetGroupName":{"type":"string"},"DBSubnetGroupDescription":{"type":"string"},"VpcId":{"type":"string"},"SubnetGroupStatus":{"type":"string"},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetIdentifier":{"type":"string"},"SubnetAvailabilityZone":{"type":"object","properties":{"Name":{"type":"string"}}},"SubnetStatus":{"type":"string"}}}},"DBSubnetGroupArn":{"type":"string"}}},"GetOrganizationsAccountsAwsRegionsDbsubnetsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsDbsubnetsResponse":{"type":"object","properties":{"ResponseMetadata":{"type":"object","properties":{"RequestId":{"type":"string"}}},"DBSubnetGroups":{"type":"array","items":{"type":"object","properties":{"DBSubnetGroupName":{"type":"string"},"DBSubnetGroupDescription":{"type":"string"},"VpcId":{"type":"string"},"SubnetGroupStatus":{"type":"string"},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetIdentifier":{"type":"string"},"SubnetAvailabilityZone":{"type":"object","properties":{"Name":{"type":"string"}}},"SubnetStatus":{"type":"string"}}}},"DBSubnetGroupArn":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsInstanceprofilesRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsInstanceprofilesResponse":{"type":"object","properties":{"InstanceProfiles":{"type":"array","items":{"properties":{"Path":{"type":"string"},"InstanceProfileName":{"type":"string"},"InstanceProfileId":{"type":"string"},"Arn":{"type":"string"},"CreateDate":{"type":"string","format":"date-time"},"Roles":{"type":"array","items":{"type":"object","properties":{"Path":{"type":"string"},"RoleName":{"type":"string"},"RoleId":{"type":"string"},"Arn":{"type":"string"},"CreateDate":{"type":"string","format":"date-time"},"AssumeRolePolicyDocument":{"type":"string"},"Tags":{"type":"array","items":{"type":"string"}}}}}}}}}},"GetOrganizationsAccountsAwsRegionsInstancetypesRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsInstancetypesResponse":{"type":"string"},"GetOrganizationsAccountsAwsRegionsKmskeysRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsKmskeysResponse":{"type":"array","items":{"type":"object","properties":{"Alias":{"type":"string"},"KeyId":{"type":"string"},"KeyState":{"type":"string","enum":["AccessDenied","Creating","Enabled","Disabled","PendingDeletion","PendingImport","PendingReplicaDeletion","Unavailable","Updating"]}}}},"GetOrganizationsAccountsAwsRegionsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsResponse":{"type":"object","properties":{"Endpoint":{"type":"string"},"RegionName":{"type":"string"},"OptInStatus":{"type":"string"}}},"GetOrganizationsAccountsAwsRegionsSecuritygroupsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsSecuritygroupsResponse":{"type":"object","properties":{"SecurityGroups":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsAwsRegionsSshkeysRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsSshkeysResponse":{"type":"object","properties":{"KeyPairs":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsAwsRegionsSubnetsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsSubnetsResponse":{"type":"object","properties":{"Subnets":{"type":"array","items":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"AvailabilityZoneId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"CidrBlock":{"type":"string"},"DefaultForAz":{"type":"boolean"},"MapPublicIpOnLaunch":{"type":"boolean"},"State":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"AssignIpv6AddressOnCreation":{"type":"boolean"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"Tags":{"type":"array","items":{"type":"string"}},"SubnetArn":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsVpcsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsVpcsResponse":{"type":"object","properties":{"Vpcs":{"type":"array","items":{"type":"object","properties":{"CidrBlock":{"type":"string"},"DhcpOptionsId":{"type":"string"},"State":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"InstanceTenancy":{"type":"string"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"CidrBlockAssociationSet":{"type":"array","items":{"type":"object","properties":{"AssociationId":{"type":"string"},"CidrBlock":{"type":"string"},"CidrBlockState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"IsDefault":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}}}}}}},"GetOrganizationsAccountsAwsRegionsVpcsSecuritygroupsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsVpcsSecuritygroupsResponse":{"type":"object","properties":{"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"Description":{"type":"string"},"GroupName":{"type":"string"},"IpPermissions":{"type":"array","items":{"type":"object","properties":{"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"string"}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"UserIdGroupPairs":{"type":"array","items":{"type":"object","properties":{"GroupId":{"type":"string"},"UserId":{"type":"string"}}}}}}},"OwnerId":{"type":"string"},"GroupId":{"type":"string"},"IpPermissionsEgress":{"type":"array","items":{"type":"object","properties":{"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsVpcsSubnetsGatewaysRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsVpcsSubnetsGatewaysResponse":{"type":"object","properties":{"NatGateways":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsAwsRegionsVpcsSubnetsRequest":{"type":"object"},"GetOrganizationsAccountsAwsRegionsVpcsSubnetsResponse":{"type":"object","properties":{"Subnets":{"type":"array","items":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"AvailabilityZoneId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"CidrBlock":{"type":"string"},"DefaultForAz":{"type":"boolean"},"MapPublicIpOnLaunch":{"type":"boolean"},"State":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"AssignIpv6AddressOnCreation":{"type":"boolean"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"SubnetArn":{"type":"string"}}}}}},"GetOrganizationsAccountsAwsRegionsNetworkInterfacesResponse":{"type":"object","properties":{"NetworkInterfaces":{"type":"array","description":"Description of the ENI'.","items":{"type":"object","properties":{"NetworkInterfaceId":{"type":"string","description":"The ID of the network interface"},"Status":{"type":"string","description":"The status of the network interface","enum":["available","in-use"]},"InterfaceType":{"type":"string","description":"The type of network interface.","enum":["interface","efa","efa-only"]},"SecurityGroups":{"type":"array","description":"The security groups associated with the network interface","items":{"type":"object","properties":{"GroupId":{"type":"string","description":"The ID of the security group"},"GroupName":{"type":"string","description":"The name of the security group"}}}},"PrivateIpAddress":{"type":"string","description":"The primary private IP address of the network interface"},"PrivateIpAddresses":{"type":"array","description":"The private IP addresses associated with the network interface","items":{"type":"object","properties":{"PrivateIpAddress":{"type":"string","description":"The private IP address"},"Primary":{"type":"boolean","description":"Indicates whether this IP address is the primary private IP address"},"Association":{"type":"object","description":"The association information for an Elastic IP address","properties":{"PublicIp":{"type":"string","description":"The public IP address"},"AllocationId":{"type":"string","description":"The allocation ID for the Elastic IP address"}}}}}},"SubnetId":{"type":"string","description":"The ID of the subnet in which the network interface is located"},"VpcId":{"type":"string","description":"The ID of the VPC in which the network interface is located"},"AvailabilityZone":{"type":"string","description":"The Availability Zone of the network interface"},"Description":{"type":"string","description":"The description of the network interface."}}}}}},"GetOrganizationsAccountsAwsS3locationByIdRequest":{"type":"object"},"GetOrganizationsAccountsAwsS3locationByIdResponse":{"type":"object","properties":{"Region":{"type":"string"}}},"PostOrganizationsAccountsAwsRegionsDboptiongroupsRequest":{"type":"object","properties":{"EngineName":{"type":"string"},"MajorEngineVersion":{"type":"string"}}},"PostOrganizationsAccountsAwsRegionsDboptiongroupsResponse":{"type":"object","properties":{"ResponseMetadata":{"type":"object","properties":{"RequestId":{"type":"string"}}},"OptionGroupsList":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsAwsRegionsServerinstanceprofilesRequest":{"type":"array","items":{"type":"object","properties":{"resource_types":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"matches":{"type":"object","properties":{"tags":{"type":"array","items":{"properties":{"key":{"type":"string"},"value":{"type":"string"}}}}}},"id":{"type":"integer"},"dr_plan_id":{"type":"integer"},"rule_type":{"type":"string"},"all_resource_types":{"type":"boolean"},"exclude":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"properties":{"type":{"type":"string"},"resource_id":{"type":"string"},"rule_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"match":{"type":"integer"},"protectedStatus":{"type":"string"}}}},"PostOrganizationsAccountsAwsRegionsServerinstanceprofilesResponse":{"type":"object","properties":{"InstanceProfileArns":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsRestoremappingsRequest":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"}},"objects":{"type":"array","items":{"type":"object","properties":{"object_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"}}}},"source_region":{"type":"string"}}},"PostOrganizationsAccountsRestoremappingsResponse":{"type":"object","properties":{"us-east-1":{"type":"object","properties":{"Vpcs":{"type":"object","properties":{"vpc-4abdc62e":{"type":"object","properties":{"Subnets":{"type":"object","properties":{"subnet-a51fe38f":{"type":"object","properties":{"Gateways":{"type":"object"},"AvailabilityZone":{"type":"string"},"AvailabilityZoneId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"CidrBlock":{"type":"string"},"DefaultForAz":{"type":"boolean"},"MapPublicIpOnLaunch":{"type":"boolean"},"State":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"AssignIpv6AddressOnCreation":{"type":"boolean"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"Tags":{"type":"array","items":{"type":"string"}},"SubnetArn":{"type":"string"}}},"subnet-f752dc92":{"type":"object","properties":{"Gateways":{"type":"object"},"AvailabilityZone":{"type":"string"},"AvailabilityZoneId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"CidrBlock":{"type":"string"},"DefaultForAz":{"type":"boolean"},"MapPublicIpOnLaunch":{"type":"boolean"},"State":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"AssignIpv6AddressOnCreation":{"type":"boolean"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"Tags":{"type":"array","items":{"type":"string"}},"SubnetArn":{"type":"string"}}}}},"SecurityGroups":{"type":"object","properties":{"sg-0f47704f03087bea5":{"type":"object","properties":{"Description":{"type":"string"},"GroupName":{"type":"string"},"IpPermissions":{"type":"array","items":{"type":"object","properties":{"FromPort":{"type":"integer"},"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"ToPort":{"type":"integer"},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"OwnerId":{"type":"string"},"GroupId":{"type":"string"},"IpPermissionsEgress":{"type":"array","items":{"type":"object","properties":{"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"}}},"sg-0b967f5718068d114":{"type":"object","properties":{"Description":{"type":"string"},"GroupName":{"type":"string"},"IpPermissions":{"type":"array","items":{"type":"object","properties":{"FromPort":{"type":"integer"},"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"ToPort":{"type":"integer"},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"OwnerId":{"type":"string"},"GroupId":{"type":"string"},"IpPermissionsEgress":{"type":"array","items":{"type":"object","properties":{"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"}}},"sg-b11ddefb":{"type":"object","properties":{"Description":{"type":"string"},"GroupName":{"type":"string"},"IpPermissions":{"type":"array","items":{"type":"object","properties":{"FromPort":{"type":"integer"},"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"ToPort":{"type":"integer"},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"OwnerId":{"type":"string"},"GroupId":{"type":"string"},"IpPermissionsEgress":{"type":"array","items":{"type":"object","properties":{"IpProtocol":{"type":"string"},"IpRanges":{"type":"array","items":{"type":"object","properties":{"CidrIp":{"type":"string"}}}},"Ipv6Ranges":{"type":"array","items":{"type":"string"}},"PrefixListIds":{"type":"array","items":{"type":"string"}},"UserIdGroupPairs":{"type":"array","items":{"type":"string"}}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"}}}}},"Acls":{"type":"object"},"CidrBlock":{"type":"string"},"DhcpOptionsId":{"type":"string"},"State":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"InstanceTenancy":{"type":"string"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"CidrBlockAssociationSet":{"type":"array","items":{"type":"object","properties":{"AssociationId":{"type":"string"},"CidrBlock":{"type":"string"},"CidrBlockState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"IsDefault":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"InternetGatewayId":{"type":"string"}}}}},"KeyPairs":{"type":"object","properties":{"TonyMKey":{"type":"object","properties":{"KeyPairId":{"type":"string"},"KeyFingerprint":{"type":"string"},"KeyName":{"type":"string"},"Tags":{"type":"array","items":{"type":"string"}}}},"acaisoft-jedrzej-roslaniec-1":{"type":"object","properties":{"KeyPairId":{"type":"string"},"KeyFingerprint":{"type":"string"},"KeyName":{"type":"string"},"Tags":{"type":"array","items":{"type":"string"}}}},"fls-version1":{"type":"object","properties":{"KeyPairId":{"type":"string"},"KeyFingerprint":{"type":"string"},"KeyName":{"type":"string"},"Tags":{"type":"array","items":{"type":"string"}}}}}}}}}},"PostOrganizationsAccountsRestorepoliciesAmitasksRequest":{"type":"object","properties":{"restorePolicyId":{"type":"integer"},"date":{"type":"string","format":"date-time"},"tags":{"type":"array","items":{"type":"string"}},"objects":{"type":"array","items":{"type":"object","properties":{"object_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"}}}},"region":{"type":"string"},"target_region":{"type":"string"}}},"PostOrganizationsAccountsRestorepoliciesAmitasksResponse":{"type":"object","properties":{"tasks":{"type":"array","items":{"type":"string"}},"instanceIds":{"type":"array","items":{"type":"string"}},"nonExistentInstanceIds":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAwsAccountaliasRequest":{"type":"object","properties":{"access_role_arn":{"type":"string"},"external_id":{"type":"string"},"state":{"type":"string"}}},"PostOrganizationsAwsAccountaliasResponse":{"type":"object","properties":{"ResponseMetadata":{"type":"object","properties":{"RequestId":{"type":"string"}}},"AccountAliases":{"type":"array","items":{"type":"string"}},"IsTruncated":{"type":"boolean"}}},"PostOrganizationsOnboardingCloudformationRequest":{"type":"object","properties":{"id":{"type":"string"},"settings":{"type":"object","properties":{"fls_bucket":{"type":"string"}}},"credential":{"type":"object","properties":{"external_id":{"type":"string"}}}}},"PostOrganizationsOnboardingCloudformationResponse":{"type":"object","properties":{"cloudformation_s3_url":{"type":"string"},"cloudformationTemplate":{"type":"object","properties":{"Resources":{"type":"object","properties":{"CloudRanger":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"AssumeRolePolicyDocument":{"type":"object","properties":{"Statement":{"type":"array","items":{"type":"object","properties":{"Action":{"type":"array","items":{"type":"string"}},"Effect":{"type":"string"},"Principal":{"type":"object","properties":{"AWS":{"type":"string"}}},"Condition":{"type":"object","properties":{"StringEquals":{"type":"object","properties":{"sts:ExternalId":{"type":"string"}}}}}}}}}},"Path":{"type":"string"},"Policies":{"type":"array","items":{"type":"object"}}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRConsistentSnapshotPolicy":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"PolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Action":{"type":"array","items":{"type":"string"}},"Effect":{"type":"string"},"Resource":{"type":"string"}}}}}},"ManagedPolicyName":{"type":"string"}}}}},"CRConsistentSnapshotRole":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"RoleName":{"type":"string"},"AssumeRolePolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Effect":{"type":"string"},"Principal":{"type":"object","properties":{"Service":{"type":"array","items":{"type":"string"}}}},"Action":{"type":"array","items":{"type":"string"}}}}}}},"Path":{"type":"string"},"ManagedPolicyArns":{"type":"array","items":{"type":"object","properties":{"Ref":{"type":"string"}}}}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRConsistentSnapshotInstanceProfile":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"Roles":{"type":"array","items":{"type":"string"}},"InstanceProfileName":{"type":"string"}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRFileLevelSearchBucket":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"BucketName":{"type":"string"},"NotificationConfiguration":{"type":"object","properties":{"TopicConfigurations":{"type":"array","items":{"type":"object","properties":{"Topic":{"type":"object","properties":{"Fn::Join":{"type":"array","items":{"type":"string"}}}},"Event":{"type":"string"}}}}}},"CorsConfiguration":{"type":"object","properties":{"CorsRules":{"type":"array","items":{"type":"object","properties":{"AllowedHeaders":{"type":"array","items":{"type":"string"}},"AllowedMethods":{"type":"array","items":{"type":"string"}},"AllowedOrigins":{"type":"array","items":{"type":"string"}},"MaxAge":{"type":"integer"}}}}}}}},"DeletionPolicy":{"type":"string"}}},"CRFileLevelSearchPolicy":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"PolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Action":{"type":"array","items":{"type":"string"}},"Effect":{"type":"string"},"Resource":{"type":"array","items":{"type":"string"}}}}}}},"ManagedPolicyName":{"type":"string"}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRFileLevelSearchRole":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"RoleName":{"type":"string"},"AssumeRolePolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Effect":{"type":"string"},"Principal":{"type":"object","properties":{"Service":{"type":"array","items":{"type":"string"}}}},"Action":{"type":"array","items":{"type":"string"}}}}}}},"Path":{"type":"string"},"ManagedPolicyArns":{"type":"array","items":{"type":"object","properties":{"Ref":{"type":"string"}}}}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRFileLevelSearchInstanceProfile":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"Roles":{"type":"array","items":{"type":"string"}},"InstanceProfileName":{"type":"string"}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRS3ArchiveUploadPolicy":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"PolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Effect":{"type":"string"},"Action":{"type":"array","items":{"type":"string"}},"Resource":{"type":"string"}}}}}},"ManagedPolicyName":{"type":"string"}}}}},"CRS3ArchiveUploadRole":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"RoleName":{"type":"string"},"AssumeRolePolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Effect":{"type":"string"},"Principal":{"type":"object","properties":{"Service":{"type":"array","items":{"type":"string"}}}},"Action":{"type":"array","items":{"type":"string"}}}}}}},"Path":{"type":"string"},"ManagedPolicyArns":{"type":"array","items":{"type":"object","properties":{"Ref":{"type":"string"}}}}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRS3ArchiveBatchRole":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"RoleName":{"type":"string"},"AssumeRolePolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Effect":{"type":"string"},"Principal":{"type":"object","properties":{"Service":{"type":"string"}}},"Action":{"type":"string"}}}}}},"Path":{"type":"string"},"ManagedPolicyArns":{"type":"array","items":{"type":"object","properties":{"Ref":{"type":"string"}}}}}},"DependsOn":{"type":"array","items":{"type":"string"}}}},"CRS3ArchiveBatchPolicy":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"PolicyDocument":{"type":"object","properties":{"Version":{"type":"string","format":"date"},"Statement":{"type":"array","items":{"type":"object","properties":{"Action":{"type":"array","items":{"type":"string"}},"Effect":{"type":"string"},"Resource":{"type":"string"}}}}}},"ManagedPolicyName":{"type":"string"}}}}},"CRS3ArchiveUploadInstanceProfile":{"type":"object","properties":{"Type":{"type":"string"},"Properties":{"type":"object","properties":{"Roles":{"type":"array","items":{"type":"string"}},"InstanceProfileName":{"type":"string"}}},"DependsOn":{"type":"array","items":{"type":"string"}}}}}},"Outputs":{"type":"object","properties":{"ARN":{"type":"object","properties":{"Description":{"type":"string"},"Value":{"type":"object","properties":{"Fn::GetAtt":{"type":"array","items":{"type":"string"}}}}}},"Name":{"type":"object","properties":{"Description":{"type":"string"},"Value":{"type":"object","properties":{"Ref":{"type":"string"}}}}}}}}},"account_id":{"type":"string"},"external_id":{"type":"string"}}},"DeleteOrganizationsPoliciesByIdResponse":{"type":"object","properties":{"message":{"type":"string"}}},"DeleteOrganizationsPoliciesRequest":{"type":"object"},"DeleteOrganizationsPoliciesResponse":{"type":"object","properties":{"message":{"type":"string"}}},"DeleteOrganizationsPoliciesRulesByIdResponse":{"type":"object"},"GetOrganizationsPoliciesBackupsCountRequest":{"type":"object"},"GetOrganizationsPoliciesBackupsCountResponse":{"type":"object","properties":{"count":{"type":"integer"}}},"GetOrganizationsPoliciesBackupsImportcountRequest":{"type":"object"},"GetOrganizationsPoliciesBackupsImportcountResponse":{"type":"object","properties":{"countResult":{"type":"object","properties":{"total":{"type":"integer"},"inYKBseU":{"type":"object","properties":{"total":{"type":"integer"},"us-west-1":{"type":"object","properties":{"total":{"type":"integer"},"snapshot":{"type":"integer"}}}}}}},"retentionDeleteCountResult":{"type":"object","properties":{"total":{"type":"integer"},"inYKBseU":{"type":"object","properties":{"total":{"type":"integer"},"us-west-1":{"type":"object","properties":{"total":{"type":"integer"},"snapshot":{"type":"integer"}}}}}}}}},"GetOrganizationsPoliciesByIdRequest":{"type":"object"},"GetOrganizationsPoliciesByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"retention":{"type":"object","properties":{"policy_id":{"type":"integer"},"type":{"type":"string"},"tiered_unit":{"type":"string"},"tiered_amount":{"type":"integer"},"tiered_weekly_enabled":{"type":"boolean"},"tiered_monthly_enabled":{"type":"boolean"},"tiered_yearly_enabled":{"type":"boolean"},"tiered_weekly_amount":{"type":"string"},"tiered_monthly_amount":{"type":"string"},"tiered_yearly_amount":{"type":"string"},"backups_count":{"type":"string"}}},"tag_with":{"type":"array","items":{"type":"string"}},"copies":{"type":"object","properties":{"policy_id":{"type":"integer"},"first_region":{"type":"string"},"second_region":{"type":"string"},"cross_account_region":{"type":"string"},"cross_account_id":{"type":"string"},"interval":{"type":"integer"},"retention_type":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"}}},"s3_archive":{"type":"object","properties":{"policy_id":{"type":"integer"},"weekly_storage_class":{"type":"string"},"monthly_storage_class":{"type":"string"},"yearly_storage_class":{"type":"string"},"weekly_enabled":{"type":"boolean"},"monthly_enabled":{"type":"boolean"},"yearly_enabled":{"type":"boolean"}}},"resource_options":{"type":"object","properties":{"policy_id":{"type":"integer"},"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"}}},"encryption_mappings":{"type":"array","items":{"type":"string"}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object"}}}}}}},"GetOrganizationsPoliciesRequest":{"type":"object"},"GetOrganizationsPoliciesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"retention":{"type":"object","properties":{"policy_id":{"type":"integer"},"type":{"type":"string"},"tiered_unit":{"type":"string"},"tiered_amount":{"type":"integer"},"tiered_weekly_enabled":{"type":"boolean"},"tiered_monthly_enabled":{"type":"boolean"},"tiered_yearly_enabled":{"type":"boolean"},"tiered_weekly_amount":{"type":"integer"},"tiered_monthly_amount":{"type":"integer"},"tiered_yearly_amount":{"type":"integer"},"backups_count":{"type":"string"}}},"stats":{"type":"object","properties":{"resource_count":{"type":"integer"}}}}}}},"GetOrganizationsPoliciesRulesKmskeysRequest":{"type":"object"},"GetOrganizationsPoliciesRulesKmskeysResponse":{"type":"object","properties":{"kmsKeys":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsTasksPoliciesRequest":{"type":"object"},"GetOrganizationsTasksPoliciesResponse":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"is_active":{"type":"boolean"},"deleted_at":{"type":"string"},"organization_id":{"type":"string"}}},"PostOrganizationsPoliciesExecuteRequest":{"type":"object"},"PostOrganizationsPoliciesExecuteResponse":{"type":"object","properties":{"job_ids":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsPoliciesImportRequest":{"type":"object","properties":{"all_accounts":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"types":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsPoliciesImportResponse":{"type":"object"},"PostOrganizationsPoliciesRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"retention":{"type":"object","properties":{"type":{"type":"string"},"tiered_unit":{"type":"string"},"tiered_amount":{"type":"integer"},"tiered_weekly_enabled":{"type":"boolean"},"tiered_monthly_enabled":{"type":"boolean"},"tiered_yearly_enabled":{"type":"boolean"},"tiered_weekly_amount":{"type":"integer"},"tiered_monthly_amount":{"type":"integer"},"tiered_yearly_amount":{"type":"integer"},"backups_count":{"type":"string"}}},"tag_with":{"type":"array","items":{"type":"string"}},"copies":{"type":"object","properties":{"first_region":{"type":"string"},"second_region":{"type":"string"},"cross_account_region":{"type":"string"},"cross_account_id":{"type":"string"},"interval":{"type":"integer"},"retention_type":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"}}},"s3_archive":{"type":"object","properties":{"weekly_storage_class":{"type":"string"},"monthly_storage_class":{"type":"string"},"yearly_storage_class":{"type":"string"},"weekly_enabled":{"type":"boolean"},"monthly_enabled":{"type":"boolean"},"yearly_enabled":{"type":"boolean"}}},"resource_options":{"type":"object","properties":{"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"}}},"encryption_mappings":{"type":"array","items":{"type":"string"}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"string"}}}}}}},"PostOrganizationsPoliciesResponse":{"type":"object","properties":{"id":{"type":"integer"},"retention":{"type":"object","properties":{"policy_id":{"type":"integer"},"type":{"type":"string"},"tiered_unit":{"type":"string"},"tiered_amount":{"type":"integer"},"tiered_weekly_enabled":{"type":"boolean"},"tiered_monthly_enabled":{"type":"boolean"},"tiered_yearly_enabled":{"type":"boolean"},"tiered_weekly_amount":{"type":"integer"},"tiered_monthly_amount":{"type":"integer"},"tiered_yearly_amount":{"type":"integer"},"backups_count":{"type":"string"}}},"copies":{"type":"object","properties":{"policy_id":{"type":"integer"},"first_region":{"type":"string"},"second_region":{"type":"string"},"cross_account_region":{"type":"string"},"cross_account_id":{"type":"string"},"interval":{"type":"integer"},"retention_type":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"}}},"s3_archive":{"type":"object","properties":{"policy_id":{"type":"integer"},"weekly_storage_class":{"type":"string"},"monthly_storage_class":{"type":"string"},"yearly_storage_class":{"type":"string"},"weekly_enabled":{"type":"boolean"},"monthly_enabled":{"type":"boolean"},"yearly_enabled":{"type":"boolean"}}},"resource_options":{"type":"object","properties":{"policy_id":{"type":"integer"},"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"}}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"key":{"type":"string"},"value":{"type":"string"},"rule_id":{"type":"integer"}}}},"resources":{"type":"array","items":{"type":"string"}},"policy_id":{"type":"integer"}}}},"tag_with":{"type":"array","items":{"type":"string"}},"encryption_mappings":{"type":"array","items":{"type":"string"}},"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"PostOrganizationsPoliciesRulesCountRequest":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}},"editable":{"type":"boolean"}}}},"PostOrganizationsPoliciesRulesCountResponse":{"type":"object","properties":{"count":{"type":"integer"}}},"PostOrganizationsPoliciesRulesRequest":{"type":"object","properties":{"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"resource_types":{"type":"array","items":{"type":"string","enum":["EC2Instance","EC2Volume","RDSInstance","RedshiftInstance","DynamoDBTable"]}},"resources":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"},"region":{"type":"string"},"resource_id":{"type":"string"},"type":{"type":"string"}}}},"rule_type":{"type":"string","enum":["tags","resource_id","location"]},"policy_id":{"type":"string"}}},"PostOrganizationsPoliciesRulesResponse":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"region":{"type":"string"},"resource_id":{"type":"string"},"type":{"type":"string"}}}},"rule_type":{"type":"string"},"policy_id":{"type":"string"}}},"PutOrganizationsPoliciesByIdRequest":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"resource_options":{"type":"object","properties":{"policy_id":{"type":"integer"},"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"}}},"encryption_mappings":{"type":"array","items":{"type":"string"}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}},"editable":{"type":"boolean"}}}}}},"PutOrganizationsPoliciesByIdResponse":{"type":"object","properties":{"resource_count":{"type":"integer"},"id":{"type":"integer"}}},"PutOrganizationsPoliciesRulesByIdRequest":{"type":"object","properties":{"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"all_resource_types":{"type":"boolean"},"resource_types":{"type":"array","items":{"type":"string","enum":["EC2Instance","EC2Volume","RDSInstance","RedshiftInstance","DynamoDBTable"]}},"rule_type":{"type":"string","enum":["tags","resource_id","location"]},"tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"},"region":{"type":"string"},"resource_id":{"type":"string"},"type":{"type":"string"}}}},"all_regions":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"policy_id":{"type":"string"}}},"PutOrganizationsPoliciesRulesByIdResponse":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"string"},"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"string"}},"id":{"type":"string"},"policy_id":{"type":"string"}}},"DeleteOrganizationsAccountsBackupsByIdRequest":{"type":"object"},"DeleteOrganizationsAccountsBackupsByIdResponse":{"type":"object"},"GetOrganizationsAccountsBackupsAmisourceRequest":{"type":"object"},"GetOrganizationsAccountsBackupsAmisourceResponse":{"type":"object","properties":{"hits":{"type":"object","properties":{"id":{"type":"integer"},"policy_id":{"type":"integer"},"job_id":{"type":"string"},"job_task_id":{"type":"string"},"resource_account_id":{"type":"string"},"resource_region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"object_system":{"type":"string"},"object_type":{"type":"string"},"source_region":{"type":"string"},"source_type":{"type":"string"},"source_id":{"type":"string"},"source_data":{"type":"string"},"size_in_gb":{"type":"integer"},"is_consistent":{"type":"boolean"},"consistent_data":{"type":"string"},"state":{"type":"string"},"progress":{"type":"string"},"delete_failed":{"type":"string"},"delete_failed_message":{"type":"string"},"estimated_delete_at":{"type":"string"},"is_copy":{"type":"boolean"},"is_archived":{"type":"boolean"},"is_weekly":{"type":"boolean"},"is_monthly":{"type":"boolean"},"is_yearly":{"type":"boolean"},"month_num":{"type":"integer"},"week_num":{"type":"integer"},"year_num":{"type":"integer"},"retention_job_id":{"type":"string"},"current_retention_tier_code":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"policy":{"type":"object","properties":{"organization_id":{"type":"string"}}}}}}},"GetOrganizationsAccountsBackupsByIdRequest":{"type":"object"},"GetOrganizationsAccountsBackupsByIdResponse":{"type":"object","properties":{"Description":{"type":"string"},"Encrypted":{"type":"boolean"},"OwnerId":{"type":"string"},"Progress":{"type":"string"},"SnapshotId":{"type":"string"},"StartTime":{"type":"string","format":"date-time"},"State":{"type":"string"},"VolumeId":{"type":"string"},"VolumeSize":{"type":"integer"},"Tags":{"type":"array","items":{"type":"string"}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"BackupTime":{"type":"string","format":"date-time"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"string"}},"_id":{"type":"string"}}},"GetOrganizationsAccountsBackupsCountRequest":{"type":"object"},"GetOrganizationsAccountsBackupsCountResponse":{"type":"object","properties":{"count":{"type":"integer"},"_shards":{"type":"object","properties":{"total":{"type":"integer"},"successful":{"type":"integer"},"failed":{"type":"integer"}}}}},"GetOrganizationsAccountsBackupsIndexdataforbackupRequest":{"type":"object"},"GetOrganizationsAccountsBackupsIndexdataforbackupResponse":{"type":"object","properties":{"data":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"snapshot_id":{"type":"string"},"volume_id":{"type":"string"},"instance_id":{"type":"string"},"policy_id":{"type":"string"},"state":{"type":"string"},"snapshot_filesystem":{"type":"string"},"snapshot_files_count":{"type":"string"},"snapshot_created_at":{"type":"string","format":"date-time"},"snapshot_region":{"type":"string"},"snapshot_size":{"type":"integer"},"indexer_instance_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"GetOrganizationsAccountsBackupsInstancedataRequest":{"type":"object"},"GetOrganizationsAccountsBackupsInstancedataResponse":{"type":"object","properties":{"saved":{"type":"string"},"current":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"percent_complete":{"type":"number"},"status":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"GetOrganizationsAccountsBackupsInstanceimagedataRequest":{"type":"object","properties":{"instanceId":{"type":"string"},"backup_id":{"type":"string"},"availabilityZone":{"type":"string"}}},"GetOrganizationsAccountsBackupsInstanceimagedataResponse":{"type":"object","properties":{"saved":{"type":"string"},"current":{"type":"object","properties":{"id":{"type":"integer"},"account_id":{"type":"string"},"percent_complete":{"type":"number"},"status":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"GetOrganizationsAccountsBackupsRequest":{"type":"object"},"GetOrganizationsAccountsBackupsResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"Description":{"type":"string"},"Encrypted":{"type":"boolean"},"OwnerId":{"type":"string"},"Progress":{"type":"string"},"SnapshotId":{"type":"string"},"StartTime":{"type":"string","format":"date-time"},"State":{"type":"string"},"VolumeId":{"type":"string"},"VolumeSize":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object"}},"Region":{"type":"string"},"BackupTime":{"type":"string","format":"date-time"},"Source":{"type":"string"},"Type":{"type":"string"},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}},"ObjectType":{"type":"string"},"_id":{"type":"string"}}}}},"GetOrganizationsAccountsBackupsTagsKeysRequest":{"type":"object"},"GetOrganizationsAccountsBackupsTagsKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsBackupsTagsKeysValuesRequest":{"type":"object"},"GetOrganizationsAccountsBackupsTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsBackupsTagsKeysRequest":{"type":"object"},"GetOrganizationsBackupsTagsKeysResponse":{"type":"string"},"GetOrganizationsBackupsTagsKeysValuesRequest":{"type":"object"},"GetOrganizationsBackupsTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsBackupsAmirestoreRequest":{"type":"object","properties":{"instance_type":{"type":"string"},"subnet":{"type":"string"},"security_group":{"type":"array","items":{"type":"string"}},"ssh_key":{"type":"string"},"instance_profile":{"type":"string"},"restore_tags":{"type":"array","items":{"type":"object"}},"availability_zone":{"type":"string"},"ImageId":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"DeleteOnTermination":{"type":"boolean"},"SnapshotId":{"type":"string"},"VolumeSize":{"type":"integer"},"VolumeType":{"type":"string"},"Encrypted":{"type":"boolean"}}}}}}}},"PostOrganizationsAccountsBackupsAmirestoreResponse":{"type":"object","properties":{"id":{"type":"integer"},"status":{"type":"string"},"error":{"type":"string"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type_restore":{"type":"string"},"origin":{"type":"string"},"artifact":{"type":"string"},"account_id":{"type":"string"},"organization_id":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsBackupsArchiveRequest":{"type":"object","properties":{"snapshot_ids":{"type":"array","items":{"type":"string"}},"is_weekly":{"type":"boolean"},"is_monthly":{"type":"boolean"},"is_yearly":{"type":"boolean"},"policy_id":{"type":"integer"}}},"PostOrganizationsAccountsBackupsArchive_checkRequest":{"type":"object","properties":{"resource_ids":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsBackupsArchive_checkResponse":{"type":"object"},"PostOrganizationsAccountsBackupsAttachrestoreRequest":{"type":"object","properties":{"instanceId":{"type":"string"},"backup_id":{"type":"string"},"availabilityZone":{"type":"string"}}},"PostOrganizationsAccountsBackupsAttachrestoreResponse":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"Device":{"type":"string"},"InstanceId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"}}},"PostOrganizationsAccountsBackupsCountTagRequest":{"type":"object","properties":{"tag":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"retention":{"type":"object","properties":{"unit":{"type":"string"},"amount":{"type":"integer"}}}}},"PostOrganizationsAccountsBackupsCountTagResponse":{"type":"object","properties":{"totalCount":{"type":"integer"},"alreadyGoneCount":{"type":"integer"}}},"PostOrganizationsAccountsBackupsEbsarchiveRequest":{"type":"object","properties":{"snapshot_ids":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsBackupsEbsarchiveResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsBackupsEbsretrieveRequest":{"type":"object","properties":{"snapshot_ids":{"type":"array","items":{"type":"string"}},"retrieval_period":{"type":"integer"},"permanent_retreival":{"type":"integer"}}},"PostOrganizationsAccountsBackupsEbsretrieveResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsBackupsFilerestoreRequest":{"type":"object","properties":{"restoreIds":{"type":"array","items":{"type":"string"}},"minutes":{"type":"integer"},"ip":{"type":"string"},"subnetId":{"type":"string"},"vpcId":{"type":"string"},"instanceType":{"type":"string"},"supercharged":{"type":"boolean"},"size":{"type":"integer"}}},"PostOrganizationsAccountsBackupsFilerestoreResponse":{"type":"object"},"PostOrganizationsAccountsBackupsIndexRequest":{"type":"object","properties":{"backup_ids":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsBackupsIndexResponse":{"type":"object"},"PostOrganizationsAccountsBackupsInstancerestoreRequest":{"type":"object","properties":{"Placement":{"type":"object"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"SnapshotId":{"type":"string"}}}}}},"IamInstanceProfile":{"type":"object","properties":{"Arn":{"type":"string"}}},"Architecture":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"SubnetId":{"type":"string"},"VirtualizationType":{"type":"string"},"SecurityGroupIds":{"type":"array","items":{"type":"string"}},"EnaSupport":{"type":"boolean"},"TagSpecifications":{"type":"array","items":{"type":"object","properties":{"ResourceType":{"type":"string"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}}},"MinCount":{"type":"integer"},"MaxCount":{"type":"integer"}}},"PostOrganizationsAccountsBackupsInstancerestoreResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsBackupsRdsclusterrestoreRequest":{"type":"object","properties":{"instances":{"type":"array","items":{"type":"object","properties":{"DBInstanceIdentifier":{"type":"string"},"DBInstanceClass":{"type":"string"},"DBClusterIdentifier":{"type":"string"},"AvailabilityZone":{"type":"string"},"Engine":{"type":"string"}}}},"SnapshotIdentifier":{"type":"string"},"_id":{"type":"string"},"AvailabilityZones":{"type":"array","items":{"type":"string"}},"DBClusterIdentifier":{"type":"string"},"Region":{"type":"string"},"Engine":{"type":"string"},"EngineVersion":{"type":"string"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VpcId":{"type":"string"},"security_groups":{"type":"array","items":{"type":"string"}},"DBSubnetGroupName":{"type":"string"},"VpcSecurityGroupIds":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsBackupsRdsclusterrestoreResponse":{"type":"object","properties":{"restored_db_instance":{"type":"object","properties":{"ResponseMetadata":{"type":"object","properties":{"RequestId":{"type":"string"}}},"DBCluster":{"type":"object","properties":{"AllocatedStorage":{"type":"integer"},"AvailabilityZones":{"type":"array","items":{"type":"string"}},"BackupRetentionPeriod":{"type":"integer"},"DatabaseName":{"type":"string"},"DBClusterIdentifier":{"type":"string"},"DBClusterParameterGroup":{"type":"string"},"DBSubnetGroup":{"type":"string"},"Status":{"type":"string"},"Endpoint":{"type":"string"},"ReaderEndpoint":{"type":"string"},"CustomEndpoints":{"type":"array","items":{"type":"string"}},"MultiAZ":{"type":"boolean"},"Engine":{"type":"string"},"EngineVersion":{"type":"string"},"Port":{"type":"integer"},"MasterUsername":{"type":"string"},"DBClusterOptionGroupMemberships":{"type":"array","items":{"type":"string"}},"PreferredBackupWindow":{"type":"string"},"PreferredMaintenanceWindow":{"type":"string"},"ReadReplicaIdentifiers":{"type":"array","items":{"type":"string"}},"DBClusterMembers":{"type":"array","items":{"type":"string"}},"VpcSecurityGroups":{"type":"array","items":{"type":"object","properties":{"VpcSecurityGroupId":{"type":"string"},"Status":{"type":"string"}}}},"HostedZoneId":{"type":"string"},"StorageEncrypted":{"type":"boolean"},"KmsKeyId":{"type":"string"},"DbClusterResourceId":{"type":"string"},"DBClusterArn":{"type":"string"},"AssociatedRoles":{"type":"array","items":{"type":"string"}},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"ClusterCreateTime":{"type":"string","format":"date-time"},"EnabledCloudwatchLogsExports":{"type":"array","items":{"type":"string"}},"EngineMode":{"type":"string"},"DeletionProtection":{"type":"boolean"},"HttpEndpointEnabled":{"type":"boolean"},"CopyTagsToSnapshot":{"type":"boolean"},"CrossAccountClone":{"type":"boolean"},"DomainMemberships":{"type":"array","items":{"type":"string"}}}}}}}},"PostOrganizationsAccountsBackupsRdsrestoreRequest":{"type":"object","properties":{"_id":{"type":"string"},"AvailabilityZone":{"type":"string"},"DBInstanceIdentifier":{"type":"string"},"Region":{"type":"string"},"Engine":{"type":"string"},"DBSnapshotIdentifier":{"type":"string"},"EngineVersion":{"type":"string"},"Port":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VpcId":{"type":"string"},"security_groups":{"type":"array","items":{"type":"string"}},"DBSubnetGroupName":{"type":"string"},"DBInstanceClass":{"type":"string"},"DBParameterGroupName":{"type":"string"},"OptionGroupName":{"type":"string"}}},"PostOrganizationsAccountsBackupsRdsrestoreResponse":{"type":"object","properties":{"DBInstanceIdentifier":{"type":"string"},"DBInstanceClass":{"type":"string"},"Engine":{"type":"string"},"DBInstanceStatus":{"type":"string"},"MasterUsername":{"type":"string"},"AllocatedStorage":{"type":"integer"},"PreferredBackupWindow":{"type":"string"},"BackupRetentionPeriod":{"type":"integer"},"DBSecurityGroups":{"type":"array","items":{"type":"string"}},"VpcSecurityGroups":{"type":"array","items":{"type":"object","properties":{"VpcSecurityGroupId":{"type":"string"},"Status":{"type":"string"}}}},"DBParameterGroups":{"type":"array","items":{"type":"object","properties":{"DBParameterGroupName":{"type":"string"},"ParameterApplyStatus":{"type":"string"}}}},"AvailabilityZone":{"type":"string"},"DBSubnetGroup":{"type":"object","properties":{"DBSubnetGroupName":{"type":"string"},"DBSubnetGroupDescription":{"type":"string"},"VpcId":{"type":"string"},"SubnetGroupStatus":{"type":"string"},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetIdentifier":{"type":"string"},"SubnetAvailabilityZone":{"type":"object","properties":{"Name":{"type":"string"}}},"SubnetStatus":{"type":"string"}}}}}},"PreferredMaintenanceWindow":{"type":"string"},"PendingModifiedValues":{"type":"object"},"MultiAZ":{"type":"boolean"},"EngineVersion":{"type":"string"},"AutoMinorVersionUpgrade":{"type":"boolean"},"ReadReplicaDBInstanceIdentifiers":{"type":"array","items":{"type":"string"}},"ReadReplicaDBClusterIdentifiers":{"type":"array","items":{"type":"string"}},"LicenseModel":{"type":"string"},"Iops":{"type":"integer"},"OptionGroupMemberships":{"type":"array","items":{"type":"object","properties":{"OptionGroupName":{"type":"string"},"Status":{"type":"string"}}}},"PubliclyAccessible":{"type":"boolean"},"StatusInfos":{"type":"array","items":{"type":"string"}},"StorageType":{"type":"string"},"DbInstancePort":{"type":"integer"},"StorageEncrypted":{"type":"boolean"},"DbiResourceId":{"type":"string"},"CACertificateIdentifier":{"type":"string"},"DomainMemberships":{"type":"array","items":{"type":"string"}},"CopyTagsToSnapshot":{"type":"boolean"},"MonitoringInterval":{"type":"integer"},"DBInstanceArn":{"type":"string"},"IAMDatabaseAuthenticationEnabled":{"type":"boolean"},"PerformanceInsightsEnabled":{"type":"boolean"},"EnabledCloudwatchLogsExports":{"type":"array","items":{"type":"string"}},"ProcessorFeatures":{"type":"array","items":{"type":"string"}},"DeletionProtection":{"type":"boolean"},"AssociatedRoles":{"type":"array","items":{"type":"string"}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"Tags":{"type":"array","items":{"type":"object"}},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}},"PostOrganizationsAccountsBackupsRestoreReponse":{"type":"object"},"PostOrganizationsAccountsBackupsRestoreRequest":{"properties":{"resource":{"properties":{"resource_id":{"type":"string"},"resource_name":{"type":"string"},"resource_region":{"type":"string"},"resource_source":{"description":"Examples are EBS / EC2 / RDS","type":"string"},"resource_type":{"description":"Examples are EC2Snapshot / EC2Instance / RDSSnapshot","type":"string"}},"type":"object"},"restore_parameters":{"properties":{"BackupArn":{"description":"DynamoDB Restore","type":"string"},"BlockDeviceMappings":{"description":"AMI Restore","items":{"properties":{"DeviceName":{"type":"string"},"Ebs":{"properties":{"DeleteOnTermination":{"type":"boolean"},"Encrypted":{"type":"boolean"},"SnapshotId":{"type":"string"},"VolumeSize":{"type":"integer"},"VolumeType":{"type":"string"},"KmsKeyId":{"type":"string"},"Iops":{"type":"integer"},"Throughput":{"type":"integer"}},"type":"object"}},"type":"object"},"type":"array"},"IamInstanceProfile":{"description":"AMI Restore","properties":{"Arn":{"type":"string"}},"type":"object"},"ImageId":{"description":"AMI Restore","type":"string"},"InstanceType":{"description":"AMI Restore","type":"string"},"is_windows":{"description":"AMI / Snapshot Restore","type":"boolean"},"NetworkInterfaceId":{"description":"Network Interface ID","type":"string"},"BootMode":{"description":"AMI / Snapshot Restore","type":"string"},"isAwsMarketplace":{"description":"AMI Restore","type":"boolean"},"ProductCodes":{"description":"AMI / Snapshot Restore for windows","items":{"type":"string"},"type":"array"},"VirtualizationType":{"description":"Snapshot Restore","type":"string"},"AvailabilityZone":{"description":"Volume Restore","type":"string"},"Size":{"description":"Volume Restore","type":"integer"},"TargetKmsKeyId":{"description":"Volume Restore","type":"string"},"VolumeType":{"description":"Volume Restore","type":"string"},"SnapshotId":{"description":"Volume Restore","type":"string"},"encryption_mappings":{"description":"Volume restore","items":{"properties":{"snapshot_id":{"type":"string"},"source_device":{"description":"Device name of snapshot","type":"string"},"source_account_id":{"type":"string"},"source_region":{"type":"string"},"source_identifier":{"description":"Identifier of the source kmskey arn","type":"string"},"target_identifier":{"description":"Identifier of the target kmskey arn","type":"string"},"target_account_id":{"type":"string"},"target_region":{"type":"string"}},"type":"object"},"type":"array"},"Architecture":{"description":"Snapshot Restore","type":"string"},"KeyName":{"description":"AMI Restore","type":"string"},"PrivateIpAddress":{"description":"AMI Restore","type":"string"},"MetadataOptions":{"description":"AMI Restore","properties":{"HttpTokens":{"description":"AMI Restore","type":"string"}},"type":"object"},"SecurityGroupIds":{"description":"AMI Restore","items":{"type":"string"},"type":"array"},"SSESpecificationOverride":{"description":"DynamoDB Restore","properties":{"Enabled":{"type":"boolean"}},"type":"object"},"SubnetId":{"description":"AMI Restore","type":"string"},"TargetTableName":{"description":"DynamoDB Restore","type":"string"},"TagSpecifications":{"properties":{"ResourceType":{"description":"for Instance and Snapshot restore, type should be instance. type is volume for Volume restore","type":"string"},"Tags":{"items":{"properties":{"Key":{"type":"string"},"Value":{"type":"string"}},"type":"object"},"type":"array"}},"type":"array"}},"type":"object"},"target_account_id":{"type":"string"},"target_region":{"type":"string"},"type":{"description":"ami for AMI restore, instance for Snapshot restore and volume for Volume restore","type":"string"},"origin":{"description":" value should be restore","type":"string"},"encryption_mappings":{"description":"Encryption mappings for the restore","items":{"properties":{"snapshot_id":{"type":"string"},"source_device":{"description":"Device name of snapshot","type":"string"},"source_account_id":{"type":"string"},"source_region":{"type":"string"},"source_identifier":{"description":"Identifier of the source kmskey arn","type":"string"},"target_identifier":{"description":"Identifier of the target kmskey arn","type":"string"},"target_account_id":{"type":"string"},"target_region":{"type":"string"}},"type":"object"},"type":"array"},"restore_association":{"properties":{"association_type":{"type":"string"},"add_to_backup_policy":{"type":"string"},"replace_backup_parent":{"type":"string"}},"type":"object"}},"type":"object"},"PostOrganizationsAccountsBackupsVolumerestoreRequest":{"type":"object","properties":{"availabilityZone":{"type":"string"},"volumeName":{"type":"string"},"volumeSize":{"type":"integer"},"volumeType":{"type":"string"},"snapshotId":{"type":"string"}}},"PostOrganizationsAccountsBackupsVolumerestoreResponse":{"type":"object","properties":{"Attachments":{"type":"array","items":{"type":"string"}},"AvailabilityZone":{"type":"string"},"CreateTime":{"type":"string","format":"date-time"},"Encrypted":{"type":"boolean"},"Size":{"type":"integer"},"SnapshotId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"Iops":{"type":"integer"},"Tags":{"type":"array","items":{"type":"string"}},"VolumeType":{"type":"string"},"MultiAttachEnabled":{"type":"boolean"}}},"PutOrganizationsAccountsBackupsByIdRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}},"PutOrganizationsAccountsBackupsByIdResponse":{"type":"object"},"GetOrganizationsAccountsBucketsByIdRequest":{"type":"object"},"GetOrganizationsAccountsBucketsByIdResponse":{"type":"object","properties":{"Name":{"type":"string"},"CreationDate":{"type":"string","format":"date-time"},"Id":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"__AccountId":{"type":"string"},"__OrganizationId":{"type":"string"},"BucketAcl":{"type":"object","properties":{"Owner":{"type":"object","properties":{"DisplayName":{"type":"string"},"ID":{"type":"string"}}},"Grants":{"type":"array","items":{"type":"object","properties":{"Grantee":{"type":"object","properties":{"Type":{"type":"string"},"DisplayName":{"type":"string"},"ID":{"type":"string"}}},"Permission":{"type":"string"}}}},"publicAccessEnabled":{"type":"boolean"}}},"BucketEncryption":{"type":"object","properties":{"ServerSideEncryptionConfiguration":{"type":"object","properties":{"Rules":{"type":"array","items":{"type":"object","properties":{"BucketKeyEnabled":{"type":"boolean"},"ApplyServerSideEncryptionByDefault":{"type":"object","properties":{"SSEAlgorithm":{"type":"string"}}}}}}}},"enabled":{"type":"boolean"}}},"BucketLifecycleConfiguration":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"BucketReplication":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"BucketTagging":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"BucketVersioning":{"type":"object","properties":{"Status":{"type":"string"},"MFADelete":{"type":"string"},"enabled":{"type":"boolean"}}},"BucketLogging":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"ObjectLockConfiguration":{"type":"object","properties":{"ObjectLockConfiguration":{"type":"object","properties":{"ObjectLockEnabled":{"type":"string"}}},"enabled":{"type":"boolean"}}},"Tags":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsAwsRegionsClonesRequest":{"type":"object","properties":{"target_region":{"type":"string"}}},"PostOrganizationsAccountsAwsRegionsClonesResponse":{"type":"object","properties":{"clones":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsAwsRegionsVpcsCloneRequest":{"type":"object","properties":{"target_region":{"type":"string"}}},"PostOrganizationsAccountsAwsRegionsVpcsCloneResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsAwsRegionsVpcsVpcmappingRequest":{"type":"object","properties":{"target_region":{"type":"string"}}},"PostOrganizationsAccountsAwsRegionsVpcsVpcmappingResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"resource_id":{"type":"string"},"resource_type":{"type":"string"},"resource_region":{"type":"string"},"target_region":{"type":"string"},"mapping_data":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetCustomerGetProductServiceInfoRequest":{"type":"object","properties":{"backup_type":{"type":"string"},"resource":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"},"NetworkCardIndex":{"type":"integer"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"EnclaveOptions":{"type":"object","properties":{"Enabled":{"type":"boolean"}}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}},"exclude_scripts":{"type":"boolean"}}},"GetCustomerGetProductServiceInfoResponse":{"type":"object","properties":{"queryArgName":{"type":"string"},"URLHandlerEndpoint":{"type":"string"},"productId":{"type":"integer"},"productDashboard":{"type":"object","properties":{"URL":{"type":"string"},"filterBy":{"type":"string"}}},"productServices":{"type":"array","items":{"type":"object"}}}},"PostDcploginRequest":{"type":"object","properties":{"otp":{"type":"string"}}},"PostDcploginResponse":{"type":"object","properties":{"token":{"type":"string"},"profile":{"type":"object","properties":{"email":{"type":"string"},"name":{"type":"string"},"pciture":{"type":"string","format":"url"},"app_metadata":{"type":"object"}}},"dcp":{"type":"object","properties":{"role":{"type":"string"},"authJwt":{"type":"string"},"global_admin_id":{"type":"string"},"global_customer_id":{"type":"string"},"timezone":{"type":"string"}}}}},"PostDcpproductsResponse":{"type":"object","properties":{"jwt":{"type":"string"}}},"DeleteOrganizationsAccountsDisasterrecoveryplansByIdRequest":{"type":"object"},"DeleteOrganizationsAccountsDisasterrecoveryplansByIdResponse":{"type":"object"},"DeleteOrganizationsAccountsDisasterrecoveryplansRulesByIdRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansByIdRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"source_environment_id":{"type":"integer"},"target_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"is_cross_account":{"type":"boolean"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"is_valid":{"type":"boolean"},"failover_shutdown_setting":{"type":"boolean"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"test_schedule_enabled":{"type":"boolean"},"test_schedule_cron":{"type":"string"},"test_schedule_timezone":{"type":"string"},"test_retention_amount":{"type":"integer"},"test_retention_unit":{"type":"string"},"preserve_private_ips":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"organizationId":{"type":"string"},"mappings":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"disaster_recovery_plan_id":{"type":"integer"},"target_account_id":{"type":"string"},"type":{"type":"string"},"mapping":{"type":"string"},"disasterRecoveryPlanId":{"type":"integer"}}}},"rules":{"type":"array","items":{"type":"object","properties":{"resource_types":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"matches":{"type":"object"},"id":{"type":"integer"},"dr_plan_id":{"type":"integer"},"rule_type":{"type":"string"},"all_resource_types":{"type":"boolean"},"exclude":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"match":{"type":"integer"},"protectedStatus":{"type":"string"}}}},"source_environment":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"organizationId":{"type":"string"},"accountId":{"type":"string"}}},"target_environment":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"organizationId":{"type":"string"},"accountId":{"type":"string"}}}}},"GetOrganizationsAccountsDisasterrecoveryplansCountRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansCountResponse":{"type":"object","properties":{"count":{"type":"integer"}}},"GetOrganizationsAccountsDisasterrecoveryplansEnvironmentByIdRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansEnvironmentByIdResponse":{"type":"object","properties":{"drplans":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"source_environment_id":{"type":"integer"},"target_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"is_cross_account":{"type":"boolean"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"is_valid":{"type":"boolean"},"failover_shutdown_setting":{"type":"boolean"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"test_schedule_enabled":{"type":"boolean"},"test_schedule_cron":{"type":"string"},"test_schedule_timezone":{"type":"string"},"test_retention_amount":{"type":"string"},"test_retention_unit":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}}},"GetOrganizationsAccountsDisasterrecoveryplansExecutionsByIdRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansExecutionsByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"disaster_recovery_plan_id":{"type":"integer"},"type":{"type":"string"},"status":{"type":"string"},"start_time":{"type":"string","format":"date-time"},"end_time":{"type":"string"},"is_latest":{"type":"boolean"},"test_retention_amount":{"type":"integer"},"test_retention_unit":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"disaster_recovery_plan":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"source_environment_id":{"type":"integer"},"target_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"is_cross_account":{"type":"boolean"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"is_valid":{"type":"boolean"},"failover_shutdown_setting":{"type":"boolean"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"test_schedule_enabled":{"type":"boolean"},"test_schedule_cron":{"type":"string"},"test_schedule_timezone":{"type":"string"},"test_retention_amount":{"type":"integer"},"test_retention_unit":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"execution_resources":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsDisasterrecoveryplansExecutionsRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansExecutionsResponse":{"type":"object","properties":{"id":{"type":"integer"},"disaster_recovery_plan_id":{"type":"integer"},"type":{"type":"string"},"status":{"type":"string"},"start_time":{"type":"string","format":"date-time"},"end_time":{"type":"string"},"is_latest":{"type":"boolean"},"test_retention_amount":{"type":"integer"},"test_retention_unit":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"disaster_recovery_plan":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"source_environment_id":{"type":"integer"},"target_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"is_cross_account":{"type":"boolean"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"is_valid":{"type":"boolean"},"failover_shutdown_setting":{"type":"boolean"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"test_schedule_enabled":{"type":"boolean"},"test_schedule_cron":{"type":"string"},"test_schedule_timezone":{"type":"string"},"test_retention_amount":{"type":"integer"},"test_retention_unit":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"execution_resources":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsDisasterrecoveryplansLogsRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansLogsResponse":{"type":"object","properties":{"jobs":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsDisasterrecoveryplansRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansResponse":{"type":"object","properties":{"total":{"type":"integer"}}},"GetOrganizationsAccountsDisasterrecoveryplansServersBackupsRequest":{"type":"object"},"GetOrganizationsAccountsDisasterrecoveryplansServersBackupsResponse":{"type":"object","properties":{"backups":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsTasksDisasterrecoveryplansRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"account_id":{"type":"string"},"source_environment_id":{"type":"integer"},"target_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"is_cross_account":{"type":"boolean"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"is_valid":{"type":"boolean"},"failover_shutdown_setting":{"type":"boolean"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"test_schedule_enabled":{"type":"boolean"},"test_schedule_cron":{"type":"string"},"test_schedule_timezone":{"type":"string"},"test_retention_amount":{"type":"string"},"test_retention_unit":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"resources":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"disaster_recovery_plan_id":{"type":"integer"},"resource_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"failover_executions":{"type":"array","items":{"type":"string"}},"test_executions":{"type":"array","items":{"type":"string"}},"mappings":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"disaster_recovery_plan_id":{"type":"integer"},"target_account_id":{"type":"string"},"type":{"type":"string"},"mapping":{"type":"string"}}}},"source_environment":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"target_environment":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}},"GetOrganizationsTasksDisasterrecoveryplansResponse":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"deleted_at":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"}}},"PostOrganizationsAccountsDisasterrecoveryplansExecuteRequest":{"type":"object","properties":{"backups":{"type":"object","properties":{"ASDAS":{"type":"array","items":{"type":"object","properties":{"Architecture":{"type":"string"},"CreationDate":{"type":"string","format":"date-time"},"ImageId":{"type":"string"},"ImageLocation":{"type":"string"},"ImageType":{"type":"string"},"Public":{"type":"boolean"},"OwnerId":{"type":"string"},"PlatformDetails":{"type":"string"},"UsageOperation":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"State":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"DeleteOnTermination":{"type":"boolean"},"SnapshotId":{"type":"string"},"VolumeSize":{"type":"integer"},"VolumeType":{"type":"string"},"Encrypted":{"type":"boolean"}}}}}},"Description":{"type":"string"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"Name":{"type":"string"},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SriovNetSupport":{"type":"string"},"Tags":{"type":"array","items":{"type":"object"}},"VirtualizationType":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"BackupTime":{"type":"string","format":"date-time"},"Size":{"type":"integer"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}},"created_at_moment":{"type":"integer"},"created_at_display":{"type":"string"},"selected":{"type":"boolean"}}}},"i-0f6f81ffdc3845b54":{"type":"array","items":{"type":"string"}}}},"retention":{"type":"object","properties":{"unit":{"type":"string"},"amount":{"type":"integer"}}}}},"PostOrganizationsAccountsDisasterrecoveryplansExecuteResponse":{"type":"object"},"PostOrganizationsAccountsDisasterrecoveryplansFailbackRequest":{"type":"object"},"PostOrganizationsAccountsDisasterrecoveryplansFailbackResponse":{"type":"object"},"PostOrganizationsAccountsDisasterrecoveryplansRequest":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"source_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"target_environment_id":{"type":"integer"},"instance_not_available_setting":{"type":"string","enum":["up","down","fail"]},"test_plan_ec2_instance_type":{"type":"string","default":"source"},"test_plan_rds_instance_type":{"type":"string","default":"source"},"preserve_private_ips":{"type":"boolean"},"resources":{"type":"array","items":{"type":"string"}},"is_cross_account":{"type":"boolean"},"test_plan_instance_type":{"type":"string"},"is_valid":{"type":"boolean"},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"matches":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}}}}},"organization_id":{"type":"string"},"account_id":{"type":"string"}}},"PostOrganizationsAccountsDisasterrecoveryplansResponse":{"type":"object","properties":{"failover_shutdown_setting":{"type":"boolean"},"match_all_tags_flag":{"type":"boolean"},"test_schedule_enabled":{"type":"boolean"},"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"source_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"target_environment_id":{"type":"integer"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"preserve_private_ips":{"type":"boolean"},"is_cross_account":{"type":"boolean"},"mappings":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"mapping":{"type":"string"},"target_account_id":{"type":"string"},"type":{"type":"string"},"disaster_recovery_plan_id":{"type":"integer"},"disasterRecoveryPlanId":{"type":"integer"}}}},"is_valid":{"type":"boolean"},"rules":{"type":"array","items":{"type":"object","properties":{"resource_types":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"matches":{"type":"object"},"id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"resources":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"dr_plan_id":{"type":"integer"},"updatedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"}}}},"organization_id":{"type":"string"},"account_id":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"organizationId":{"type":"string"}}},"PostOrganizationsAccountsDisasterrecoveryplansScheduleRequest":{"type":"object","properties":{"test_schedule_enabled":{"type":"boolean"},"cron_string":{"type":"string"},"timezone_location":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"never_delete":{"type":"boolean"},"test_restart_setting":{"type":"boolean"},"test_shutdown_setting":{"type":"boolean"}}},"PostOrganizationsAccountsDisasterrecoveryplansScheduleResponse":{"type":"integer"},"PostOrganizationsAccountsDisasterrecoveryplansServersVerifyRequest":{"type":"object","properties":{"source_region":{"type":"string"},"target_region":{"type":"string"},"resources":{"type":"array","items":{"type":"string"}},"target_account_id":{"type":"string"}}},"PostOrganizationsAccountsDisasterrecoveryplansServersVerifyResponse":{"type":"object","properties":{"verifiedResources":{"type":"array","items":{"type":"object"}}}},"PostOrganizationsAccountsDisasterrecoveryplansTestRequest":{"type":"object","properties":{"backups":{"type":"object","properties":{"":{"type":"array","items":{"type":"object","properties":{"Architecture":{"type":"string"},"CreationDate":{"type":"string","format":"date-time"},"ImageId":{"type":"string"},"ImageLocation":{"type":"string"},"ImageType":{"type":"string"},"Public":{"type":"boolean"},"OwnerId":{"type":"string"},"PlatformDetails":{"type":"string"},"UsageOperation":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"State":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"DeleteOnTermination":{"type":"boolean"},"SnapshotId":{"type":"string"},"VolumeSize":{"type":"integer"},"VolumeType":{"type":"string"},"Encrypted":{"type":"boolean"}}}}}},"Description":{"type":"string"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"Name":{"type":"string"},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SriovNetSupport":{"type":"string"},"Tags":{"type":"array","items":{"type":"object"}},"VirtualizationType":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"BackupTime":{"type":"string","format":"date-time"},"Size":{"type":"integer"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}},"created_at_moment":{"type":"integer"},"created_at_display":{"type":"string"},"selected":{"type":"boolean"}}}},"i-0f6f81ffdc3845b54":{"type":"array","items":{"type":"string"}}}},"retention":{"type":"object","properties":{"unit":{"type":"string"},"amount":{"type":"integer"}}},"test_shutdown_setting":{"type":"boolean","description":"Enable shutdown of source EC2 instances during test execution.","default":false},"test_restart_setting":{"type":"boolean","description":"Enable re-start of source EC2 instances when test retention period concludes.","default":false}}},"PostOrganizationsAccountsDisasterrecoveryplansTestResponse":{"type":"object"},"PutOrganizationsAccountsDisasterrecoveryplansByIdRequest":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"},"recovery_time_objective":{"type":"integer"},"recovery_time_unit":{"type":"string"},"source_environment_id":{"type":"integer"},"target_account_id":{"type":"string"},"target_environment_id":{"type":"integer"},"instance_not_available_setting":{"type":"string"},"test_plan_ec2_instance_type":{"type":"string"},"test_plan_rds_instance_type":{"type":"string"},"preserve_private_ips":{"type":"boolean"},"resources":{"type":"array","items":{"type":"string"}},"match_all_tags_flag":{"type":"boolean"},"is_cross_account":{"type":"boolean"},"test_plan_instance_type":{"type":"string"},"mappings":{"type":"array","items":{"type":"object"}},"failover_shutdown_setting":{"type":"boolean"},"is_valid":{"type":"boolean"},"rules":{"type":"array","items":{"type":"object"}},"organization_id":{"type":"string"},"account_id":{"type":"string"}}},"PutOrganizationsAccountsDisasterrecoveryplansByIdResponse":{"type":"object"},"DeleteOrganizationsAccountsEnvironmentsByIdRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"clone":{"type":"string"}}},"DeleteOrganizationsAccountsEnvironmentsByIdResponse":{"type":"object","properties":{"message":{"type":"string"}}},"DeleteOrganizationsAccountsEnvironmentsRequest":{"type":"object"},"DeleteOrganizationsAccountsEnvironmentsResponse":{"type":"object","properties":{"message":{"type":"string"}}},"GetOrganizationsAccountsEnvironmentsByIdRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"resources":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsEnvironmentsClonesRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsClonesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"environment_id":{"type":"integer"},"source_environment_id":{"type":"integer"},"job_id":{"type":"string"},"stack_name":{"type":"string"},"stack_hash":{"type":"string"},"clone_version":{"type":"string"},"schedule_cron":{"type":"string"},"timezone_location":{"type":"string"},"schedule_is_active":{"type":"boolean"},"last_schedule_status":{"type":"string"},"last_schedule_time":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"environmentId":{"type":"integer"},"sourceEnvironmentId":{"type":"integer"},"environment":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"integer"},"account_id":{"type":"string"},"organization_id":{"type":"string"}}},"source_environment":{"type":"object","properties":{"name":{"type":"string"},"id":{"type":"integer"},"account_id":{"type":"string"},"organization_id":{"type":"string"}}}}}}},"GetOrganizationsAccountsEnvironmentsCloudformationtemplatesRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsCloudformationtemplatesResponse":{"type":"array","items":{"properties":{"signedUrl":{"type":"string"},"filename":{"type":"string"},"version":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"status":{"type":"string"}}}},"GetOrganizationsAccountsEnvironmentsComponentsRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsComponentsResponse":{"type":"object","properties":{"environment_components":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"environment_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"parent_vpc":{"type":"string"},"type":{"type":"string"},"added_by":{"type":"string"},"data":{"type":"string"}}}}}},"GetOrganizationsAccountsEnvironmentsDownloadRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsDownloadResponse":{"type":"object","properties":{"signedUrl":{"type":"string"}}},"GetOrganizationsAccountsEnvironmentsRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"clone":{"type":"object","properties":{"environment_id":{"type":"integer"},"source_environment_id":{"type":"integer"},"job_id":{"type":"string"},"stack_name":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}}}},"GetOrganizationsAccountsEnvironmentsServersRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsServersResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"resources":{"type":"array","items":{"type":"object"}},"objects":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsEnvironmentsServersTagsKeysRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsServersTagsKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsEnvironmentsServersTagsKeysValuesRequest":{"type":"object","properties":{"tagKey":{"type":"string"}}},"GetOrganizationsAccountsEnvironmentsServersTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsEnvironmentsSourceTargetMappingsRequest":{"type":"object"},"GetOrganizationsAccountsEnvironmentsSourceTargetMappingsResponse":{"type":"object","properties":{"environment_id":{"type":"integer"},"target_environment_id":{"type":"integer"},"mapping_data":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"environment":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"},"status":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}},"GetOrganizationsAccountsRegionsServercountRequest":{"type":"object"},"GetOrganizationsAccountsRegionsServercountResponse":{"type":"object","properties":{"subnet-610b9c2c":{"type":"integer"},"subnet-8a7b27b4":{"type":"integer"},"subnet-a40f42df":{"type":"integer"},"subnet-a3b434ef":{"type":"integer"},"subnet-00a6defd3174d6590":{"type":"integer"},"subnet-0bcea36188aeb7bbf":{"type":"integer"},"subnet-1d70c066":{"type":"integer"},"subnet-6477da0e":{"type":"integer"},"subnet-cbf136a0":{"type":"integer"},"subnet-fe647f83":{"type":"integer"},"subnet-0256cae498b52299e":{"type":"integer"},"subnet-58517110":{"type":"integer"},"subnet-07a9fa5964b4e3fde":{"type":"integer"},"subnet-0a0cc5d07e88720f0":{"type":"integer"},"subnet-11055d6b":{"type":"integer"},"subnet-d789a2be":{"type":"integer"},"subnet-01f7012ca1dfad2c2":{"type":"integer"},"subnet-068d7f4a5c838eed4":{"type":"integer"},"subnet-069d97e6067164ea1":{"type":"integer"},"subnet-08a16fdea1e5b2a69":{"type":"integer"},"subnet-0cecd7da0da68ae8d":{"type":"integer"},"subnet-0e69416c94c9ef4b2":{"type":"integer"},"subnet-0ee9bfbcf7e9b09f2":{"type":"integer"},"subnet-8449dfdc":{"type":"integer"},"subnet-9595579b":{"type":"integer"},"subnet-dda67e90":{"type":"integer"},"subnet-f33522dd":{"type":"integer"},"subnet-fa1f0aa6":{"type":"integer"},"subnet-01a49595c329e7d37":{"type":"integer"},"subnet-0290aced942d04930":{"type":"integer"},"subnet-05557b26ddf4839f3":{"type":"integer"},"subnet-080f79457636a7306":{"type":"integer"},"subnet-c7828ba0":{"type":"integer"},"subnet-ccf311a5":{"type":"integer"},"subnet-ceb8a987":{"type":"integer"},"subnet-05503cc5da0b8ecc1":{"type":"integer"},"subnet-0a286b428a1cdccfc":{"type":"integer"},"subnet-23c7357e":{"type":"integer"},"subnet-31fa901a":{"type":"integer"},"subnet-81b053f9":{"type":"integer"},"subnet-c69d908d":{"type":"integer"},"subnet-1a5ebd71":{"type":"integer"},"sg-78ce0f14":{"type":"integer"},"sg-14366e40":{"type":"integer"},"sg-051c1960":{"type":"integer"},"sg-03a81ed91a180d5db":{"type":"integer"},"sg-01dbc78886f41028f":{"type":"integer"},"sg-04fe04ca87a7aadab":{"type":"integer"},"sg-07b5234f2ff1d939a":{"type":"integer"},"sg-098cbe53043dc81d8":{"type":"integer"},"sg-099611288915b8d98":{"type":"integer"},"sg-0a2a6675ca489d27a":{"type":"integer"},"sg-0c6d0009f95a3292f":{"type":"integer"},"sg-0e3a929959dd22863":{"type":"integer"},"sg-03505c419c6538b7f":{"type":"integer"},"sg-05681e997b1b2456a":{"type":"integer"},"sg-0a3ecd16337f65ed2":{"type":"integer"},"sg-005e6ae98666d68c9":{"type":"integer"},"sg-01b4241dc387e2f31":{"type":"integer"},"sg-034261c3b43cd841b":{"type":"integer"},"sg-03ff7531ce3c3d3ad":{"type":"integer"},"sg-09504e6f186d68e8e":{"type":"integer"},"sg-0c278cf63e952382f":{"type":"integer"},"sg-0c390f57ff4047d7c":{"type":"integer"},"sg-0d311c8c3519eadd2":{"type":"integer"},"sg-0e664105fd6be2061":{"type":"integer"},"sg-81fff8c9":{"type":"integer"},"sg-00e3a5469dedc0052":{"type":"integer"},"sg-00e8995c349e98285":{"type":"integer"},"sg-019c80d78e4e7622e":{"type":"integer"},"sg-01d3519d8340240a5":{"type":"integer"},"sg-034286e436e7ca19b":{"type":"integer"},"sg-041173a5a3fa0a163":{"type":"integer"},"sg-04a87f028ff17e9de":{"type":"integer"},"sg-0523cc96db2cfb8f6":{"type":"integer"},"sg-0749995ee72fe7721":{"type":"integer"},"sg-0aeaf9ca1181fb7e4":{"type":"integer"},"sg-0d6f971cb8ebc9ddf":{"type":"integer"},"sg-0fd4a6a0a2ba33442":{"type":"integer"},"sg-d7283abd":{"type":"integer"},"sg-ecbe349d":{"type":"integer"},"sg-de0b8d99":{"type":"integer"},"sg-021ecf55c310f68f6":{"type":"integer"},"sg-038a799e096f78340":{"type":"integer"}}},"GetOrganizationsAccountsRegionsVpcsRequest":{"type":"object"},"GetOrganizationsAccountsRegionsVpcsResponse":{"type":"object","properties":{"vpcs":{"type":"array","items":{"type":"object","properties":{"CidrBlock":{"type":"string"},"DhcpOptionsId":{"type":"string"},"State":{"type":"string"},"VpcId":{"type":"string"},"OwnerId":{"type":"string"},"InstanceTenancy":{"type":"string"},"Ipv6CidrBlockAssociationSet":{"type":"array","items":{"type":"string"}},"CidrBlockAssociationSet":{"type":"array","items":{"type":"object","properties":{"AssociationId":{"type":"string"},"CidrBlock":{"type":"string"},"CidrBlockState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"IsDefault":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"Subnets":{"type":"array","items":{"type":"string"}},"SecurityGroups":{"type":"array","items":{"type":"object"}},"DBSubnetGroups":{"type":"array","items":{"type":"string"}}}}}}},"GetOrganizationsEnvironmentsAccountsRequest":{"type":"object"},"GetOrganizationsEnvironmentsAccountsResponse":{"type":"object","properties":{"environments":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsEnvironmentsRequest":{"type":"object"},"GetOrganizationsEnvironmentsResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"organizationId":{"type":"string"},"accountId":{"type":"string"}}}}},"PostOrganizationsAccountsEnvironmentsCloneRequest":{"type":"object","properties":{"account_id":{"type":"string"},"organization_id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"parent_region":{"type":"string"},"status":{"type":"string"}}},"PostOrganizationsAccountsEnvironmentsCloneResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsEnvironmentsRequest":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"resources":{"type":"array","items":{"type":"object","properties":{"vpc":{"type":"object","properties":{"vpcId":{"type":"string"},"vpcName":{"type":"string"}}},"subnets":{"type":"array","items":{"type":"object","properties":{"subnetId":{"type":"string"},"subnetName":{"type":"string"}}}},"securityGroups":{"type":"array","items":{"type":"object","properties":{"GroupId":{"type":"string"},"GroupName":{"type":"string"}}}},"dbSubnetGroups":{"type":"array","items":{"type":"object","properties":{"DBSubnetGroupArn":{"type":"string"},"DBSubnetGroupName":{"type":"string"}}}}}}},"account_id":{"type":"string"},"organization_id":{"type":"string"},"status":{"type":"string"}}},"PostOrganizationsAccountsEnvironmentsResourcesRequest":{"type":"array","items":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}}},"PostOrganizationsAccountsEnvironmentsResourcesResponse":{"type":"object","properties":{"resourceObjects":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"vpc":{"type":"object","properties":{"vpcId":{"type":"string"},"name":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}},"securityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"subnets":{"type":"array","items":{"type":"string"}},"server":{"type":"object","properties":{"instanceId":{"type":"string"},"instanceName":{"type":"string"},"type":{"type":"string"}}}}}}}},"PostOrganizationsAccountsEnvironmentsResponse":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"account_id":{"type":"string"},"organization_id":{"type":"string"},"status":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"organizationId":{"type":"string"},"accountId":{"type":"string"}}},"PostOrganizationsAccountsEnvironmentsServersTagsValuesRequest":{"type":"object","properties":{"tagKey":{"type":"string"}}},"PostOrganizationsAccountsEnvironmentsServersTagsValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsEnvironmentsServersVpcsRequest":{"type":"object","properties":{"instances":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsEnvironmentsServersVpcsResponse":{"type":"object","properties":{"vpcs":{"type":"array","items":{"type":"string"}}}},"PutOrganizationsAccountsEnvironmentsByIdRequest":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"resources":{"type":"array","items":{"type":"object","properties":{"vpc":{"type":"object","properties":{"vpcId":{"type":"string"},"vpcName":{"type":"string"}}},"subnets":{"type":"array","items":{"type":"object","properties":{"subnetId":{"type":"string"},"subnetName":{"type":"string"}},"default":{}},"default":[]},"securityGroups":{"type":"array","items":{"type":"object","properties":{"GroupId":{"type":"string"},"GroupName":{"type":"string"},"default":{}},"default":{}},"default":[]},"dbSubnetGroups":{"type":"array","items":{"type":"object","properties":{"DBSubnetGroupArn":{"type":"string"},"DBSubnetGroupName":{"type":"string"}},"default":{}},"default":[]}}}}}},"PutOrganizationsAccountsEnvironmentsByIdResponse":{"type":"object"},"PutOrganizationsAccountsEnvironmentsClonesByIdRequest":{"type":"object","properties":{"timezone_location":{"type":"string"},"schedule_cron":{"type":"string"},"schedule_is_active":{"type":"boolean"}}},"GetOrganizationsAccountsFilelevelsearchBackupsFile_treeRequest":{"type":"object"},"GetOrganizationsAccountsFilelevelsearchBackupsFile_treeResponse":{"type":"object","properties":{"fileTreeUrl":{"type":"string"}}},"GetOrganizationsAccountsFilelevelsearchNetworksettingsRequest":{"type":"object"},"GetOrganizationsAccountsFilelevelsearchNetworksettingsResponse":{"type":"object","properties":{"eu-north-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-783ed311":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-0704aab6247fa2db2":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-03afac93a459268c4":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-08ddac80255e86eeb":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}},"ap-south-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-020b56c94384b2741":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}},"eu-west-3":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-06dcb1af186e8f835":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-05872867237a6c280":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-08642c07f7dbebaee":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-699c6400":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"eu-west-2":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0cfad9cfa5e679714":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0509b2d7237fa77ae":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-0128c49e378ce7319":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-62c42c0b":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"eu-west-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-02fc721fef2150505":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-cb9128ac":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-610e1004":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-0f450b37015cd1392":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-0b86defefb6b60dcc":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}},"ap-northeast-3":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-012e2fedbb9fcb0df":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-6609ff0f":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"ap-northeast-2":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-041df4a4e1079794c":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0b31b8881d76083a3":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-4c802325":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"s3Endpoint":{"type":"boolean"}}}}}}}},"me-south-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-f06c8999":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"ap-northeast-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-795a881e":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-01753e64":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-f85a889f":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-02a052727ed1ce58c":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}},"sa-east-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0ccd9e1b05c8b12d6":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0d6b3f218adbf5de8":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-05761cb0bc40ef9ca":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-64f1f601":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"ca-central-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0bcdf2cc2cecb539d":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"string"}}}},"vpc-0c61da5750d20079c":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-002a676f9ed3479f7":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-54dc283d":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"ap-east-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-6ee00707":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"ap-southeast-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-044568d3ad508f59c":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0aebb66f":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"ap-southeast-2":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0169b8f42f391293d":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-0a7e7a15b194bfa95":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-d87337bd":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-064de24c9c84d09d3":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0741b6ea8589ed4f3":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}},"eu-central-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-e4f0bc8d":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-08248be7cde3173da":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0db9a9bc42817fb75":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-05e9765fe5c365c0a":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}},"us-east-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0da78eb2fdcef223b":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-0adc5f883c8459518":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"string"}}}},"vpc-0ecaa069":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-8f2854e9":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-0410fb037e1e243e5":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0ae0a085f563842d3":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0cb18275":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-4abdc62e":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}}}},"us-east-2":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0071bfecd0814f941":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-06118de91265c1907":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-007f045f860154074":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"string"}}}},"vpc-044263a2f99a2d531":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-f3ac459a":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"us-west-1":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-0ee6730e9c2e87db4":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-03586d5b1c210b839":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-08a922d88660c3b5b":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-ba6c01df":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}}}},"us-west-2":{"type":"object","properties":{"hasServers":{"type":"boolean"},"vpc-071c9fdd42a1ceff0":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-a8808bcd":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object","properties":{"Main":{"type":"boolean"},"RouteTableAssociationId":{"type":"string"},"RouteTableId":{"type":"string"},"AssociationState":{"type":"object","properties":{"State":{"type":"string"}}}}}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object","properties":{"DestinationCidrBlock":{"type":"string"},"GatewayId":{"type":"string"},"Origin":{"type":"string"},"State":{"type":"string"}}}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"s3Endpoint":{"type":"boolean"}}}}}},"vpc-0ec52a8969ca3883b":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}},"vpc-0336b63ef240b7c91":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"string"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object"}}}},"vpc-04762578f3d3cb7f1":{"type":"object","properties":{"isDefault":{"type":"boolean"},"s3Endpoint":{"type":"boolean"},"RouteTables":{"type":"array","items":{"type":"object","properties":{"Associations":{"type":"array","items":{"type":"object"}},"PropagatingVgws":{"type":"array","items":{"type":"string"}},"RouteTableId":{"type":"string"},"Routes":{"type":"array","items":{"type":"object"}},"Tags":{"type":"array","items":{"type":"string"}},"VpcId":{"type":"string"},"OwnerId":{"type":"string"}}}},"Subnets":{"type":"array","items":{"type":"object","properties":{"SubnetId":{"type":"string"},"AvailableIpAddressCount":{"type":"integer"},"DefaultForAz":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object"}},"s3Endpoint":{"type":"boolean"},"IsPublic":{"type":"boolean"},"NatGatewayAccess":{"type":"boolean"}}}}}}}}}},"GetOrganizationsAccountsFilelevelsearchSearchesByIdRequest":{"type":"object"},"GetOrganizationsAccountsFilelevelsearchSearchesByIdResponse":{"type":"object","properties":{"search_id":{"type":"string"},"account_id":{"type":"string"},"owner":{"type":"string"},"state":{"type":"string"},"number_parts":{"type":"integer"},"number_complete":{"type":"integer"},"files_found":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsAccountsFilelevelsearchSearchesFilesRequest":{"type":"object"},"GetOrganizationsAccountsFilelevelsearchSearchesFilesResponse":{"type":"object","properties":{"took":{"type":"integer"},"timed_out":{"type":"boolean"},"_shards":{"type":"object","properties":{"total":{"type":"integer"},"successful":{"type":"integer"},"failed":{"type":"integer"}}},"hits":{"type":"object","properties":{"total":{"type":"integer"},"max_score":{"type":"string"},"hits":{"type":"array","items":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"string"},"_routing":{"type":"string"},"_source":{"type":"object"},"sort":{"type":"array","items":{"type":"string"}}}}}}}}},"PostOrganizationsAccountsFilelevelsearchDownloadFilesRequest":{"type":"object","properties":{"files":{"type":"array","items":{"type":"object","properties":{"fileName":{"type":"string"},"filePath":{"type":"string"},"snapshot":{"type":"object","properties":{"id":{"type":"string"},"backupTime":{"type":"string","format":"date-time"},"region":{"type":"string"}}},"region":{"type":"string"},"bucketName":{"type":"string"},"fileRestoreData":{"type":"integer"}}}},"fls_bucket":{"type":"string"}}},"PostOrganizationsAccountsFilelevelsearchDownloadFilesResponse":{"type":"object"},"PostOrganizationsAccountsFilelevelsearchIndexesRequest":{"type":"object","properties":{"backupIds":{"type":"array","items":{"type":"string"}},"exactMatch":{"type":"boolean"},"filetypesList":{"type":"array","items":{"type":"string"}},"minFileSizeUnits":{"type":"string"},"maxFileSizeUnits":{"type":"string"},"dateModified":{"type":"string"},"filename":{"type":"string"},"minFileSize":{"type":"string"},"maxFileSize":{"type":"string"},"minDateModified":{"type":"string"},"maxDateModified":{"type":"string"},"location":{"type":"string"}}},"PostOrganizationsAccountsFilelevelsearchIndexesResponse":{"type":"object","properties":{"total":{"type":"integer"},"files":{"type":"array","items":{"type":"string"}},"snapshots_searched":{"type":"integer"}}},"PostOrganizationsAccountsFilelevelsearchNetworksettingsRequest":{"type":"object","properties":{"instances":{"type":"array","items":{"type":"string"}},"organization_id":{"type":"string"},"account_id":{"type":"string"}}},"PostOrganizationsAccountsFilelevelsearchNetworksettingsResponse":{"type":"object","properties":{"organization_id":{"type":"string"},"account_id":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsFilelevelsearchSearchesRequest":{"type":"object","properties":{"serverIds":{"type":"array","items":{"type":"string"}},"backupIds":{"type":"array","items":{"type":"string"}},"serverTags":{"type":"array","items":{"type":"string"}},"backupTags":{"type":"array","items":{"type":"string"}},"exactMatch":{"type":"boolean"},"filetypesList":{"type":"array","items":{"type":"string"}},"minFileSizeUnits":{"type":"string"},"maxFileSizeUnits":{"type":"string"},"dateModified":{"type":"string"},"filename":{"type":"string"},"minFileSize":{"type":"integer"},"maxFileSize":{"type":"integer"},"minDateModified":{"type":"string"},"maxDateModified":{"type":"string"},"email":{"type":"string"},"snapshotInfo":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"snapshot_id":{"type":"string"},"volume_id":{"type":"string"},"instance_id":{"type":"string"},"policy_id":{"type":"string"},"state":{"type":"string"},"snapshot_filesystem":{"type":"string"},"snapshot_files_count":{"type":"integer"},"snapshot_created_at":{"type":"string","format":"date-time"},"snapshot_region":{"type":"string"},"snapshot_size":{"type":"integer"},"indexer_instance_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}}},"PostOrganizationsAccountsFilelevelsearchSearchesResponse":{"type":"object","properties":{"search_id":{"type":"string"},"account_id":{"type":"string"},"owner":{"type":"string"},"state":{"type":"string"},"number_parts":{"type":"integer"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PutOrganizationsAccountsFilelevelsearchNetworksettingsByIdRequest":{"type":"object","properties":{"region":{"type":"string"},"subnet_id":{"type":"string"},"newAddition":{"type":"boolean"},"noAvailableSubnets":{"type":"boolean"},"s3Access":{"type":"string"}}},"PutOrganizationsAccountsFilelevelsearchNetworksettingsByIdResponse":{"type":"object","properties":{"organization_id":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"subnet_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsAccountsJobsByIdRequest":{"type":"object"},"GetOrganizationsAccountsJobsByIdResponse":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"tasks":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}},"policy":{"type":"string"},"schedule":{"type":"string"}}},"GetOrganizationsAccountsJobsRequest":{"type":"object"},"GetOrganizationsAccountsJobsResponse":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"policy":{"type":"string"},"schedule":{"type":"string"},"restorepolicy":{"type":"string"},"tasks":{"type":"array","items":{"type":"object","properties":{"resource_name":{"type":"string"}}}}}},"GetOrganizationsAccountsJobsSearchRequest":{"type":"object"},"GetOrganizationsAccountsJobsSearchResponse":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"policy":{"type":"string"},"schedule":{"type":"object","properties":{"name":{"type":"string"}}},"restorepolicy":{"type":"string"},"drplan":{"type":"string"},"environment":{"type":"string"},"objectName":{"type":"string"}}},"GetOrganizationsAccountsJobsTagsRequest":{"type":"object"},"GetOrganizationsAccountsJobsTagsResponse":{"type":"string"},"GetOrganizationsAccountsJobsTasksByIdRequest":{"type":"object"},"GetOrganizationsAccountsJobsTasksByIdResponse":{"type":"object","properties":{"id":{"type":"string"},"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"job":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"steps":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsJob_countRequest":{"type":"object"},"GetOrganizationsAccountsJob_countResponse":{"type":"integer"},"PostOrganizationsAccountsJobsRetryRequest":{"type":"object"},"PostOrganizationsAccountsJobsRetryResponse":{"type":"object"},"PostOrganizationsAccountsJobsTasksStepsRetryRequest":{"type":"object"},"PostOrganizationsAccountsJobsTasksStepsRetryResponse":{"type":"object"},"PostLoginRequest":{"type":"object","properties":{"id_token":{"type":"string"}}},"PostLoginResponse":{"type":"object","properties":{"token":{"type":"string"},"payload":{"type":"object","properties":{"email":{"type":"string"},"email_verified":{"type":"boolean"},"user_metadata":{"type":"object","properties":{"company_name":{"type":"string"},"phone":{"type":"string"}}},"app_metadata":{"type":"object","properties":{"organizations":{"type":"object","properties":{"Z9cftw29":{"type":"string"},"Pxrk4w2D":{"type":"string"}}},"accounts":{"type":"object","properties":{"S7NQGpMR":{"type":"object","properties":{"organization_id":{"type":"string"},"access":{"type":"string"}}}}},"loginip":{"type":"array","items":{"type":"string"}},"logins_count":{"type":"integer"}}},"picture":{"type":"string"},"iss":{"type":"string"},"sub":{"type":"string"},"aud":{"type":"string"},"iat":{"type":"integer"},"exp":{"type":"integer"},"at_hash":{"type":"string"},"nonce":{"type":"string"}}}}},"GetOrganizationsNotification_settingsRequest":{"type":"object","properties":{"backup_type":{"type":"string"},"resource":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"},"NetworkCardIndex":{"type":"integer"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"EnclaveOptions":{"type":"object","properties":{"Enabled":{"type":"boolean"}}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}},"exclude_scripts":{"type":"boolean"}}},"GetOrganizationsNotification_settingsResponse":{"type":"object","properties":{"organization_id":{"type":"string"},"type":{"type":"string"},"enabled":{"type":"boolean"},"recipients":{"type":"string"}}},"PutOrganizationsNotifications_settingsResponse":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"enabled":{"type":"boolean"},"recipients":{"type":"string"},"organization_id":{"type":"string"}}}},"PutOrganizationsNotification_settingsRequest":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"enabled":{"type":"boolean"},"recipients":{"type":"string","description":"[{'target':'email@email.com','type':'email'}]"},"organization_id":{"type":"string"}}}},"PostOrganizationsOnboardingByIdRequest":{"type":"object","properties":{"StackId":{"type":"string"},"RevisionId":{"type":"string"},"Type":{"type":"string"},"Region":{"type":"string"},"AccountId":{"type":"string"},"Event":{"type":"string"},"CRTemplateVersion":{"type":"integer"}}},"PostOrganizationsOnboardingByIdResponse":{"type":"object","properties":{"Name":{"type":"string"},"AccountId":{"type":"string"},"ExternalId":{"type":"string"},"FLSBucketName":{"type":"string"}}},"PutOrganizationsOnboardingByIdRequest":{"type":"object","properties":{"StackId":{"type":"string"},"RevisionId":{"type":"string"},"Type":{"type":"string"},"Region":{"type":"string"},"AccountId":{"type":"string"},"Event":{"type":"string"},"CRTemplateVersion":{"type":"integer"}}},"PutOrganizationsOnboardingByIdResponse":{"type":"object","properties":{"Name":{"type":"string"},"AccountId":{"type":"string"},"ExternalId":{"type":"string"},"FLSBucketName":{"type":"string"}}},"DeleteOrganizationsMembersByIdRequest":{"type":"object"},"DeleteOrganizationsMembersByIdResponse":{"type":"object"},"GetOrganizationsAccessible_accountsByIdRequest":{"type":"object"},"GetOrganizationsAccessible_accountsByIdResponse":{"type":"string"},"GetOrganizationsAccessible_accountsRequest":{"type":"object"},"GetOrganizationsAccessible_accountsResponse":{"type":"string"},"GetOrganizationsAccountsRestorepoliciesRequest":{"type":"object"},"GetOrganizationsAccountsRestorepoliciesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"region":{"type":"string"},"target_region":{"type":"string"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"retention_in_days":{"type":"string"},"retention_in_hours":{"type":"integer"},"restore_timeframe_amount":{"type":"integer"},"restore_timeframe_unit":{"type":"string"},"never_delete":{"type":"boolean"},"create_cron":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"is_active":{"type":"boolean"},"is_testing_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}},"GetOrganizationsBillingRequest":{"type":"object"},"GetOrganizationsBillingResponse":{"type":"object","properties":{"statusCode":{"type":"integer"},"headers":{"type":"object","properties":{"date":{"type":"string"},"content-type":{"type":"string"},"transfer-encoding":{"type":"string"},"connection":{"type":"string"},"set-cookie":{"type":"array","items":{"type":"string"}},"vary":{"type":"string"},"x-api-version":{"type":"string"},"recurly-deprecated":{"type":"string"},"recurly-sunset-date":{"type":"string","format":"date-time"},"x-robots-tag":{"type":"string"},"content-language":{"type":"string"},"x-ratelimit-limit":{"type":"string"},"x-ratelimit-remaining":{"type":"string"},"x-ratelimit-reset":{"type":"string"},"etag":{"type":"string"},"last-modified":{"type":"string"},"cache-control":{"type":"string"},"x-request-id":{"type":"string"},"cf-cache-status":{"type":"string"},"expect-ct":{"type":"string"},"strict-transport-security":{"type":"string"},"server":{"type":"string"},"cf-ray":{"type":"string"},"cf-request-id":{"type":"string"}}},"data":{"type":"object","properties":{"billing_info":{"type":"object","properties":{"$":{"type":"object","properties":{"href":{"type":"string"},"type":{"type":"string"}}},"account":{"type":"object","properties":{"$":{"type":"object","properties":{"href":{"type":"string"}}}}},"first_name":{"type":"string"},"last_name":{"type":"string"},"company":{"type":"string"},"address1":{"type":"string"},"address2":{"type":"object","properties":{"$":{"type":"object","properties":{"nil":{"type":"string"}}}}},"city":{"type":"string"},"state":{"type":"string"},"zip":{"type":"string"},"country":{"type":"string"},"phone":{"type":"object","properties":{"$":{"type":"object","properties":{"nil":{"type":"string"}}}}},"vat_number":{"type":"object","properties":{"$":{"type":"object","properties":{"nil":{"type":"string"}}}}},"ip_address":{"type":"string"},"ip_address_country":{"type":"string"},"card_type":{"type":"string"},"year":{"type":"object","properties":{"_":{"type":"string"},"$":{"type":"object","properties":{"type":{"type":"string"}}}}},"month":{"type":"object","properties":{"_":{"type":"string"},"$":{"type":"object","properties":{"type":{"type":"string"}}}}},"first_six":{"type":"string"},"last_four":{"type":"string"}}}}},"hosted_login_token":{"type":"string"}}},"GetOrganizationsByIdRequest":{"type":"object"},"GetOrganizationsByIdResponse":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"avatar_url":{"type":"string"},"principal_email":{"type":"string"},"has_principal_logged_in":{"type":"boolean"},"is_active":{"type":"boolean"},"sf_account_id":{"type":"string"},"customer_id":{"type":"string"},"recurly_account_id":{"type":"string"},"recurly_plan_code":{"type":"string"},"billing_id":{"type":"integer"},"current_spend":{"type":"string"},"is_trial":{"type":"boolean"},"trial_expires_at":{"type":"string"},"subscription_expires_at":{"type":"string","format":"date-time"},"subscription_began_at":{"type":"string","format":"date-time"},"aws_marketplace_customer_id":{"type":"string"},"mfa_enabled":{"type":"boolean"},"new_adr_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"members":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}},"billing":{"type":"object","properties":{"id":{"type":"integer"},"is_current":{"type":"boolean"},"name":{"type":"string"},"price":{"type":"integer"},"interval":{"type":"string"},"category":{"type":"string"},"max_spend":{"type":"integer"},"max_users":{"type":"integer"},"max_accounts":{"type":"integer"},"max_managed_servers":{"type":"integer"},"max_managed_adr_servers":{"type":"integer"},"max_schedules":{"type":"integer"},"max_policies":{"type":"integer"},"max_savings":{"type":"integer"},"adr_enabled":{"type":"boolean"},"slack_enabled":{"type":"boolean"},"api_access_enabled":{"type":"boolean"},"webhooks_enabled":{"type":"boolean"},"recurly_plan_id":{"type":"string"},"cross_region_backups":{"type":"boolean"},"cross_account_backups":{"type":"boolean"},"consistent_backups_enabled":{"type":"boolean"},"reporting_enabled":{"type":"boolean"},"auditing_enabled":{"type":"boolean"},"file_level_restore_enabled":{"type":"boolean"},"file_level_search_enabled":{"type":"boolean"},"sso_enabled":{"type":"boolean"},"support_enabled":{"type":"boolean"},"phone_support_enabled":{"type":"boolean"},"salesforce_sku":{"type":"string"},"recurly_uses_add_ons":{"type":"boolean"},"legal_hold_enabled":{"type":"boolean"}}},"overrides":{"type":"object","properties":{"organization_id":{"type":"string"},"max_spend":{"type":"string"},"max_users":{"type":"string"},"max_accounts":{"type":"string"},"max_managed_servers":{"type":"integer"},"plan_managed_servers":{"type":"integer"},"plan_managed_adr_servers":{"type":"integer"},"max_schedules":{"type":"string"},"max_policies":{"type":"string"},"max_savings":{"type":"string"},"slack_enabled":{"type":"string"},"webhooks_enabled":{"type":"string"},"cross_region_backups":{"type":"string"},"cross_account_backups":{"type":"string"},"consistent_backups_enabled":{"type":"string"},"reporting_enabled":{"type":"string"},"auditing_enabled":{"type":"string"},"file_level_restore_enabled":{"type":"string"},"file_level_search_enabled":{"type":"string"},"sso_enabled":{"type":"string"},"phone_support_enabled":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"GetOrganizationsCurrent_plansRequest":{"type":"object"},"GetOrganizationsCurrent_plansResponse":{"type":"object","properties":{"id":{"type":"integer"},"is_current":{"type":"boolean"},"name":{"type":"string"},"price":{"type":"integer"},"interval":{"type":"string"},"category":{"type":"string"},"max_spend":{"type":"integer"},"max_users":{"type":"integer"},"max_accounts":{"type":"integer"},"max_managed_servers":{"type":"integer"},"max_managed_adr_servers":{"type":"integer"},"max_schedules":{"type":"integer"},"max_policies":{"type":"integer"},"max_savings":{"type":"integer"},"adr_enabled":{"type":"boolean"},"slack_enabled":{"type":"boolean"},"api_access_enabled":{"type":"boolean"},"webhooks_enabled":{"type":"boolean"},"recurly_plan_id":{"type":"string"},"cross_region_backups":{"type":"boolean"},"cross_account_backups":{"type":"boolean"},"consistent_backups_enabled":{"type":"boolean"},"reporting_enabled":{"type":"boolean"},"auditing_enabled":{"type":"boolean"},"file_level_restore_enabled":{"type":"boolean"},"file_level_search_enabled":{"type":"boolean"},"sso_enabled":{"type":"boolean"},"support_enabled":{"type":"boolean"},"phone_support_enabled":{"type":"boolean"},"salesforce_sku":{"type":"string"},"recurly_uses_add_ons":{"type":"boolean"},"legal_hold_enabled":{"type":"boolean"},"prices":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsEligible_plansRequest":{"type":"object"},"GetOrganizationsEligible_plansResponse":{"type":"object","properties":{"totalMembers":{"type":"integer"},"totalAccounts":{"type":"integer"},"hasSlack":{"type":"boolean"},"hasWebhook":{"type":"boolean"},"hasCrossRegion":{"type":"boolean"},"plans":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsInvoicesRequest":{"type":"object"},"GetOrganizationsInvoicesResponse":{"type":"object","properties":{"statusCode":{"type":"integer"},"headers":{"type":"object","properties":{"date":{"type":"string"},"content-type":{"type":"string"},"transfer-encoding":{"type":"string"},"connection":{"type":"string"},"set-cookie":{"type":"array","items":{"type":"string"}},"vary":{"type":"string"},"x-api-version":{"type":"string"},"recurly-deprecated":{"type":"string"},"recurly-sunset-date":{"type":"string","format":"date-time"},"x-robots-tag":{"type":"string"},"content-language":{"type":"string"},"x-ratelimit-limit":{"type":"string"},"x-ratelimit-remaining":{"type":"string"},"x-ratelimit-reset":{"type":"string"},"x-records":{"type":"string"},"etag":{"type":"string"},"cache-control":{"type":"string"},"x-request-id":{"type":"string"},"cf-cache-status":{"type":"string"},"expect-ct":{"type":"string"},"strict-transport-security":{"type":"string"},"server":{"type":"string"},"cf-ray":{"type":"string"},"cf-request-id":{"type":"string"}}},"data":{"type":"object","properties":{"invoices":{"type":"object","properties":{"$":{"type":"object","properties":{"type":{"type":"string"}}},"invoice":{"type":"array","items":{"type":"object"}}}}}}}},"GetOrganizationsMembersAdmin_accountsRequest":{"type":"object"},"GetOrganizationsMembersAdmin_accountsResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsMembersRequest":{"type":"object"},"GetOrganizationsMembersResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsResourcesCountsRequest":{"type":"object"},"GetOrganizationsResourcesCountsResponse":{"type":"object","properties":{"resources":{"type":"object","properties":{"count":{"type":"integer"},"types":{"type":"object","properties":{"backups":{"type":"object","properties":{"count":{"type":"integer"},"types":{"type":"object","properties":{"snapshot":{"type":"object","properties":{"count":{"type":"integer"}}},"image":{"type":"object","properties":{"count":{"type":"integer"}}},"rdssnapshot":{"type":"object","properties":{"count":{"type":"integer"}}},"rdsclustersnapshot":{"type":"object","properties":{"count":{"type":"integer"}}},"dynamodbbackup":{"type":"object","properties":{"count":{"type":"integer"}}},"redshiftsnapshot":{"type":"object","properties":{"count":{"type":"integer"}}}}}}},"servers":{"type":"object","properties":{"count":{"type":"integer"},"types":{"type":"object","properties":{"ec2":{"type":"object","properties":{"count":{"type":"integer"},"configured_count":{"type":"integer"}}},"rds":{"type":"object","properties":{"count":{"type":"integer"}}},"dynamodb":{"type":"object","properties":{"count":{"type":"integer"}}}}}}}}}}}}},"PostOrganizationsAwsConnectionTestRequest":{"type":"object","properties":{"access_role_arn":{"type":"string"},"external_id":{"type":"string"},"organization_id":{"type":"string"}}},"PostOrganizationsAwsConnectionTestResponse":{"type":"object","properties":{"state":{"type":"string"}}},"PostOrganizationsCredentialRequest":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"PostOrganizationsFreemium_upgradeRequest":{"type":"object"},"PostOrganizationsFreemium_upgradeResponse":{"type":"object"},"PostOrganizationsMembersRequest":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string","enum":["admin","view"]},"status":{"type":"string"},"organization_id":{"type":"string"}}},"PostOrganizationsMembersResponse":{"type":"object","properties":{"id":{"type":"integer"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"organization_id":{"type":"string"},"invited_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PostOrganizationsMfa_enableByIdRequest":{"type":"object"},"PostOrganizationsMfa_enableByIdResponse":{"type":"integer"},"PostOrganizationsRequest":{"type":"object","properties":{"name":{"type":"string"},"avatar_url":{"type":"string"},"principal_email":{"type":"string"},"has_principal_logged_in":{"type":"boolean"},"is_active":{"type":"boolean"},"sf_account_id":{"type":"string"},"customer_id":{"type":"string"},"recurly_account_id":{"type":"string"},"recurly_plan_code":{"type":"string"},"billing_id":{"type":"integer"},"current_spend":{"type":"string"},"is_trial":{"type":"boolean"},"trial_expires_at":{"type":"string","format":"date-time"},"subscription_expires_at":{"type":"string","format":"date-time"},"subscription_began_at":{"type":"string"},"aws_marketplace_customer_id":{"type":"string"},"mfa_enabled":{"type":"boolean"},"new_adr_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"members":{"type":"array","items":{"type":"object"}},"billing":{"type":"object","properties":{"id":{"type":"integer"},"is_current":{"type":"string"},"name":{"type":"string"},"price":{"type":"integer"},"interval":{"type":"string"},"category":{"type":"string"},"max_spend":{"type":"integer"},"max_users":{"type":"integer"},"max_accounts":{"type":"integer"},"max_managed_servers":{"type":"integer"},"max_managed_adr_servers":{"type":"integer"},"max_schedules":{"type":"integer"},"max_policies":{"type":"integer"},"max_savings":{"type":"integer"},"adr_enabled":{"type":"boolean"},"slack_enabled":{"type":"boolean"},"api_access_enabled":{"type":"boolean"},"webhooks_enabled":{"type":"boolean"},"recurly_plan_id":{"type":"string"},"cross_region_backups":{"type":"boolean"},"cross_account_backups":{"type":"boolean"},"consistent_backups_enabled":{"type":"boolean"},"reporting_enabled":{"type":"boolean"},"auditing_enabled":{"type":"boolean"},"file_level_restore_enabled":{"type":"boolean"},"file_level_search_enabled":{"type":"boolean"},"sso_enabled":{"type":"boolean"},"support_enabled":{"type":"boolean"},"phone_support_enabled":{"type":"boolean"},"salesforce_sku":{"type":"string"},"recurly_uses_add_ons":{"type":"boolean"},"legal_hold_enabled":{"type":"boolean"}}},"overrides":{"type":"string"},"id":{"type":"string"}}},"PostOrganizationsResponse":{"type":"object","properties":{"name":{"type":"string"},"avatar_url":{"type":"string"},"principal_email":{"type":"string"},"has_principal_logged_in":{"type":"boolean"},"is_active":{"type":"boolean"},"sf_account_id":{"type":"string"},"customer_id":{"type":"string"},"recurly_account_id":{"type":"string"},"recurly_plan_code":{"type":"string"},"billing_id":{"type":"integer"},"current_spend":{"type":"string"},"is_trial":{"type":"boolean"},"trial_expires_at":{"type":"string","format":"date-time"},"subscription_expires_at":{"type":"string","format":"date-time"},"subscription_began_at":{"type":"string"},"aws_marketplace_customer_id":{"type":"string"},"mfa_enabled":{"type":"boolean"},"new_adr_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"id":{"type":"string"}}},"PostOrganizationsUpdate_planRequest":{"type":"object","properties":{"currency":{"type":"string"},"payment_plan_code":{"type":"string"},"recurly_token":{"type":"string"},"managed_servers_count":{"type":"string"}}},"PostOrganizationsUpdate_planResponse":{"type":"object","properties":{"message":{"type":"string"}}},"PostOrganizationsUpgradeRequest":{"type":"object","properties":{"currency":{"type":"string"},"payment_plan_code":{"type":"string"},"recurly_token":{"type":"string"},"managed_servers_count":{"type":"string"}}},"PostOrganizationsUpgradeResponse":{"type":"object","properties":{"message":{"type":"string"}}},"PutOrganizationsAccountsByIdResponse":{"type":"object"},"PutOrganizationsAccountsRestorepoliciesByIdRequest":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"region":{"type":"string"},"target_region":{"type":"string"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"retention_in_days":{"type":"string"},"retention_in_hours":{"type":"integer"},"restore_timeframe_amount":{"type":"integer"},"restore_timeframe_unit":{"type":"string"},"never_delete":{"type":"boolean"},"create_cron":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"is_active":{"type":"boolean"},"is_testing_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"mappings":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"source_value":{"type":"string"},"target_value":{"type":"string"},"mapping":{"type":"string"},"restore_policy_id":{"type":"string"}}}},"tag_with":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"restore_policy_id":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"}}}},"objects":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"restore_policy_id":{"type":"string"},"object_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}},"localChangeTS":{"type":"integer"}}},"PutOrganizationsByIdRequest":{"type":"object","properties":{"name":{"type":"string"},"avatar_url":{"type":"string"}}},"PutOrganizationsByIdResponse":{"type":"object"},"PutOrganizationsMembersByIdRequest":{"type":"object","properties":{"account_access":{"type":"string"}}},"PutOrganizationsMembersByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"email":{"type":"string"},"account_access":{"type":"string"},"status":{"type":"string"},"invited_at":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"GetOrganizationsReportsByIdRequest":{"type":"object"},"GetOrganizationsReportsByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"subscription_id":{"type":"integer"},"report_template_id":{"type":"string"},"format":{"type":"string"},"s3_bucket":{"type":"string"},"s3_key":{"type":"string"},"size_in_bytes":{"type":"integer"},"parameters":{"type":"object","properties":{"date_range":{"type":"object","properties":{"start_time":{"type":"string","format":"date-time"},"stop_time":{"type":"string","format":"date-time"}}},"dr_plans":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"}}}}}},"timezone":{"type":"string"},"status":{"type":"string"},"status_reason":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"report_id":{"type":"integer"},"account_id":{"type":"string"}}}},"report_template":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"fields":{"type":"array","items":{"type":"string"}}}},"organization":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"avatar_url":{"type":"string"},"principal_email":{"type":"string"},"has_principal_logged_in":{"type":"boolean"},"is_active":{"type":"boolean"},"sf_account_id":{"type":"string"},"customer_id":{"type":"string"},"recurly_account_id":{"type":"string"},"recurly_plan_code":{"type":"string"},"billing_id":{"type":"integer"},"current_spend":{"type":"string"},"is_trial":{"type":"boolean"},"trial_expires_at":{"type":"string","format":"date-time"},"subscription_expires_at":{"type":"string"},"subscription_began_at":{"type":"string"},"aws_marketplace_customer_id":{"type":"string"},"mfa_enabled":{"type":"boolean"},"new_adr_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"}}},"GetOrganizationsReportsDownloadResponse":{"type":"object","properties":{"signedUrl":{"type":"string"},"fileUuid":{"type":"string"}}},"GetReportviewResponse":{"type":"object"},"PostOrganizationsReportsRequest":{"type":"object","properties":{"report_template_id":{"type":"string"},"parameters":{"type":"object","properties":{"date_range":{"type":"object","properties":{"start_time":{"type":"string","format":"date-time"},"stop_time":{"type":"string","format":"date-time"}}},"dr_plans":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"},"default":[]},"all":{"type":"boolean","default":false}}},"backup_policies":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"},"default":[]},"all":{"type":"boolean","default":false}}},"schedules":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"},"default":[]},"all":{"type":"boolean","default":false}}}}},"all_accounts":{"type":"boolean","default":false},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"format":{"type":"string","enum":["pdf","csv"]},"timezone":{"type":"string"},"s3_key":{"type":"string"},"s3_bucket":{"type":"string"},"size_in_bytes":{"type":"integer"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"status":{"type":"string"}}},"PostOrganizationsReportsResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"report_template_id":{"type":"string"},"format":{"type":"string"},"s3_bucket":{"type":"string"},"s3_key":{"type":"string"},"size_in_bytes":{"type":"integer"},"parameters":{"type":"object","properties":{"date_range":{"type":"object","properties":{"start_time":{"type":"string","format":"date-time"},"stop_time":{"type":"string","format":"date-time"}}},"dr_plans":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"}}}}}},"timezone":{"type":"string"},"status":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"report_id":{"type":"integer"},"account_id":{"type":"string"}}},"report_id":{"type":"integer"},"account_id":{"type":"string"}}}},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"}}},"DeleteOrganizationsReportsubscriptionsByIdRequest":{"type":"object"},"DeleteOrganizationsReportsubscriptionsByIdResponse":{"type":"object","properties":{"message":{"type":"string"}}},"DeleteOrganizationsReportsubscriptionsRecipientsByIdRequest":{"type":"object"},"DeleteOrganizationsReportsubscriptionsRecipientsByIdResponse":{"type":"object","properties":{"message":{"type":"string"}}},"GetOrganizationsReportsubscriptionsByIdRequest":{"type":"object"},"GetOrganizationsReportsubscriptionsByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"format":{"type":"string"},"timezone":{"type":"string"},"frequency":{"type":"string"},"time":{"type":"string","format":"time"},"schedule_cron":{"type":"string"},"created_by":{"type":"string"},"all_accounts":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"subscription_id":{"type":"integer"},"account_id":{"type":"string"}}},"subscription_id":{"type":"integer"},"account_id":{"type":"string"}}}},"recipients":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"subscription_id":{"type":"integer"},"email":{"type":"string"},"external":{"type":"boolean"}}},"subscription_id":{"type":"integer"},"email":{"type":"string"},"external":{"type":"boolean"}}}},"reports":{"type":"array","items":{"type":"object","properties":{"subscription_id":{"type":"integer"},"report_template_id":{"type":"string"},"parameters":{"type":"object"},"report_template":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"fields":{"type":"array","items":{"type":"string"}}}}}}}}},"GetOrganizationsReportsubscriptionsRequest":{"type":"object"},"GetOrganizationsReportsubscriptionsResponse":{"type":"object","properties":{"model":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"format":{"type":"string"},"timezone":{"type":"string"},"frequency":{"type":"string"},"time":{"type":"string","format":"time"},"schedule_cron":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"reports":{"type":"array","items":{"type":"object","properties":{"parameters":{"type":"object","properties":{"backup_policies":{"type":"array","items":{"type":"integer"}},"date_range":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}}}}},"subscription_id":{"type":"integer"},"report_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}},"recipients":{"type":"array","items":{"type":"object","properties":{"subscription_id":{"type":"integer"},"organization_id":{"type":"string"},"email":{"type":"string"},"external":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"subscription_id":{"type":"integer"},"account_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}}},"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"format":{"type":"string"},"timezone":{"type":"string"},"frequency":{"type":"string"},"time":{"type":"string","format":"time"},"schedule_cron":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"subscription_id":{"type":"integer"},"account_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"subscription_id":{"type":"integer"},"account_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}},"recipients":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"subscription_id":{"type":"integer"},"organization_id":{"type":"string"},"email":{"type":"string"},"external":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"subscription_id":{"type":"integer"},"email":{"type":"string"},"external":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}},"reports":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"parameters":{"type":"object","properties":{"backup_policies":{"type":"array","items":{"type":"integer"}},"date_range":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}}}}},"subscription_id":{"type":"integer"},"report_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"subscription_id":{"type":"integer"},"report_id":{"type":"string"},"parameters":{"type":"object","properties":{"backup_policies":{"type":"array","items":{"type":"integer"}},"date_range":{"type":"object","properties":{"start":{"type":"string"},"end":{"type":"string"}}}}},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}}},"PostOrganizationsReportsubscriptionsRecipientsRequest":{"type":"object","properties":{"email":{"type":"string"},"external":{"type":"boolean"},"subscription_id":{"type":"string"}}},"PostOrganizationsReportsubscriptionsRecipientsResponse":{"type":"object","properties":{"subscription_id":{"type":"string"},"email":{"type":"string"},"external":{"type":"boolean"}}},"PostOrganizationsReportsubscriptionsRequest":{"type":"object","properties":{"name":{"type":"string"},"format":{"type":"string","enum":["pdv","csv"]},"timezone":{"type":"string"},"frequency":{"type":"string"},"schedule_cron":{"type":"string"},"recipients":{"type":"array","items":{"type":"object","properties":{"organization_id":{"type":"string"},"email":{"type":"string"},"external":{"type":"boolean"}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"reports":{"type":"array","items":{"type":"object","properties":{"report_template_id":{"type":"string"},"parameters":{"type":"object","properties":{"dr_plans":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"}},"all":{"type":"boolean"}}},"backup_policies":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"}},"all":{"type":"boolean"}}},"schedules":{"type":"object","properties":{"values":{"type":"array","items":{"type":"integer"}},"all":{"type":"boolean"}}}}}}}},"all_accounts":{"type":"boolean"},"created_by":{"type":"string"},"organization_id":{"type":"string"}}},"PostOrganizationsReportsubscriptionsResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"format":{"type":"string"},"timezone":{"type":"string"},"frequency":{"type":"string"},"schedule_cron":{"type":"string"},"created_by":{"type":"string"},"all_accounts":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"subscription_id":{"type":"integer"},"account_id":{"type":"string"}}},"subscription_id":{"type":"integer"},"account_id":{"type":"string"}}}},"recipients":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"subscription_id":{"type":"integer"},"email":{"type":"string"},"external":{"type":"boolean"}}},"subscription_id":{"type":"integer"},"email":{"type":"string"},"external":{"type":"boolean"}}}},"reports":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"parameters":{"type":"object"},"subscription_id":{"type":"integer"},"report_template_id":{"type":"string"}}},"subscription_id":{"type":"integer"},"report_template_id":{"type":"string"},"parameters":{"type":"object"}}}}}},"PutOrganizationsReportsubscriptionsByIdRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"name":{"type":"string"},"format":{"type":"string","enum":["pdf","csv"]},"timezone":{"type":"string"},"frequency":{"type":"string"},"time":{"type":"string","format":"time"},"schedule_cron":{"type":"string"},"created_by":{"type":"string"},"all_accounts":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"recipients":{"type":"array","items":{"type":"object","properties":{"organization_id":{"type":"string"},"email":{"type":"string"},"external":{"type":"boolean"},"subscription_id":{"type":"string"}}}}}},"PutOrganizationsReportsubscriptionsByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"format":{"type":"string"},"timezone":{"type":"string"},"frequency":{"type":"string"},"time":{"type":"string","format":"time"},"schedule_cron":{"type":"string"},"created_by":{"type":"string"},"all_accounts":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"recipients":{"type":"array","items":{"type":"object","properties":{"organization_id":{"type":"string"},"email":{"type":"string"},"external":{"type":"boolean"},"subscription_id":{"type":"string"}}}}}},"GetOrganizationsReporttemplatesByIdRequest":{"type":"object"},"GetOrganizationsReporttemplatesByIdResponse":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"fields":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsReportTemplatesRequest":{"type":"object"},"GetOrganizationsReportTemplatesResponse":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"description":{"type":"string"},"fields":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsResourcesPoliciesResponse":{"type":"object"},"GetOrganizationsAccountsResourcesRequest":{"type":"object"},"GetOrganizationsAccountsResourcesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"string"},"_routing":{"type":"string"},"_source":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"string"}}}},"sort":{"type":"array","items":{"type":"string"}},"cr_configuration":{"type":"object","properties":{"hasBackupPolicy":{"type":"boolean"},"hasSchedule":{"type":"boolean"},"scheduleActive":{"type":"string"},"lastBackupTime":{"type":"string"}}}}}}},"GetOrganizationsAccountsResourcesSchedulesRequest":{"type":"object"},"GetOrganizationsAccountsResourcesSchedulesResponse":{"type":"object","properties":{"schedules":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsResourcesScriptsRequest":{"type":"object"},"GetOrganizationsAccountsResourcesScriptsResponse":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"type":{"type":"string"},"useLatestVersion":{"type":"boolean"},"rule":{"type":"object","properties":{"execution_type":{"type":"string"},"type":{"type":"string"},"id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"}}}}},"GetOrganizationsResourcesRequest":{"type":"object"},"GetOrganizationsResourcesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"string"},"_routing":{"type":"string"},"_source":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"IamInstanceProfile":{"type":"object","properties":{"Arn":{"type":"string"},"Id":{"type":"string"}}},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"StateReason":{"type":"object","properties":{"Code":{"type":"string"},"Message":{"type":"string"}}},"Tags":{"type":"array","items":{"type":"object"}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}},"sort":{"type":"array","items":{"type":"string"}},"cr_configuration":{"type":"object","properties":{"hasBackupPolicy":{"type":"boolean"},"hasSchedule":{"type":"boolean"},"scheduleActive":{"type":"string"},"lastBackupTime":{"type":"string"},"policies":{"type":"array","items":{"type":"string"}}}}}}}},"PostOrganizationsAccountsResourcesBackupRequest":{"type":"object","properties":{"resource":{"type":"object","properties":{"Id":{"type":"string"},"Region":{"type":"string"},"ObjectType":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"}}},"backup_type":{"type":"string"}}},"PostOrganizationsAccountsResourcesBackupResponse":{"type":"object","properties":{"resource":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"object","properties":{"ProductCodeId":{"type":"string"},"ProductCodeType":{"type":"string"}}}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}},"hasBackupPolicy":{"type":"boolean"},"hasSchedule":{"type":"boolean"},"scheduleActive":{"type":"string"},"lastBackupTime":{"type":"string","format":"date-time"},"policies":{"type":"array","items":{"type":"string"}},"is_success":{"type":"boolean"},"_id":{"type":"string"}}},"backup_type":{"type":"string"}}},"PostOrganizationsAccountsRulesResourcesCountRequest":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"rule_id":{"type":"integer"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}},"matches":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}}}}},"PostOrganizationsAccountsRulesResourcesCountResponse":{"type":"object","properties":{"count":{"type":"integer"},"protectedCount":{"type":"integer"}}},"PostOrganizationsAccountsRulesResourcesRequest":{"type":"array","items":{"type":"object","properties":{"resource_types":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"matches":{"type":"object","properties":{"tags":{"type":"array","items":{"type":"string"}}}},"id":{"type":"integer"},"dr_plan_id":{"type":"integer"},"rule_type":{"type":"string"},"all_resource_types":{"type":"boolean"},"exclude":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"match":{"type":"integer"},"protectedStatus":{"type":"string"}}}},"PostOrganizationsAccountsRulesResourcesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"resource_name":{"type":"string"},"resource_id":{"type":"string"},"type":{"type":"string"},"exclude":{"type":"boolean"},"last_backup_time":{"type":"string","format":"date-time"},"last_backup_status":{"type":"boolean"},"protected":{"type":"boolean"}}}}},"PutOrganizationsAccountsResourcesByIdRequest":{"type":"object"},"PutOrganizationsAccountsResourcesByIdResponse":{"type":"object"},"DeleteOrganizationsAccountsRestorepoliciesByIdRequest":{"type":"object"},"GetOrganizationsAccountsRestorepoliciesByIdRequest":{"type":"object"},"GetOrganizationsAccountsRestorepoliciesByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"region":{"type":"string"},"target_region":{"type":"string"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"retention_in_days":{"type":"string"},"retention_in_hours":{"type":"integer"},"restore_timeframe_amount":{"type":"integer"},"restore_timeframe_unit":{"type":"string"},"never_delete":{"type":"boolean"},"create_cron":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"is_active":{"type":"boolean"},"is_testing_enabled":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"mappings":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"restore_policy_id":{"type":"integer"},"source_value":{"type":"string"},"target_value":{"type":"string"},"type":{"type":"string"},"mapping":{"type":"string"}}}},"tag_with":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"restore_policy_id":{"type":"integer"},"key":{"type":"string"},"value":{"type":"string"}}}},"objects":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"restore_policy_id":{"type":"integer"},"object_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}}}}},"GetOrganizationsAccountsRestorepoliciesLogsRequest":{"type":"object"},"GetOrganizationsAccountsRestorepoliciesLogsResponse":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsRestorepoliciesExecuteRequest":{"type":"object"},"PostOrganizationsAccountsRestorepoliciesExecuteResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsRestorepoliciesRequest":{"type":"object","properties":{"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}},"match_all_tags_flag":{"type":"boolean"},"tag_with":{"type":"array","items":{"type":"string"}},"objects":{"type":"array","items":{"type":"object","properties":{"object_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"name":{"type":"string"}}}},"mappings":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"source_value":{"type":"string"},"target_value":{"type":"string"},"mapping":{"type":"string"}}}},"is_active":{"type":"boolean"},"create_cron":{"type":"string"},"never_delete":{"type":"boolean"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"restore_timeframe_unit":{"type":"string"},"restore_timeframe_amount":{"type":"integer"},"retention_in_hours":{"type":"integer"},"timezone_location":{"type":"string"},"region":{"type":"string"},"target_region":{"type":"string"},"localChangeTS":{"type":"integer"},"delete_summary":{"type":"string"},"account_id":{"type":"string"},"organization_id":{"type":"string"}}},"PostOrganizationsAccountsRestorepoliciesResponse":{"type":"object","properties":{"is_testing_enabled":{"type":"boolean"},"id":{"type":"integer"},"name":{"type":"string"},"summary":{"type":"string"},"description":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"key":{"type":"string"},"value":{"type":"string"},"restore_policy_id":{"type":"integer"}}}},"match_all_tags_flag":{"type":"boolean"},"tag_with":{"type":"array","items":{"type":"string"}},"objects":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"object_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"restore_policy_id":{"type":"integer"}}}},"mappings":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"type":{"type":"string"},"source_value":{"type":"string"},"target_value":{"type":"string"},"mapping":{"type":"string"},"restore_policy_id":{"type":"integer"}}}},"is_active":{"type":"boolean"},"create_cron":{"type":"string"},"never_delete":{"type":"boolean"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"restore_timeframe_unit":{"type":"string"},"restore_timeframe_amount":{"type":"integer"},"retention_in_hours":{"type":"integer"},"timezone_location":{"type":"string"},"region":{"type":"string"},"target_region":{"type":"string"},"account_id":{"type":"string"},"organization_id":{"type":"string"},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PutOrganizationsAccountsRestorepoliciesByIdResponse":{"type":"object"},"DeleteOrganizationsAccountsRestoresByIdRequest":{"type":"object"},"DeleteOrganizationsAccountsRestoresByIdResponse":{"type":"object"},"GetOrganizationsAccountsRestoresByIdRequest":{"type":"object"},"GetOrganizationsAccountsRestoresByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"status":{"type":"string"},"origin":{"type":"string"},"artifact":{"type":"string"},"error":{"type":"string"},"type_restore":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"GetOrganizationsAccountsRestoresDownloadRequest":{"type":"object"},"GetOrganizationsAccountsRestoresDownloadResponse":{"type":"object","properties":{"signedUrl":{"type":"string"}}},"GetOrganizationsAccountsRestoresRequest":{"type":"object"},"GetOrganizationsAccountsRestoresResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"status":{"type":"string"},"origin":{"type":"string"},"artifact":{"type":"string"},"error":{"type":"string"},"type_restore":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}},"DeleteOrganizationsAccountsSchedulesServersByIdRequest":{"type":"object","properties":{"account_id":{"type":"string"},"external_id":{"type":"string"},"access_role_arn":{"type":"string"},"cloudformation_s3_url":{"type":"string"},"state":{"type":"string"},"state_reason":{"type":"string"},"has_agreed":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}},"DeleteOrganizationsAccountsSchedulesServersByIdResponse":{"type":"object","properties":{"server_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}},"GetOrganizationsAccountsSchedulesAverageRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesAverageResponse":{"type":"object","properties":{"Monday":{"type":"integer"},"Tuesday":{"type":"integer"},"Wednesday":{"type":"integer"},"Thursday":{"type":"integer"},"Friday":{"type":"integer"},"Saturday":{"type":"integer"},"Sunday":{"type":"integer"}}},"GetOrganizationsAccountsSchedulesByIdRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesByIdResponse":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"percent_on":{"type":"integer"},"hours_on":{"type":"integer"},"description":{"type":"string"},"schedule_json":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"type":{"type":"string"},"is_active":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"servers":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsSchedulesCountRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesCountResponse":{"type":"object","properties":{"count":{"type":"integer"}}},"GetOrganizationsAccountsSchedulesRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"percent_on":{"type":"integer"},"hours_on":{"type":"integer"},"description":{"type":"string"},"schedule_json":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"type":{"type":"string"},"is_active":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"servers":{"type":"array","items":{"type":"string"}},"schedule_times":{"type":"array","items":{"type":"object"}}}}}},"GetOrganizationsAccountsSchedulesServersRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesServersResponse":{"type":"object","properties":{"server_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}},"GetOrganizationsAccountsSchedulesTagsKeysRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesTagsKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsSchedulesTagsKeysValuesRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsSchedulesTimesRequest":{"type":"object"},"GetOrganizationsAccountsSchedulesTimesResponse":{"type":"object","properties":{"server_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"}}},"GetOrganizationsTasksSchedulesRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}},"all":{"type":"boolean"}}},"GetOrganizationsTasksSchedulesResponse":{"type":"object","properties":{"id":{"type":"integer"},"name":{"type":"string"},"is_active":{"type":"boolean"},"deleted_at":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"}}},"PostOrganizationsAccountsSchedulesRequest":{"type":"object","properties":{"servers":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"group_tags":{"type":"array","items":{"type":"string"}},"match_all_tags_flag":{"type":"boolean"},"is_active":{"type":"boolean"},"retainObjects":{"type":"boolean"},"timezone_location":{"type":"string"},"type":{"type":"string"},"groups":{"type":"array","items":{"type":"string"}},"schedule_json":{"type":"object","properties":{"Monday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Tuesday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Wednesday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Thursday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Friday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Saturday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Sunday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}}}},"hours_on":{"type":"integer"},"percent_on":{"type":"integer"},"name":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"schedule_times":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsSchedulesResponse":{"type":"object","properties":{"id":{"type":"integer"},"servers":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"match_all_tags_flag":{"type":"boolean"},"is_active":{"type":"boolean"},"timezone_location":{"type":"string"},"type":{"type":"string"},"schedule_json":{"type":"string"},"hours_on":{"type":"integer"},"percent_on":{"type":"integer"},"name":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"schedule_times":{"type":"array","items":{"type":"string"}},"updated_at":{"type":"string","format":"date-time"},"created_at":{"type":"string","format":"date-time"}}},"PostOrganizationsAccountsSchedulesScaleRequest":{"type":"object"},"PostOrganizationsAccountsSchedulesScaleResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsSchedulesSearchRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"string"}},"Keywords":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsSchedulesSearchResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"percent_on":{"type":"integer"},"hours_on":{"type":"integer"},"description":{"type":"string"},"schedule_json":{"type":"string"},"match_all_tags_flag":{"type":"boolean"},"type":{"type":"string"},"is_active":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}},"servers":{"type":"array","items":{"type":"object","properties":{"server_id":{"type":"string"}}}}}}}},"PostOrganizationsAccountsSchedulesServersRequest":{"type":"object","properties":{"server_id":{"type":"string"},"region":{"type":"string"},"type":{"type":"string"}}},"PostOrganizationsAccountsSchedulesStartRequest":{"type":"object"},"PostOrganizationsAccountsSchedulesStartResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsSchedulesStopRequest":{"type":"object"},"PostOrganizationsAccountsSchedulesStopResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PutOrganizationsAccountsSchedulesByIdRequest":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"percent_on":{"type":"integer"},"hours_on":{"type":"integer"},"description":{"type":"string"},"schedule_json":{"type":"object","properties":{"Monday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Tuesday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Wednesday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Thursday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Friday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Saturday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}},"Sunday":{"type":"array","items":{"type":"object","properties":{"start":{"type":"integer"},"end":{"type":"integer"},"action_type":{"type":"string"},"stop":{"type":"integer"},"minutes":{"type":"integer"}}}}}},"match_all_tags_flag":{"type":"boolean"},"type":{"type":"string"},"is_active":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"servers":{"type":"array","items":{"type":"object","properties":{"server_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"schedule_id":{"type":"string"}}}},"retainObjects":{"type":"boolean"},"lowest_scale":{"type":"integer"},"highest_scale":{"type":"integer"},"schedule_times":{"type":"array","items":{"type":"object","properties":{"day":{"type":"string"},"dayNumber":{"type":"integer"},"start_hour":{"type":"integer"},"stop_hour":{"type":"integer"},"start_mins":{"type":"integer"},"stop_mins":{"type":"integer"},"action_type":{"type":"string"},"start_cron":{"type":"string"},"stop_cron":{"type":"string"},"schedule_id":{"type":"string"}}}}}},"PutOrganizationsAccountsSchedulesByIdResponse":{"type":"object"},"DeleteOrganizationsScriptsByIdRequest":{"type":"object"},"DeleteOrganizationsScriptsByIdResponse":{"type":"object","properties":{"message":{"type":"string"}}},"DeleteOrganizationsScriptsRulesByIdRequest":{"type":"object"},"DeleteOrganizationsScriptsRulesByIdResponse":{"type":"object"},"GetOrganizationsScriptsByIdRequest":{"type":"object"},"GetOrganizationsScriptsByIdResponse":{"type":"object","properties":{"Name":{"type":"string"},"Owner":{"type":"string"},"PlatformTypes":{"type":"array","items":{"type":"string"}},"DocumentVersion":{"type":"string"},"DocumentType":{"type":"string"},"SchemaVersion":{"type":"string"},"DocumentFormat":{"type":"string"},"TargetType":{"type":"string"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Description":{"type":"string"},"Status":{"type":"string"},"Hash":{"type":"string"},"HashType":{"type":"string"},"LatestVersion":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}},"rules":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_regions":{"type":"boolean"},"all_accounts":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}}}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"resource_name":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}}}}},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"script_id":{"type":"integer"},"account_id":{"type":"string"},"scriptId":{"type":"integer"}}},"script_id":{"type":"integer"},"account_id":{"type":"string"}}}},"useLatestVersion":{"type":"boolean"}}},"GetOrganizationsScriptscacheRequest":{"type":"object"},"GetOrganizationsScriptscacheResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"string"},"_routing":{"type":"string"},"_source":{"type":"object","properties":{"Name":{"type":"string"},"Owner":{"type":"string"},"PlatformTypes":{"type":"array","items":{"type":"string"}},"DocumentVersion":{"type":"string"},"DocumentType":{"type":"string"},"SchemaVersion":{"type":"string"},"DocumentFormat":{"type":"string"},"Tags":{"type":"array","items":{"type":"string"}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Description":{"type":"string"},"Status":{"type":"string"},"Hash":{"type":"string"},"HashType":{"type":"string"},"LatestVersion":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"string"}}}},"sort":{"type":"array","items":{"type":"string"}}}}}},"GetOrganizationsScriptsRequest":{"type":"object"},"GetOrganizationsScriptsResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"model":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"region":{"type":"string"},"type":{"type":"string"},"owner":{"type":"string"},"description":{"type":"string"},"usage":{"type":"string"},"use_latest_version":{"type":"boolean"},"cached_id":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"deletedAt":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"script_id":{"type":"integer"},"account_id":{"type":"string"},"scriptId":{"type":"integer"}}}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_regions":{"type":"boolean"},"all_accounts":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}}}}}}},"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"owner":{"type":"string"},"region":{"type":"string"},"description":{"type":"string"},"cachedId":{"type":"string"},"usage":{"type":"string"},"useLatestVersion":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"script_id":{"type":"integer"},"account_id":{"type":"string"},"scriptId":{"type":"integer"}}},"script_id":{"type":"integer"},"account_id":{"type":"string"}}}},"rules":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_regions":{"type":"boolean"},"all_accounts":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}}}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"resource_name":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}}}}}}}}},"GetOrganizationsScriptsTagKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsScriptsTagsKeysRequest":{"type":"object"},"GetOrganizationsScriptsTagsKeysValuesRequest":{"type":"object"},"GetOrganizationsScriptsTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsScriptsRequest":{"type":"object","properties":{"name":{"type":"string"},"organization_id":{"type":"string"},"owner":{"type":"string"},"documentType":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"usage":{"type":"string"},"use_latest_version":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"string"}},"type":{"type":"string"}}},"PostOrganizationsScriptsResponse":{"type":"object","properties":{"model":{"type":"object","properties":{"id":{"type":"integer"},"rules":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"script_id":{"type":"integer"},"account_id":{"type":"string"},"scriptId":{"type":"integer"}}}},"name":{"type":"string"},"organization_id":{"type":"string"},"owner":{"type":"string"},"description":{"type":"string"},"region":{"type":"string"},"usage":{"type":"string"},"use_latest_version":{"type":"boolean"},"type":{"type":"string"},"cached_id":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"}}},"id":{"type":"integer"},"organization_id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"owner":{"type":"string"},"region":{"type":"string"},"description":{"type":"string"},"cachedId":{"type":"string"},"usage":{"type":"string"},"useLatestVersion":{"type":"boolean"},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"script_id":{"type":"integer"},"account_id":{"type":"string"},"scriptId":{"type":"integer"}}},"script_id":{"type":"integer"},"account_id":{"type":"string"}}}},"rules":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsScriptsRulesRequest":{"type":"object","properties":{"rule_type":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"regions":{"type":"array","items":{"type":"string"}},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"resources":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"execution_type":{"type":"string"},"script_id":{"type":"integer"}}},"PostOrganizationsScriptsRulesResponse":{"type":"object","properties":{"model":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"rule_type":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}}},"tags":{"type":"array","items":{"type":"string"}},"execution_type":{"type":"string"},"script_id":{"type":"integer"},"updatedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"}}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"resource_name":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}}}},"PutOrganizationsScriptsByIdRequest":{"type":"object","properties":{"use_latest_version":{"type":"boolean"}}},"PutOrganizationsScriptsByIdResponse":{"type":"object","properties":{"message":{"type":"string"}}},"PutOrganizationsScriptsRulesByIdRequest":{"type":"object","properties":{"rule_type":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"regions":{"type":"array","items":{"type":"string"}},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"resources":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"execution_type":{"type":"string"},"script_id":{"type":"integer"}}},"PutOrganizationsScriptsRulesByIdResponse":{"type":"object","properties":{"model":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"id":{"type":"integer"},"rule_type":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"resources":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}}},"tags":{"type":"array","items":{"type":"string"}},"execution_type":{"type":"string"},"script_id":{"type":"integer"},"updatedAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"}}},"id":{"type":"integer"},"script_id":{"type":"integer"},"rule_type":{"type":"string"},"execution_type":{"type":"string"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"regions":{"type":"array","items":{"type":"string"}},"resources":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"account_id":{"type":"string"},"region":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"resource_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"resource_name":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"model":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}},"rule_id":{"type":"integer"},"account_id":{"type":"string"}}}}}},"GetOrganizationsAccountsServersByIdRequest":{"type":"object"},"GetOrganizationsAccountsServersByIdResponse":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"string"}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"string"}},"Volumes":{"type":"array","items":{"type":"object","properties":{"Attachments":{"type":"array","items":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"Device":{"type":"string"},"InstanceId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"}}}},"AvailabilityZone":{"type":"string"},"CreateTime":{"type":"string","format":"date-time"},"Encrypted":{"type":"boolean"},"Size":{"type":"integer"},"SnapshotId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"Iops":{"type":"integer"},"Tags":{"type":"array","items":{"type":"string"}},"VolumeType":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"string"}}}}}}},"GetOrganizationsAccountsServersCountRequest":{"type":"object"},"GetOrganizationsAccountsServersCountResponse":{"type":"object","properties":{"count":{"type":"integer"},"_shards":{"type":"object","properties":{"total":{"type":"integer"},"successful":{"type":"integer"},"failed":{"type":"integer"}}}}},"GetOrganizationsAccountsServersDb_subnet_groupByIdRequest":{"type":"object"},"GetOrganizationsAccountsServersDb_subnet_groupByIdResponse":{"type":"object","properties":{"instances":{"type":"array","items":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"number"},"_routing":{"type":"string"},"_source":{"type":"object"}}}}}},"GetOrganizationsAccountsServersIdsRequest":{"type":"object"},"GetOrganizationsAccountsServersIdsResponse":{"type":"object","properties":{"InstanceId":{"type":"string"},"Type":{"type":"string"},"Region":{"type":"string"},"AccountId":{"type":"string"},"Name":{"type":"string"}}},"GetOrganizationsAccountsServersPoliciesRequest":{"type":"object"},"GetOrganizationsAccountsServersPoliciesResponse":{"type":"object","properties":{"policies":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsServersProtection_countRequest":{"type":"object"},"GetOrganizationsAccountsServersProtection_countResponse":{"type":"object","properties":{"protected":{"type":"integer"},"not_protected":{"type":"integer"}}},"GetOrganizationsAccountsServersRegionByIdRequest":{"type":"object"},"GetOrganizationsAccountsServersRegionByIdResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_id":{"type":"string"},"Type":{"type":"string"},"InstanceId":{"type":"string"},"Name":{"type":"string"},"TagCount":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object"}},"InstanceType":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"Region":{"type":"string"},"AvailabilityZone":{"type":"string"},"Schedules":{"type":"array","items":{"type":"string"}},"Policies":{"type":"array","items":{"type":"string"}},"HasIndexedBackups":{"type":"boolean"},"VpcId":{"type":"string"},"SubnetId":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}}}}}},"GetOrganizationsAccountsServersRequest":{"type":"object"},"GetOrganizationsAccountsServersResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_id":{"type":"string"},"Type":{"type":"string"},"InstanceId":{"type":"string"},"Name":{"type":"string"},"TagCount":{"type":"integer"},"Tags":{"type":"array","items":{"type":"string"}},"InstanceType":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"Region":{"type":"string"},"AvailabilityZone":{"type":"string"},"Schedules":{"type":"array","items":{"type":"string"}},"Policies":{"type":"array","items":{"type":"string"}},"HasIndexedBackups":{"type":"boolean"},"VpcId":{"type":"string"},"SubnetId":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}}}}}},"GetOrganizationsAccountsServersSchedulesRequest":{"type":"object"},"GetOrganizationsAccountsServersSchedulesResponse":{"type":"object","properties":{"schedules":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsServersSecurity_groupByIdRequest":{"type":"object"},"GetOrganizationsAccountsServersSecurity_groupByIdResponse":{"type":"object","properties":{"instances":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsAccountsServersStatsRequest":{"type":"object"},"GetOrganizationsAccountsServersStatsResponse":{"type":"object","properties":{"total":{"type":"object","properties":{"count":{"type":"integer"},"protected":{"type":"integer"},"scheduled":{"type":"integer"}}}}},"GetOrganizationsAccountsServersSubnetByIdRequest":{"type":"object"},"GetOrganizationsAccountsServersSubnetByIdResponse":{"type":"object","properties":{"instances":{"type":"array","items":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"number"},"_routing":{"type":"string"},"_source":{"type":"object"}}}}}},"GetOrganizationsAccountsServersTagsKeysRequest":{"type":"object"},"GetOrganizationsAccountsServersTagsKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsServersTagsKeysValuesRequest":{"type":"object"},"GetOrganizationsAccountsServersTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsServers_configuredRequest":{"type":"object"},"GetOrganizationsAccountsServers_configuredResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_id":{"type":"string"},"Type":{"type":"string"},"InstanceId":{"type":"string"},"Name":{"type":"string"},"TagCount":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object"}},"InstanceType":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"Region":{"type":"string"},"AvailabilityZone":{"type":"string"},"Schedules":{"type":"array","items":{"type":"string"}},"Policies":{"type":"array","items":{"type":"string"}},"HasIndexedBackups":{"type":"boolean"}}}}},"GetOrganizationsResourcesTagsKeysValuesRequest":{"type":"object"},"GetOrganizationsResourcesTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsServersAdr_verificationRequest":{"type":"object","properties":{"source_region":{"type":"string"},"target_region":{"type":"string"},"rpo":{"type":"object","properties":{"recovery_point_objective":{"type":"integer"},"recovery_point_unit":{"type":"string"}}},"rules":{"type":"array","items":{"type":"object","properties":{"resource_types":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"matches":{"type":"object"},"id":{"type":"integer"},"dr_plan_id":{"type":"integer"},"rule_type":{"type":"string"},"all_resource_types":{"type":"boolean"},"exclude":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"match":{"type":"integer"},"protectedStatus":{"type":"string"}}}},"target_account_id":{"type":"string"}}},"PostOrganizationsAccountsServersAdr_verificationResponse":{"type":"object","properties":{"verifiedResources":{"type":"array","items":{"type":"object"}},"validPolicies":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer"},"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"organizationId":{"type":"string"},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"matches":{"type":"object"},"id":{"type":"integer"},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"policyId":{"type":"integer"},"accounts":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"account_id":{"type":"string"},"ruleId":{"type":"integer"}}}},"resources":{"type":"array","items":{"type":"object","properties":{"resource_id":{"type":"string"},"type":{"type":"string"},"region":{"type":"string"},"account_id":{"type":"string"}}}}}}},"resource_options":{"type":"object","properties":{"policy_id":{"type":"integer"},"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"},"script_failback_action":{"type":"string"},"script_timeout_seconds":{"type":"integer"},"policyId":{"type":"integer"}}},"copies":{"type":"object","properties":{"policy_id":{"type":"integer"},"first_region":{"type":"string"},"second_region":{"type":"string"},"cross_account_region":{"type":"string"},"cross_account_id":{"type":"string"},"interval":{"type":"integer"},"retention_type":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"},"policyId":{"type":"integer"}}}}}}}},"PostOrganizationsAccountsServersBackupRequest":{"type":"object","properties":{"type":{"type":"string"},"backup_type":{"type":"string"}}},"PostOrganizationsAccountsServersBackupResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsServersRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"Keywords":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsServersResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_id":{"type":"string"},"Type":{"type":"string"},"InstanceId":{"type":"string"},"Name":{"type":"string"},"TagCount":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object"}},"InstanceType":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"Region":{"type":"string"},"AvailabilityZone":{"type":"string"},"Schedules":{"type":"array","items":{"type":"string"}},"Policies":{"type":"array","items":{"type":"string"}},"HasIndexedBackups":{"type":"boolean"},"VpcId":{"type":"string"},"SubnetId":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}}}}}},"PostOrganizationsAccountsServersSshkeysRequest":{"type":"object","properties":{"region":{"type":"string"},"rules":{"type":"array","items":{"type":"object","properties":{"resource_types":{"type":"array","items":{"type":"string"}},"regions":{"type":"array","items":{"type":"string"}},"matches":{"type":"object"},"id":{"type":"integer"},"dr_plan_id":{"type":"integer"},"rule_type":{"type":"string"},"all_resource_types":{"type":"boolean"},"exclude":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"resources":{"type":"array","items":{"type":"string"}},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"match":{"type":"integer"},"protectedStatus":{"type":"string"}}}}}},"PostOrganizationsAccountsServersSshkeysResponse":{"type":"object","properties":{"KeyPairs":{"type":"array","items":{"type":"object","properties":{"KeyFingerprint":{"type":"string"},"KeyName":{"type":"string"},"KeyPairId":{"type":"string"},"KeyType":{"type":"string"},"Region":{"type":"string"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}}}}},"PostOrganizationsAccountsServersStartRequest":{"type":"object"},"PostOrganizationsAccountsServersStartResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsServersStopRequest":{"type":"object"},"PostOrganizationsAccountsServersStopResponse":{"type":"object","properties":{"job_id":{"type":"string"}}},"PostOrganizationsAccountsServersTagsCountRequest":{"type":"object","properties":{"all":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}}}},"PostOrganizationsAccountsServersTagsCountResponse":{"type":"object","properties":{"hits":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"array","items":{"type":"object"}}}}}},"PutOrganizationsAccountsServersByIdRequest":{"type":"object","properties":{"AmiLaunchIndex":{"type":"integer"},"ImageId":{"type":"string"},"InstanceId":{"type":"string"},"InstanceType":{"type":"string"},"KeyName":{"type":"string"},"LaunchTime":{"type":"string","format":"date-time"},"Monitoring":{"type":"object","properties":{"State":{"type":"string"}}},"Placement":{"type":"object","properties":{"AvailabilityZone":{"type":"string"},"GroupName":{"type":"string"},"Tenancy":{"type":"string"}}},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"ProductCodes":{"type":"array","items":{"type":"string"}},"PublicDnsName":{"type":"string"},"PublicIpAddress":{"type":"string"},"State":{"type":"object","properties":{"Code":{"type":"integer"},"Name":{"type":"string"}}},"StateTransitionReason":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"Architecture":{"type":"string"},"BlockDeviceMappings":{"type":"array","items":{"type":"object","properties":{"DeviceName":{"type":"string"},"Ebs":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"DeleteOnTermination":{"type":"boolean"},"Status":{"type":"string"},"VolumeId":{"type":"string"}}}}}},"ClientToken":{"type":"string"},"EbsOptimized":{"type":"boolean"},"EnaSupport":{"type":"boolean"},"Hypervisor":{"type":"string"},"ElasticGpuAssociations":{"type":"array","items":{"type":"string"}},"ElasticInferenceAcceleratorAssociations":{"type":"array","items":{"type":"string"}},"NetworkInterfaces":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Attachment":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"AttachmentId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"},"DeviceIndex":{"type":"integer"},"Status":{"type":"string"}}},"Description":{"type":"string"},"Groups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"Ipv6Addresses":{"type":"array","items":{"type":"string"}},"MacAddress":{"type":"string"},"NetworkInterfaceId":{"type":"string"},"OwnerId":{"type":"string"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"},"PrivateIpAddresses":{"type":"array","items":{"type":"object","properties":{"Association":{"type":"object","properties":{"IpOwnerId":{"type":"string"},"PublicDnsName":{"type":"string"},"PublicIp":{"type":"string"}}},"Primary":{"type":"boolean"},"PrivateDnsName":{"type":"string"},"PrivateIpAddress":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Status":{"type":"string"},"SubnetId":{"type":"string"},"VpcId":{"type":"string"},"InterfaceType":{"type":"string"}}}},"RootDeviceName":{"type":"string"},"RootDeviceType":{"type":"string"},"SecurityGroups":{"type":"array","items":{"type":"object","properties":{"GroupName":{"type":"string"},"GroupId":{"type":"string"}}}},"SourceDestCheck":{"type":"boolean"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VirtualizationType":{"type":"string"},"CpuOptions":{"type":"object","properties":{"CoreCount":{"type":"integer"},"ThreadsPerCore":{"type":"integer"}}},"CapacityReservationSpecification":{"type":"object","properties":{"CapacityReservationPreference":{"type":"string"}}},"HibernationOptions":{"type":"object","properties":{"Configured":{"type":"boolean"}}},"Licenses":{"type":"array","items":{"type":"string"}},"MetadataOptions":{"type":"object","properties":{"State":{"type":"string"},"HttpTokens":{"type":"string"},"HttpPutResponseHopLimit":{"type":"integer"},"HttpEndpoint":{"type":"string"}}},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"Name":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}},"Volumes":{"type":"array","items":{"type":"object","properties":{"Attachments":{"type":"array","items":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"Device":{"type":"string"},"InstanceId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"}}}},"AvailabilityZone":{"type":"string"},"CreateTime":{"type":"string","format":"date-time"},"Encrypted":{"type":"boolean"},"Size":{"type":"integer"},"SnapshotId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"Iops":{"type":"integer"},"Tags":{"type":"array","items":{"type":"string"}},"VolumeType":{"type":"string"},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"string"}}}}}}},"PutOrganizationsAccountsServersByIdResponse":{"type":"object"},"GetOrganizationsTasksByIdRequest":{"type":"object"},"GetOrganizationsTasksByIdResponse":{"type":"object","properties":{"id":{"type":"string"},"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"job":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"account":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}}}},"steps":{"type":"array","items":{"type":"object"}}}},"GetOrganizationsTasksRequest":{"type":"object"},"GetOrganizationsTasksResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"id":{"type":"string"},"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"job":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"account":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"name":{"type":"string"},"initials":{"type":"string"},"color":{"type":"string"},"avatar_image":{"type":"string"},"type":{"type":"string"},"default_timezone_location":{"type":"string"},"is_active":{"type":"boolean"},"is_legal_hold_account":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"}}},"backup_policy":{"type":"object","properties":{"name":{"type":"string"}}}}}}}}},"PostOrganizationsAccountsTasksStopRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"retention":{"type":"object","properties":{"type":{"type":"string"},"tiered_unit":{"type":"string"},"tiered_amount":{"type":"integer"},"tiered_weekly_enabled":{"type":"boolean"},"tiered_monthly_enabled":{"type":"boolean"},"tiered_yearly_enabled":{"type":"boolean"},"tiered_weekly_amount":{"type":"integer"},"tiered_monthly_amount":{"type":"integer"},"tiered_yearly_amount":{"type":"integer"},"backups_count":{"type":"string"}}},"tag_with":{"type":"array","items":{"type":"string"}},"copies":{"type":"object","properties":{"first_region":{"type":"string"},"second_region":{"type":"string"},"cross_account_region":{"type":"string"},"cross_account_id":{"type":"string"},"interval":{"type":"integer"},"retention_type":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"}}},"s3_archive":{"type":"object","properties":{"weekly_storage_class":{"type":"string"},"monthly_storage_class":{"type":"string"},"yearly_storage_class":{"type":"string"},"weekly_enabled":{"type":"boolean"},"monthly_enabled":{"type":"boolean"},"yearly_enabled":{"type":"boolean"}}},"resource_options":{"type":"object","properties":{"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"}}},"encryption_mappings":{"type":"array","items":{"type":"string"}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"key":{"type":"string"},"value":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"string"}}}}}}},"PostOrganizationsAccountsTasksStopResponse":{"type":"object","properties":{"id":{"type":"string"},"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"job":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"PostOrganizationsTasksStopRequest":{"type":"object","properties":{"organization_id":{"type":"string"},"timezone_location":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"inherit_tags":{"type":"boolean"},"schedule_cron":{"type":"string"},"is_active":{"type":"boolean"},"is_fls_indexed":{"type":"boolean"},"fls_index_freq":{"type":"string"},"created_by":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"deleted_at":{"type":"string"},"retention":{"type":"object","properties":{"type":{"type":"string"},"tiered_unit":{"type":"string"},"tiered_amount":{"type":"integer"},"tiered_weekly_enabled":{"type":"boolean"},"tiered_monthly_enabled":{"type":"boolean"},"tiered_yearly_enabled":{"type":"boolean"},"tiered_weekly_amount":{"type":"integer"},"tiered_monthly_amount":{"type":"integer"},"tiered_yearly_amount":{"type":"integer"},"backups_count":{"type":"string"}}},"tag_with":{"type":"array","items":{"type":"string"}},"copies":{"type":"object","properties":{"first_region":{"type":"string"},"second_region":{"type":"string"},"cross_account_region":{"type":"string"},"cross_account_id":{"type":"string"},"interval":{"type":"integer"},"retention_type":{"type":"string"},"retention_amount":{"type":"integer"},"retention_unit":{"type":"string"}}},"s3_archive":{"type":"object","properties":{"weekly_storage_class":{"type":"string"},"monthly_storage_class":{"type":"string"},"yearly_storage_class":{"type":"string"},"weekly_enabled":{"type":"boolean"},"monthly_enabled":{"type":"boolean"},"yearly_enabled":{"type":"boolean"}}},"resource_options":{"type":"object","properties":{"ec2_amis":{"type":"boolean"},"ami_reboot":{"type":"boolean"},"vss":{"type":"boolean"},"scripts":{"type":"boolean"}}},"encryption_mappings":{"type":"array","items":{"type":"string"}},"rules":{"type":"array","items":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"}},"resource_types":{"type":"array","items":{"type":"string"}},"policy_id":{"type":"integer"},"rule_type":{"type":"string"},"exclude":{"type":"boolean"},"all_accounts":{"type":"boolean"},"all_regions":{"type":"boolean"},"all_resource_types":{"type":"boolean"},"created_at":{"type":"string"},"updated_at":{"type":"string"},"accounts":{"type":"array","items":{"type":"object","properties":{"account_id":{"type":"string"}}}},"tags":{"type":"array","items":{"type":"object","properties":{"rule_id":{"type":"integer"},"key":{"type":"string"},"value":{"type":"string"}}}},"resources":{"type":"array","items":{"type":"string"}}}}}}},"PostOrganizationsTasksStopResponse":{"type":"object","properties":{"id":{"type":"string"},"job_id":{"type":"string"},"region":{"type":"string"},"resource_type":{"type":"string"},"resource_id":{"type":"string"},"resource_name":{"type":"string"},"action":{"type":"string"},"is_success":{"type":"boolean"},"halt":{"type":"boolean"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"job":{"type":"object","properties":{"id":{"type":"string"},"organization_id":{"type":"string"},"account_id":{"type":"string"},"type":{"type":"string"},"action":{"type":"string"},"object_id":{"type":"integer"},"event_type":{"type":"string"},"event_at":{"type":"string","format":"date-time"},"cron":{"type":"string"},"cron_location":{"type":"string"},"total_tasks":{"type":"integer"},"total_success":{"type":"integer"},"total_fail":{"type":"integer"},"seq":{"type":"integer"},"halt":{"type":"string"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"}}}}},"GetAuthorizeRequest":{"type":"object"},"GetAuthorizeResponse":{"type":"object","properties":{"token":{"type":"string"}}},"GetIpResponse":{"type":"object","properties":{"ip":{"type":"string"}}},"PostMfa_verifyRequest":{"type":"object","properties":{"security_token":{"type":"string"}}},"PostMfa_verifyResponse":{"type":"object","properties":{"mfa_token":{"type":"string"}}},"GetOrganizationsAccountsVolumesByIdRequest":{"type":"object"},"GetOrganizationsAccountsVolumesByIdResponse":{"type":"object","properties":{"Attachments":{"type":"array","items":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"Device":{"type":"string"},"InstanceId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"}}}},"AvailabilityZone":{"type":"string"},"CreateTime":{"type":"string","format":"date-time"},"Encrypted":{"type":"boolean"},"KmsKeyId":{"type":"string"},"Size":{"type":"integer"},"SnapshotId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"Iops":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VolumeType":{"type":"string"},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}},"GetOrganizationsAccountsVolumesIdsRequest":{"type":"object"},"GetOrganizationsAccountsVolumesIdsResponse":{"type":"object","properties":{"VolumeId":{"type":"string"},"Type":{"type":"string"},"Region":{"type":"string"},"AccountId":{"type":"string"},"Name":{"type":"string"}}},"GetOrganizationsAccountsVolumesRequest":{"type":"object"},"GetOrganizationsAccountsVolumesResponse":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"integer"},"_routing":{"type":"string"},"_source":{"type":"object","properties":{"Attachments":{"type":"array","items":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"Device":{"type":"string"},"InstanceId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"}}}},"AvailabilityZone":{"type":"string"},"CreateTime":{"type":"string","format":"date-time"},"Encrypted":{"type":"boolean"},"Size":{"type":"integer"},"SnapshotId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"Iops":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VolumeType":{"type":"string"},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}}}}}},"GetOrganizationsAccountsVolumesTagsKeysRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"all":{"type":"boolean"},"account_ids":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsVolumesTagsKeysResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsAccountsVolumesTagsKeysValuesRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}},"GetOrganizationsAccountsVolumesTagsKeysValuesResponse":{"type":"object","properties":{"values":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsVolumesTagsCountRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}},"all":{"type":"boolean"},"account_ids":{"type":"array","items":{"type":"string"}}}},"PostOrganizationsAccountsVolumesTagsCountResponse":{"type":"object","properties":{"hits":{"type":"object","properties":{"total":{"type":"integer"},"hits":{"type":"array","items":{"type":"object","properties":{"_index":{"type":"string"},"_type":{"type":"string"},"_id":{"type":"string"},"_score":{"type":"number"},"_routing":{"type":"string"},"_source":{"type":"object","properties":{"Attachments":{"type":"array","items":{"type":"object","properties":{"AttachTime":{"type":"string","format":"date-time"},"Device":{"type":"string"},"InstanceId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"DeleteOnTermination":{"type":"boolean"}}}},"AvailabilityZone":{"type":"string"},"CreateTime":{"type":"string","format":"date-time"},"Encrypted":{"type":"boolean"},"Size":{"type":"integer"},"SnapshotId":{"type":"string"},"State":{"type":"string"},"VolumeId":{"type":"string"},"Iops":{"type":"integer"},"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"VolumeType":{"type":"string"},"MultiAttachEnabled":{"type":"boolean"},"__OrganizationId":{"type":"string"},"__AccountId":{"type":"string"},"postDate":{"type":"string","format":"date-time"},"Region":{"type":"string"},"Type":{"type":"string"},"Source":{"type":"string"},"ObjectType":{"type":"string"},"Id":{"type":"string"},"TagStrings":{"type":"array","items":{"type":"object","properties":{"Combined":{"type":"string"}}}}}}}}}}}}},"PutOrganizationsAccountsVolumesByIdRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}}}},"PutOrganizationsAccountsVolumesByIdResponse":{"type":"object"},"GetOrganizationsSubnetsRequest":{"type":"object","properties":{"Tags":{"type":"array","items":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"string"}}}},"all":{"type":"boolean"},"account_ids":{"type":"array","items":{"type":"string"}}}},"GetOrganizationsSubnetsResponse":{"type":"object","properties":{"hits":{"type":"array","items":{"type":"object"}},"count":{"type":"integer"}}},"GetOrganizationsVpcsRequest":{"type":"object"},"GetOrganizationsVpcsResponse":{"type":"object","properties":{"hits":{"type":"array","items":{"type":"object"}},"count":{"type":"integer"}}}},"x-readme":{"proxy-enabled":true}},"x-readme":{"proxy-enabled":true}}