{"endpoint": "AcceptNetPeering.json", "réponse": {"operationId": "AcceptNetPeering", "path": "/AcceptNetPeering", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetPeeringId": "pcx-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/AcceptNetPeering \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetPeeringId\": \"pcx-12345678\"}'"]}, "endpoint_index": 1} {"endpoint": "AddUserToUserGroup.json", "réponse": {"operationId": "AddUserToUserGroup", "path": "/AddUserToUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"UserGroupName": "example-usergroup", "UserGroupPath": "/example/", "UserName": "example-user", "UserPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/AddUserToUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"UserGroupName\": \"example-usergroup\", \"UserGroupPath\": \"/example/\", \"UserName\": \"example-user\", \"UserPath\": \"/example/\"}'"]}, "endpoint_index": 2} {"endpoint": "CheckAuthentication.json", "réponse": {"operationId": "CheckAuthentication", "path": "/CheckAuthentication", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Login": "example@example.com", "Password": "$OSC_PASSWORD"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CheckAuthentication \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Login\": \"example@example.com\", \"Password\": \"$OSC_PASSWORD\"}'"]}, "endpoint_index": 3} {"endpoint": "CreateAccessKey.json", "réponse": {"operationId": "CreateAccessKey", "path": "/CreateAccessKey", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ExpirationDate": "2063-04-05"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateAccessKey \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ExpirationDate\": \"2063-04-05\"}'"]}, "endpoint_index": 4} {"endpoint": "CreateAccount.json", "réponse": {"operationId": "CreateAccount", "path": "/CreateAccount", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"City": "SAINT-CLOUD", "CompanyName": "EXAMPLE SAS", "Country": "FRANCE", "CustomerId": "87654321", "Email": "example@example.com", "FirstName": "JEAN", "LastName": "DUPONT", "ZipCode": "92210"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateAccount \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"City\": \"SAINT-CLOUD\", \"CompanyName\": \"EXAMPLE SAS\", \"Country\": \"FRANCE\", \"CustomerId\": \"87654321\", \"Email\": \"example@example.com\", \"FirstName\": \"JEAN\", \"LastName\": \"DUPONT\", \"ZipCode\": \"92210\"}'"]}, "endpoint_index": 5} {"endpoint": "CreateApiAccessRule.json", "réponse": {"operationId": "CreateApiAccessRule", "path": "/CreateApiAccessRule", "method": "post", "examples": [{"name": "ex1", "summary": "Creating an API access rule based on IPs", "value": {"IpRanges": ["192.0.2.0", "198.51.100.0/24"], "Description": "Basic API Access Rule with IPs"}}, {"name": "ex2", "summary": "Creating an API access rule based on IPs and Certificate Authority (CA)", "value": {"IpRanges": ["192.0.2.0", "198.51.100.0/24"], "CaIds": ["ca-fedcba0987654321fedcba0987654321"], "Description": "API Access Rule with IPs and CA"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateApiAccessRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"IpRanges\": [\"192.0.2.0\", \"198.51.100.0/24\"], \"Description\": \"Basic API Access Rule with IPs\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateApiAccessRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"IpRanges\": [\"192.0.2.0\", \"198.51.100.0/24\"], \"CaIds\": [\"ca-fedcba0987654321fedcba0987654321\"], \"Description\": \"API Access Rule with IPs and CA\"}'"]}, "endpoint_index": 6} {"endpoint": "CreateCa.json", "réponse": {"operationId": "CreateCa", "path": "/CreateCa", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"CaPem": "XXXX", "Description": "CA example"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateCa \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"CaPem\": \"XXXX\", \"Description\": \"CA example\"}'"]}, "endpoint_index": 7} {"endpoint": "CreateClientGateway.json", "réponse": {"operationId": "CreateClientGateway", "path": "/CreateClientGateway", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ConnectionType": "ipsec.1", "PublicIp": "192.0.2.0", "BgpAsn": 65000}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateClientGateway \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ConnectionType\": \"ipsec.1\", \"PublicIp\": \"192.0.2.0\", \"BgpAsn\": 65000}'"]}, "endpoint_index": 8} {"endpoint": "CreateDedicatedGroup.json", "réponse": {"operationId": "CreateDedicatedGroup", "path": "/CreateDedicatedGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"CpuGeneration": 4, "Name": "dedicated-group-example", "SubregionName": "eu-west-2a"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateDedicatedGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"CpuGeneration\": 4, \"Name\": \"dedicated-group-example\", \"SubregionName\": \"eu-west-2a\"}'"]}, "endpoint_index": 9} {"endpoint": "CreateDhcpOptions.json", "réponse": {"operationId": "CreateDhcpOptions", "path": "/CreateDhcpOptions", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DomainName": "example.com", "DomainNameServers": ["192.0.2.0", "198.51.100.0"], "NtpServers": ["203.0.113.0", "203.0.113.1"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateDhcpOptions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DomainName\": \"example.com\", \"DomainNameServers\": [\"192.0.2.0\", \"198.51.100.0\"], \"NtpServers\": [\"203.0.113.0\", \"203.0.113.1\"]}'"]}, "endpoint_index": 10} {"endpoint": "CreateDirectLink.json", "réponse": {"operationId": "CreateDirectLink", "path": "/CreateDirectLink", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Location": "PAR1", "Bandwidth": "1Gbps", "DirectLinkName": "Connection to Outscale"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateDirectLink \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Location\": \"PAR1\", \"Bandwidth\": \"1Gbps\", \"DirectLinkName\": \"Connection to Outscale\"}'"]}, "endpoint_index": 11} {"endpoint": "CreateDirectLinkInterface.json", "réponse": {"operationId": "CreateDirectLinkInterface", "path": "/CreateDirectLinkInterface", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DirectLinkId": "dxcon-12345678", "DirectLinkInterface": {"DirectLinkInterfaceName": "MyDirectLinkInterface", "Vlan": 101, "BgpAsn": 65000, "BgpKey": "tgyn26example", "OutscalePrivateIp": "172.16.0.4/30", "ClientPrivateIp": "172.16.0.5/30", "VirtualGatewayId": "vgw-12345678"}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateDirectLinkInterface \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DirectLinkId\": \"dxcon-12345678\", \"DirectLinkInterface\": {\"DirectLinkInterfaceName\": \"MyDirectLinkInterface\", \"Vlan\": 101, \"BgpAsn\": 65000, \"BgpKey\": \"tgyn26example\", \"OutscalePrivateIp\": \"172.16.0.4/30\", \"ClientPrivateIp\": \"172.16.0.5/30\", \"VirtualGatewayId\": \"vgw-12345678\"}}'"]}, "endpoint_index": 12} {"endpoint": "CreateFlexibleGpu.json", "réponse": {"operationId": "CreateFlexibleGpu", "path": "/CreateFlexibleGpu", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ModelName": "nvidia-p100", "Generation": "v5", "SubregionName": "eu-west-2a", "DeleteOnVmDeletion": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateFlexibleGpu \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ModelName\": \"nvidia-p100\", \"Generation\": \"v5\", \"SubregionName\": \"eu-west-2a\", \"DeleteOnVmDeletion\": true}'"]}, "endpoint_index": 13} {"endpoint": "CreateImage.json", "réponse": {"operationId": "CreateImage", "path": "/CreateImage", "method": "post", "examples": [{"name": "ex1", "summary": "Creating from a VM", "value": {"ImageName": "create-image-example", "VmId": "i-12345678", "NoReboot": true}}, {"name": "ex2", "summary": "Copying an OMI", "value": {"ImageName": "copy-image-example", "SourceImageId": "ami-12345678", "SourceRegionName": "eu-west-2"}}, {"name": "ex3", "summary": "Registering from a snapshot", "value": {"ImageName": "register-image-from-snapshot-example", "BlockDeviceMappings": [{"DeviceName": "/dev/sda1", "Bsu": {"SnapshotId": "snap-12345678", "VolumeSize": 120, "VolumeType": "io1", "Iops": 150, "DeleteOnVmDeletion": true}}], "RootDeviceName": "/dev/sda1"}}, {"name": "ex4", "summary": "Registering from a bucket by using a manifest file", "value": {"ImageName": "register-image-from-bucket-example", "FileLocation": "https://oos.eu-west-2.outscale.com/BUCKET/KEY?AWSAccessKeyId=ABCDEFGHIJ0123456789&Expires=1493372309&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageName\": \"create-image-example\", \"VmId\": \"i-12345678\", \"NoReboot\": true}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageName\": \"copy-image-example\", \"SourceImageId\": \"ami-12345678\", \"SourceRegionName\": \"eu-west-2\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageName\": \"register-image-from-snapshot-example\", \"BlockDeviceMappings\": [{\"DeviceName\": \"/dev/sda1\", \"Bsu\": {\"SnapshotId\": \"snap-12345678\", \"VolumeSize\": 120, \"VolumeType\": \"io1\", \"Iops\": 150, \"DeleteOnVmDeletion\": true}}], \"RootDeviceName\": \"/dev/sda1\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageName\": \"register-image-from-bucket-example\", \"FileLocation\": \"https://oos.eu-west-2.outscale.com/BUCKET/KEY?AWSAccessKeyId=ABCDEFGHIJ0123456789&Expires=1493372309&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"}'"]}, "endpoint_index": 14} {"endpoint": "CreateImageExportTask.json", "réponse": {"operationId": "CreateImageExportTask", "path": "/CreateImageExportTask", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ImageId": "ami-12345678", "OsuExport": {"DiskImageFormat": "qcow2", "OsuBucket": "BUCKET", "OsuPrefix": "PREFIX"}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateImageExportTask \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"OsuExport\": {\"DiskImageFormat\": \"qcow2\", \"OsuBucket\": \"BUCKET\", \"OsuPrefix\": \"PREFIX\"}}'"]}, "endpoint_index": 15} {"endpoint": "CreateInternetService.json", "réponse": {"operationId": "CreateInternetService", "path": "/CreateInternetService", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateInternetService \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 16} {"endpoint": "CreateKeypair.json", "réponse": {"operationId": "CreateKeypair", "path": "/CreateKeypair", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a keypair", "value": {"KeypairName": "create-keypair-example"}}, {"name": "ex2", "summary": "Importing a keypair created locally", "value": {"KeypairName": "import-keypair-example", "PublicKey": "..."}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateKeypair \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"KeypairName\": \"create-keypair-example\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateKeypair \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"KeypairName\": \"import-keypair-example\", \"PublicKey\": \"...\"}'"]}, "endpoint_index": 17} {"endpoint": "CreateListenerRule.json", "réponse": {"operationId": "CreateListenerRule", "path": "/CreateListenerRule", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a listener rule based on a host pattern", "value": {"Listener": {"LoadBalancerName": "example-lbu", "LoadBalancerPort": 80}, "ListenerRule": {"Action": "forward", "HostNamePattern": "*.example.com", "ListenerRuleName": "example-listener-rule", "Priority": 10}, "VmIds": ["i-12345678"]}}, {"name": "ex2", "summary": "Creating a listener rule based on a path pattern", "value": {"Listener": {"LoadBalancerName": "example-lbu", "LoadBalancerPort": 80}, "ListenerRule": {"Action": "forward", "PathPattern": "/docs/*", "ListenerRuleName": "example-listener-rule", "Priority": 100}, "VmIds": ["i-12345678"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateListenerRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Listener\": {\"LoadBalancerName\": \"example-lbu\", \"LoadBalancerPort\": 80}, \"ListenerRule\": {\"Action\": \"forward\", \"HostNamePattern\": \"*.example.com\", \"ListenerRuleName\": \"example-listener-rule\", \"Priority\": 10}, \"VmIds\": [\"i-12345678\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateListenerRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Listener\": {\"LoadBalancerName\": \"example-lbu\", \"LoadBalancerPort\": 80}, \"ListenerRule\": {\"Action\": \"forward\", \"PathPattern\": \"/docs/*\", \"ListenerRuleName\": \"example-listener-rule\", \"Priority\": 100}, \"VmIds\": [\"i-12345678\"]}'"]}, "endpoint_index": 18} {"endpoint": "CreateLoadBalancer.json", "réponse": {"operationId": "CreateLoadBalancer", "path": "/CreateLoadBalancer", "method": "post", "examples": [{"name": "ex1", "summary": "Creating an internal load balancer in a Net", "value": {"LoadBalancerName": "private-lb-example", "Listeners": [{"BackendPort": 80, "BackendProtocol": "TCP", "LoadBalancerPort": 80, "LoadBalancerProtocol": "TCP"}], "Subnets": ["subnet-12345678"], "SecurityGroups": ["sg-12345678"], "LoadBalancerType": "internal"}}, {"name": "ex2", "summary": "Creating an internet-facing load balancer in a Net", "value": {"LoadBalancerName": "private-lb-example", "Listeners": [{"BackendPort": 80, "BackendProtocol": "HTTP", "LoadBalancerPort": 443, "LoadBalancerProtocol": "HTTPS", "ServerCertificateId": "orn:ows:idauth::012345678910:server-certificate/Certificate"}], "Subnets": ["subnet-12345678"], "SecurityGroups": ["sg-12345678"], "LoadBalancerType": "internet-facing", "PublicIp": "192.0.2.0"}}, {"name": "ex3", "summary": "Creating an internet-facing load balancer in the public Cloud", "value": {"LoadBalancerName": "public-lb-example", "SubregionNames": ["eu-west-2a"], "Listeners": [{"BackendPort": 8080, "BackendProtocol": "HTTP", "LoadBalancerPort": 8080, "LoadBalancerProtocol": "HTTP"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"private-lb-example\", \"Listeners\": [{\"BackendPort\": 80, \"BackendProtocol\": \"TCP\", \"LoadBalancerPort\": 80, \"LoadBalancerProtocol\": \"TCP\"}], \"Subnets\": [\"subnet-12345678\"], \"SecurityGroups\": [\"sg-12345678\"], \"LoadBalancerType\": \"internal\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"private-lb-example\", \"Listeners\": [{\"BackendPort\": 80, \"BackendProtocol\": \"HTTP\", \"LoadBalancerPort\": 443, \"LoadBalancerProtocol\": \"HTTPS\", \"ServerCertificateId\": \"orn:ows:idauth::012345678910:server-certificate/Certificate\"}], \"Subnets\": [\"subnet-12345678\"], \"SecurityGroups\": [\"sg-12345678\"], \"LoadBalancerType\": \"internet-facing\", \"PublicIp\": \"192.0.2.0\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"public-lb-example\", \"SubregionNames\": [\"eu-west-2a\"], \"Listeners\": [{\"BackendPort\": 8080, \"BackendProtocol\": \"HTTP\", \"LoadBalancerPort\": 8080, \"LoadBalancerProtocol\": \"HTTP\"}]}'"]}, "endpoint_index": 19} {"endpoint": "CreateLoadBalancerListeners.json", "réponse": {"operationId": "CreateLoadBalancerListeners", "path": "/CreateLoadBalancerListeners", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu", "Listeners": [{"BackendPort": 58, "BackendProtocol": "TCP", "LoadBalancerPort": 62, "LoadBalancerProtocol": "TCP"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancerListeners \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"Listeners\": [{\"BackendPort\": 58, \"BackendProtocol\": \"TCP\", \"LoadBalancerPort\": 62, \"LoadBalancerProtocol\": \"TCP\"}]}'"]}, "endpoint_index": 20} {"endpoint": "CreateLoadBalancerPolicy.json", "réponse": {"operationId": "CreateLoadBalancerPolicy", "path": "/CreateLoadBalancerPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a load balancer policy based on browser", "value": {"LoadBalancerName": "example-lbu", "PolicyName": "example-browser-policy", "PolicyType": "load_balancer"}}, {"name": "ex2", "summary": "Creating a load balancer policy based on application cookie", "value": {"LoadBalancerName": "example-lbu", "PolicyName": "example-app-policy", "PolicyType": "app", "CookieName": "example-cookie"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancerPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"PolicyName\": \"example-browser-policy\", \"PolicyType\": \"load_balancer\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancerPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"PolicyName\": \"example-app-policy\", \"PolicyType\": \"app\", \"CookieName\": \"example-cookie\"}'"]}, "endpoint_index": 21} {"endpoint": "CreateLoadBalancerTags.json", "réponse": {"operationId": "CreateLoadBalancerTags", "path": "/CreateLoadBalancerTags", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerNames": ["private-lb-example"], "Tags": [{"Key": "key1", "Value": "value1"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateLoadBalancerTags \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerNames\": [\"private-lb-example\"], \"Tags\": [{\"Key\": \"key1\", \"Value\": \"value1\"}]}'"]}, "endpoint_index": 22} {"endpoint": "CreateNatService.json", "réponse": {"operationId": "CreateNatService", "path": "/CreateNatService", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"SubnetId": "subnet-12345678", "PublicIpId": "eipalloc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNatService \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SubnetId\": \"subnet-12345678\", \"PublicIpId\": \"eipalloc-12345678\"}'"]}, "endpoint_index": 23} {"endpoint": "CreateNet.json", "réponse": {"operationId": "CreateNet", "path": "/CreateNet", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"IpRange": "10.0.0.0/16"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNet \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"IpRange\": \"10.0.0.0/16\"}'"]}, "endpoint_index": 24} {"endpoint": "CreateNetAccessPoint.json", "réponse": {"operationId": "CreateNetAccessPoint", "path": "/CreateNetAccessPoint", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetId": "vpc-12345678", "RouteTableIds": ["rtb-12345678"], "ServiceName": "com.outscale.eu-west-2.oos"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNetAccessPoint \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetId\": \"vpc-12345678\", \"RouteTableIds\": [\"rtb-12345678\"], \"ServiceName\": \"com.outscale.eu-west-2.oos\"}'"]}, "endpoint_index": 25} {"endpoint": "CreateNetPeering.json", "réponse": {"operationId": "CreateNetPeering", "path": "/CreateNetPeering", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a Net peering between two Nets belonging to you", "value": {"SourceNetId": "vpc-12345678", "AccepterNetId": "vpc-87654321"}}, {"name": "ex2", "summary": "Creating a Net peering with a Net that belongs to another account", "value": {"SourceNetId": "vpc-12345678", "AccepterNetId": "vpc-87654321", "AccepterOwnerId": "987654321098"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNetPeering \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SourceNetId\": \"vpc-12345678\", \"AccepterNetId\": \"vpc-87654321\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNetPeering \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SourceNetId\": \"vpc-12345678\", \"AccepterNetId\": \"vpc-87654321\", \"AccepterOwnerId\": \"987654321098\"}'"]}, "endpoint_index": 26} {"endpoint": "CreateNic.json", "réponse": {"operationId": "CreateNic", "path": "/CreateNic", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a NIC", "value": {"SubnetId": "subnet-12345678", "SecurityGroupIds": ["sg-12345678"]}}, {"name": "ex2", "summary": "Creating a NIC with specific private IPs", "value": {"Description": "Terraform nic with private IPs", "SubnetId": "subnet-12345678", "SecurityGroupIds": ["sg-12345678"], "PrivateIps": [{"IsPrimary": true, "PrivateIp": "10.0.0.4"}, {"IsPrimary": false, "PrivateIp": "10.0.0.5"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SubnetId\": \"subnet-12345678\", \"SecurityGroupIds\": [\"sg-12345678\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Description\": \"Terraform nic with private IPs\", \"SubnetId\": \"subnet-12345678\", \"SecurityGroupIds\": [\"sg-12345678\"], \"PrivateIps\": [{\"IsPrimary\": true, \"PrivateIp\": \"10.0.0.4\"}, {\"IsPrimary\": false, \"PrivateIp\": \"10.0.0.5\"}]}'"]}, "endpoint_index": 27} {"endpoint": "CreatePolicy.json", "réponse": {"operationId": "CreatePolicy", "path": "/CreatePolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Description": "Example of description", "Document": "{\"Statement\": [ {\"Effect\": \"Allow\", \"Action\": [\"*\"], \"Resource\": [\"*\"]} ]}", "Path": "/example/", "PolicyName": "example-user-policy"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreatePolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Description\": \"Example of description\", \"Document\": \"{\\\"Statement\\\": [ {\\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": [\\\"*\\\"], \\\"Resource\\\": [\\\"*\\\"]} ]}\", \"Path\": \"/example/\", \"PolicyName\": \"example-user-policy\"}'"]}, "endpoint_index": 28} {"endpoint": "CreatePolicyVersion.json", "réponse": {"operationId": "CreatePolicyVersion", "path": "/CreatePolicyVersion", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Document": "{\"Statement\": [ {\"Effect\": \"Allow\", \"Action\": [\"*\"], \"Resource\": [\"*\"]} ]}", "PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "SetAsDefault": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreatePolicyVersion \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Document\": \"{\\\"Statement\\\": [ {\\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": [\\\"*\\\"], \\\"Resource\\\": [\\\"*\\\"]} ]}\", \"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"SetAsDefault\": true}'"]}, "endpoint_index": 29} {"endpoint": "CreateProductType.json", "réponse": {"operationId": "CreateProductType", "path": "/CreateProductType", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Vendor": "vendor-name", "Description": "Example of description"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateProductType \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Vendor\": \"vendor-name\", \"Description\": \"Example of description\"}'"]}, "endpoint_index": 30} {"endpoint": "CreatePublicIp.json", "réponse": {"operationId": "CreatePublicIp", "path": "/CreatePublicIp", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreatePublicIp \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 31} {"endpoint": "CreateRoute.json", "réponse": {"operationId": "CreateRoute", "path": "/CreateRoute", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a route to an Internet service", "value": {"RouteTableId": "rtb-12345678", "DestinationIpRange": "0.0.0.0/0", "GatewayId": "igw-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateRoute \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"RouteTableId\": \"rtb-12345678\", \"DestinationIpRange\": \"0.0.0.0/0\", \"GatewayId\": \"igw-12345678\"}'"]}, "endpoint_index": 32} {"endpoint": "CreateRouteTable.json", "réponse": {"operationId": "CreateRouteTable", "path": "/CreateRouteTable", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetId": "vpc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateRouteTable \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetId\": \"vpc-12345678\"}'"]}, "endpoint_index": 33} {"endpoint": "CreateSecurityGroup.json", "réponse": {"operationId": "CreateSecurityGroup", "path": "/CreateSecurityGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetId": "vpc-12345678", "SecurityGroupName": "security-group-example", "Description": "Security group example"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSecurityGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetId\": \"vpc-12345678\", \"SecurityGroupName\": \"security-group-example\", \"Description\": \"Security group example\"}'"]}, "endpoint_index": 34} {"endpoint": "CreateSecurityGroupRule.json", "réponse": {"operationId": "CreateSecurityGroupRule", "path": "/CreateSecurityGroupRule", "method": "post", "examples": [{"name": "ex1", "summary": "Creating an inbound rule from an IP range", "value": {"Flow": "Inbound", "SecurityGroupId": "sg-12345678", "FromPortRange": 80, "ToPortRange": 80, "IpProtocol": "tcp", "IpRange": "10.0.0.0/16"}}, {"name": "ex2", "summary": "Creating an inbound rule from another security group", "value": {"Flow": "Inbound", "SecurityGroupId": "sg-12345678", "Rules": [{"FromPortRange": 22, "ToPortRange": 22, "IpProtocol": "tcp", "SecurityGroupsMembers": [{"AccountId": "123456789012", "SecurityGroupName": "another-security-group"}]}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSecurityGroupRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Flow\": \"Inbound\", \"SecurityGroupId\": \"sg-12345678\", \"FromPortRange\": 80, \"ToPortRange\": 80, \"IpProtocol\": \"tcp\", \"IpRange\": \"10.0.0.0/16\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSecurityGroupRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Flow\": \"Inbound\", \"SecurityGroupId\": \"sg-12345678\", \"Rules\": [{\"FromPortRange\": 22, \"ToPortRange\": 22, \"IpProtocol\": \"tcp\", \"SecurityGroupsMembers\": [{\"AccountId\": \"123456789012\", \"SecurityGroupName\": \"another-security-group\"}]}]}'"]}, "endpoint_index": 35} {"endpoint": "CreateServerCertificate.json", "réponse": {"operationId": "CreateServerCertificate", "path": "/CreateServerCertificate", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Name": "server-cert-example", "Body": "...", "Chain": "...", "PrivateKey": "...", "Path": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateServerCertificate \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Name\": \"server-cert-example\", \"Body\": \"...\", \"Chain\": \"...\", \"PrivateKey\": \"...\", \"Path\": \"/example/\"}'"]}, "endpoint_index": 36} {"endpoint": "CreateSnapshot.json", "réponse": {"operationId": "CreateSnapshot", "path": "/CreateSnapshot", "method": "post", "examples": [{"name": "ex1", "summary": "Creating from a volume", "value": {"VolumeId": "vol-12345678", "Description": "Snapshot created from a volume"}}, {"name": "ex2", "summary": "Copying a snapshot", "value": {"SourceSnapshotId": "snap-12345678", "SourceRegionName": "eu-west-2", "Description": "Snapshot created from another snapshot"}}, {"name": "ex3", "summary": "Importing from a bucket", "value": {"FileLocation": "https://oos.eu-west-2.outscale.com/BUCKET/KEY?AWSAccessKeyId=ABCDEFGHIJ0123456789&Expires=1493372309&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "SnapshotSize": 10737418240, "Description": "Snapshot imported from a bucket"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeId\": \"vol-12345678\", \"Description\": \"Snapshot created from a volume\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SourceSnapshotId\": \"snap-12345678\", \"SourceRegionName\": \"eu-west-2\", \"Description\": \"Snapshot created from another snapshot\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FileLocation\": \"https://oos.eu-west-2.outscale.com/BUCKET/KEY?AWSAccessKeyId=ABCDEFGHIJ0123456789&Expires=1493372309&Signature=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\", \"SnapshotSize\": 10737418240, \"Description\": \"Snapshot imported from a bucket\"}'"]}, "endpoint_index": 37} {"endpoint": "CreateSnapshotExportTask.json", "réponse": {"operationId": "CreateSnapshotExportTask", "path": "/CreateSnapshotExportTask", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"SnapshotId": "snap-12345678", "OsuExport": {"DiskImageFormat": "qcow2", "OsuBucket": "BUCKET", "OsuPrefix": "PREFIX"}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSnapshotExportTask \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\", \"OsuExport\": {\"DiskImageFormat\": \"qcow2\", \"OsuBucket\": \"BUCKET\", \"OsuPrefix\": \"PREFIX\"}}'"]}, "endpoint_index": 38} {"endpoint": "CreateSubnet.json", "réponse": {"operationId": "CreateSubnet", "path": "/CreateSubnet", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetId": "vpc-12345678", "IpRange": "10.0.0.0/18"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateSubnet \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetId\": \"vpc-12345678\", \"IpRange\": \"10.0.0.0/18\"}'"]}, "endpoint_index": 39} {"endpoint": "CreateTags.json", "réponse": {"operationId": "CreateTags", "path": "/CreateTags", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ResourceIds": ["i-12345678"], "Tags": [{"Key": "key1", "Value": "value1"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateTags \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ResourceIds\": [\"i-12345678\"], \"Tags\": [{\"Key\": \"key1\", \"Value\": \"value1\"}]}'"]}, "endpoint_index": 40} {"endpoint": "CreateUser.json", "réponse": {"operationId": "CreateUser", "path": "/CreateUser", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"UserEmail": "user@example.com", "UserName": "example-user", "Path": "/documentation/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateUser \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"UserEmail\": \"user@example.com\", \"UserName\": \"example-user\", \"Path\": \"/documentation/\"}'"]}, "endpoint_index": 41} {"endpoint": "CreateUserGroup.json", "réponse": {"operationId": "CreateUserGroup", "path": "/CreateUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Path": "/example/", "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Path\": \"/example/\", \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 42} {"endpoint": "CreateVirtualGateway.json", "réponse": {"operationId": "CreateVirtualGateway", "path": "/CreateVirtualGateway", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ConnectionType": "ipsec.1"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVirtualGateway \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ConnectionType\": \"ipsec.1\"}'"]}, "endpoint_index": 43} {"endpoint": "CreateVmGroup.json", "réponse": {"operationId": "CreateVmGroup", "path": "/CreateVmGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Description": "Production log collector", "PositioningStrategy": "attract", "SecurityGroupIds": ["sg-12345678"], "SubnetId": "subnet-12345678", "Tags": [{"Key": "key1", "Value": "value1"}], "VmCount": 2, "VmGroupName": "ClusterLog-PPD01", "VmTemplateId": "vmtemplate-98765432109876543210987654321012"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVmGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Description\": \"Production log collector\", \"PositioningStrategy\": \"attract\", \"SecurityGroupIds\": [\"sg-12345678\"], \"SubnetId\": \"subnet-12345678\", \"Tags\": [{\"Key\": \"key1\", \"Value\": \"value1\"}], \"VmCount\": 2, \"VmGroupName\": \"ClusterLog-PPD01\", \"VmTemplateId\": \"vmtemplate-98765432109876543210987654321012\"}'"]}, "endpoint_index": 44} {"endpoint": "CreateVmTemplate.json", "réponse": {"operationId": "CreateVmTemplate", "path": "/CreateVmTemplate", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"CpuCores": 2, "CpuGeneration": "v4", "CpuPerformance": "high", "Description": "Log collector template", "ImageId": "ami-12345678", "KeypairName": "keypair-example", "Ram": 2, "Tags": [{"Key": "key1", "Value": "value1"}], "VmTemplateName": "vmtemplate-example"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVmTemplate \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"CpuCores\": 2, \"CpuGeneration\": \"v4\", \"CpuPerformance\": \"high\", \"Description\": \"Log collector template\", \"ImageId\": \"ami-12345678\", \"KeypairName\": \"keypair-example\", \"Ram\": 2, \"Tags\": [{\"Key\": \"key1\", \"Value\": \"value1\"}], \"VmTemplateName\": \"vmtemplate-example\"}'"]}, "endpoint_index": 45} {"endpoint": "CreateVms.json", "réponse": {"operationId": "CreateVms", "path": "/CreateVms", "method": "post", "examples": [{"name": "ex1", "summary": "Creating a VM (minimal syntax)", "value": {"ImageId": "ami-12345678"}}, {"name": "ex2", "summary": "Creating a VM in a Net", "value": {"ImageId": "ami-12345678", "VmType": "tinav5.c1r1p2", "KeypairName": "keypair-example", "SecurityGroupIds": ["sg-12345678"], "SubnetId": "subnet-12345678", "UserData": "..."}}, {"name": "ex3", "summary": "Creating a VM with block device mappings", "value": {"ImageId": "ami-12345678", "VmType": "tinav5.c1r1p2", "KeypairName": "keypair-example", "SecurityGroupIds": ["sg-12345678"], "SubnetId": "subnet-12345678", "UserData": "...", "BlockDeviceMappings": [{"DeviceName": "/dev/sda1", "Bsu": {"VolumeSize": 15, "VolumeType": "gp2"}}, {"DeviceName": "/dev/sdb", "Bsu": {"SnapshotId": "snap-12345678", "VolumeSize": 22, "VolumeType": "io1", "Iops": 150}}]}}, {"name": "ex4", "summary": "Creating a VM with a NIC", "value": {"ImageId": "ami-12345678", "VmType": "tinav5.c1r1p2", "KeypairName": "keypair-example", "UserData": "...", "Nics": [{"DeviceNumber": 0, "NicId": "eni-12345678"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"VmType\": \"tinav5.c1r1p2\", \"KeypairName\": \"keypair-example\", \"SecurityGroupIds\": [\"sg-12345678\"], \"SubnetId\": \"subnet-12345678\", \"UserData\": \"...\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"VmType\": \"tinav5.c1r1p2\", \"KeypairName\": \"keypair-example\", \"SecurityGroupIds\": [\"sg-12345678\"], \"SubnetId\": \"subnet-12345678\", \"UserData\": \"...\", \"BlockDeviceMappings\": [{\"DeviceName\": \"/dev/sda1\", \"Bsu\": {\"VolumeSize\": 15, \"VolumeType\": \"gp2\"}}, {\"DeviceName\": \"/dev/sdb\", \"Bsu\": {\"SnapshotId\": \"snap-12345678\", \"VolumeSize\": 22, \"VolumeType\": \"io1\", \"Iops\": 150}}]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"VmType\": \"tinav5.c1r1p2\", \"KeypairName\": \"keypair-example\", \"UserData\": \"...\", \"Nics\": [{\"DeviceNumber\": 0, \"NicId\": \"eni-12345678\"}]}'"]}, "endpoint_index": 46} {"endpoint": "CreateVolume.json", "réponse": {"operationId": "CreateVolume", "path": "/CreateVolume", "method": "post", "examples": [{"name": "ex1", "summary": "Creating an io1 volume", "value": {"VolumeType": "io1", "SubregionName": "eu-west-2a", "Size": 10, "Iops": 100}}, {"name": "ex2", "summary": "Creating a volume from a snapshot", "value": {"SnapshotId": "snap-12345678", "VolumeType": "gp2", "SubregionName": "eu-west-2a", "Size": 10}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeType\": \"io1\", \"SubregionName\": \"eu-west-2a\", \"Size\": 10, \"Iops\": 100}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\", \"VolumeType\": \"gp2\", \"SubregionName\": \"eu-west-2a\", \"Size\": 10}'"]}, "endpoint_index": 47} {"endpoint": "CreateVpnConnection.json", "réponse": {"operationId": "CreateVpnConnection", "path": "/CreateVpnConnection", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ClientGatewayId": "cgw-12345678", "VirtualGatewayId": "vgw-12345678", "ConnectionType": "ipsec.1", "StaticRoutesOnly": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVpnConnection \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ClientGatewayId\": \"cgw-12345678\", \"VirtualGatewayId\": \"vgw-12345678\", \"ConnectionType\": \"ipsec.1\", \"StaticRoutesOnly\": true}'"]}, "endpoint_index": 48} {"endpoint": "CreateVpnConnectionRoute.json", "réponse": {"operationId": "CreateVpnConnectionRoute", "path": "/CreateVpnConnectionRoute", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VpnConnectionId": "vpn-12345678", "DestinationIpRange": "10.0.0.0/16"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/CreateVpnConnectionRoute \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VpnConnectionId\": \"vpn-12345678\", \"DestinationIpRange\": \"10.0.0.0/16\"}'"]}, "endpoint_index": 49} {"endpoint": "DeleteAccessKey.json", "réponse": {"operationId": "DeleteAccessKey", "path": "/DeleteAccessKey", "method": "post", "examples": [{"name": "ex1", "summary": "Deleting one of your own access keys (if you are the root account or an EIM user)", "value": {"AccessKeyId": "ABCDEFGHIJ0123456789"}}, {"name": "ex2", "summary": "Deleting the access key of a specific EIM user", "value": {"AccessKeyId": "ABCDEFGHIJ0123456789", "UserName": "example-user"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteAccessKey \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AccessKeyId\": \"ABCDEFGHIJ0123456789\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteAccessKey \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AccessKeyId\": \"ABCDEFGHIJ0123456789\", \"UserName\": \"example-user\"}'"]}, "endpoint_index": 50} {"endpoint": "DeleteApiAccessRule.json", "réponse": {"operationId": "DeleteApiAccessRule", "path": "/DeleteApiAccessRule", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ApiAccessRuleId": "aar-1234567890abcdef1234567890abcdef"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteApiAccessRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ApiAccessRuleId\": \"aar-1234567890abcdef1234567890abcdef\"}'"]}, "endpoint_index": 51} {"endpoint": "DeleteCa.json", "réponse": {"operationId": "DeleteCa", "path": "/DeleteCa", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"CaId": "ca-fedcba0987654321fedcba0987654321"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteCa \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"CaId\": \"ca-fedcba0987654321fedcba0987654321\"}'"]}, "endpoint_index": 52} {"endpoint": "DeleteClientGateway.json", "réponse": {"operationId": "DeleteClientGateway", "path": "/DeleteClientGateway", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ClientGatewayId": "cgw-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteClientGateway \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ClientGatewayId\": \"cgw-12345678\"}'"]}, "endpoint_index": 53} {"endpoint": "DeleteDedicatedGroup.json", "réponse": {"operationId": "DeleteDedicatedGroup", "path": "/DeleteDedicatedGroup", "method": "post", "examples": [{"name": "ex1", "summary": "Deleting a dedicated group without any resource in it.", "value": {"DedicatedGroupId": "ded-12345678"}}, {"name": "ex2", "summary": "Forcing the deletion of a dedicated group and all resources in it.", "value": {"DedicatedGroupId": "ded-12345678", "Force": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteDedicatedGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DedicatedGroupId\": \"ded-12345678\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteDedicatedGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DedicatedGroupId\": \"ded-12345678\", \"Force\": true}'"]}, "endpoint_index": 54} {"endpoint": "DeleteDhcpOptions.json", "réponse": {"operationId": "DeleteDhcpOptions", "path": "/DeleteDhcpOptions", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DhcpOptionsSetId": "dopt-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteDhcpOptions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DhcpOptionsSetId\": \"dopt-12345678\"}'"]}, "endpoint_index": 55} {"endpoint": "DeleteDirectLink.json", "réponse": {"operationId": "DeleteDirectLink", "path": "/DeleteDirectLink", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DirectLinkId": "dxcon-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteDirectLink \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DirectLinkId\": \"dxcon-12345678\"}'"]}, "endpoint_index": 56} {"endpoint": "DeleteDirectLinkInterface.json", "réponse": {"operationId": "DeleteDirectLinkInterface", "path": "/DeleteDirectLinkInterface", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DirectLinkInterfaceId": "dxvif-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteDirectLinkInterface \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DirectLinkInterfaceId\": \"dxvif-12345678\"}'"]}, "endpoint_index": 57} {"endpoint": "DeleteExportTask.json", "réponse": {"operationId": "DeleteExportTask", "path": "/DeleteExportTask", "method": "post", "examples": [{"name": "ex1", "summary": "Deleting an image export task", "value": {"ExportTaskId": "image-export-12345678"}}, {"name": "ex2", "summary": "Deleting a snapshot export task", "value": {"ExportTaskId": "snap-export-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteExportTask \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ExportTaskId\": \"image-export-12345678\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteExportTask \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ExportTaskId\": \"snap-export-12345678\"}'"]}, "endpoint_index": 58} {"endpoint": "DeleteFlexibleGpu.json", "réponse": {"operationId": "DeleteFlexibleGpu", "path": "/DeleteFlexibleGpu", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FlexibleGpuId": "fgpu-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteFlexibleGpu \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FlexibleGpuId\": \"fgpu-12345678\"}'"]}, "endpoint_index": 59} {"endpoint": "DeleteImage.json", "réponse": {"operationId": "DeleteImage", "path": "/DeleteImage", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ImageId": "ami-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\"}'"]}, "endpoint_index": 60} {"endpoint": "DeleteInternetService.json", "réponse": {"operationId": "DeleteInternetService", "path": "/DeleteInternetService", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"InternetServiceId": "igw-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteInternetService \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"InternetServiceId\": \"igw-12345678\"}'"]}, "endpoint_index": 61} {"endpoint": "DeleteKeypair.json", "réponse": {"operationId": "DeleteKeypair", "path": "/DeleteKeypair", "method": "post", "examples": [{"name": "ex1", "summary": "Deleting a keypair with its name", "value": {"KeypairName": "keypair-example"}}, {"name": "ex2", "summary": "Deleting a keypair with its ID", "value": {"KeypairId": "key-abcdef1234567890abcdef1234567890"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteKeypair \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"KeypairName\": \"keypair-example\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteKeypair \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"KeypairId\": \"key-abcdef1234567890abcdef1234567890\"}'"]}, "endpoint_index": 62} {"endpoint": "DeleteListenerRule.json", "réponse": {"operationId": "DeleteListenerRule", "path": "/DeleteListenerRule", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ListenerRuleName": "example-listener-rule"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteListenerRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ListenerRuleName\": \"example-listener-rule\"}'"]}, "endpoint_index": 63} {"endpoint": "DeleteLoadBalancer.json", "réponse": {"operationId": "DeleteLoadBalancer", "path": "/DeleteLoadBalancer", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\"}'"]}, "endpoint_index": 64} {"endpoint": "DeleteLoadBalancerListeners.json", "réponse": {"operationId": "DeleteLoadBalancerListeners", "path": "/DeleteLoadBalancerListeners", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu", "LoadBalancerPorts": [80]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteLoadBalancerListeners \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"LoadBalancerPorts\": [80]}'"]}, "endpoint_index": 65} {"endpoint": "DeleteLoadBalancerPolicy.json", "réponse": {"operationId": "DeleteLoadBalancerPolicy", "path": "/DeleteLoadBalancerPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu", "PolicyName": "example-browser-policy"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteLoadBalancerPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"PolicyName\": \"example-browser-policy\"}'"]}, "endpoint_index": 66} {"endpoint": "DeleteLoadBalancerTags.json", "réponse": {"operationId": "DeleteLoadBalancerTags", "path": "/DeleteLoadBalancerTags", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerNames": ["example-lbu"], "Tags": [{"Key": "key1"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteLoadBalancerTags \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerNames\": [\"example-lbu\"], \"Tags\": [{\"Key\": \"key1\"}]}'"]}, "endpoint_index": 67} {"endpoint": "DeleteNatService.json", "réponse": {"operationId": "DeleteNatService", "path": "/DeleteNatService", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NatServiceId": "nat-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteNatService \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NatServiceId\": \"nat-12345678\"}'"]}, "endpoint_index": 68} {"endpoint": "DeleteNet.json", "réponse": {"operationId": "DeleteNet", "path": "/DeleteNet", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetId": "vpc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteNet \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetId\": \"vpc-12345678\"}'"]}, "endpoint_index": 69} {"endpoint": "DeleteNetAccessPoint.json", "réponse": {"operationId": "DeleteNetAccessPoint", "path": "/DeleteNetAccessPoint", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetAccessPointId": "vpce-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteNetAccessPoint \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetAccessPointId\": \"vpce-12345678\"}'"]}, "endpoint_index": 70} {"endpoint": "DeleteNetPeering.json", "réponse": {"operationId": "DeleteNetPeering", "path": "/DeleteNetPeering", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetPeeringId": "pcx-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteNetPeering \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetPeeringId\": \"pcx-12345678\"}'"]}, "endpoint_index": 71} {"endpoint": "DeleteNic.json", "réponse": {"operationId": "DeleteNic", "path": "/DeleteNic", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NicId": "eni-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\"}'"]}, "endpoint_index": 72} {"endpoint": "DeletePolicy.json", "réponse": {"operationId": "DeletePolicy", "path": "/DeletePolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeletePolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\"}'"]}, "endpoint_index": 73} {"endpoint": "DeletePolicyVersion.json", "réponse": {"operationId": "DeletePolicyVersion", "path": "/DeletePolicyVersion", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "VersionId": "v1"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeletePolicyVersion \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"VersionId\": \"v1\"}'"]}, "endpoint_index": 74} {"endpoint": "DeleteProductType.json", "réponse": {"operationId": "DeleteProductType", "path": "/DeleteProductType", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ProductTypeId": "pty-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteProductType \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ProductTypeId\": \"pty-12345678\"}'"]}, "endpoint_index": 75} {"endpoint": "DeletePublicIp.json", "réponse": {"operationId": "DeletePublicIp", "path": "/DeletePublicIp", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PublicIp": "192.0.2.0"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeletePublicIp \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PublicIp\": \"192.0.2.0\"}'"]}, "endpoint_index": 76} {"endpoint": "DeleteRoute.json", "réponse": {"operationId": "DeleteRoute", "path": "/DeleteRoute", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"RouteTableId": "rtb-12345678", "DestinationIpRange": "198.51.100.0/24"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteRoute \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"RouteTableId\": \"rtb-12345678\", \"DestinationIpRange\": \"198.51.100.0/24\"}'"]}, "endpoint_index": 77} {"endpoint": "DeleteRouteTable.json", "réponse": {"operationId": "DeleteRouteTable", "path": "/DeleteRouteTable", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"RouteTableId": "rtb-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteRouteTable \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"RouteTableId\": \"rtb-12345678\"}'"]}, "endpoint_index": 78} {"endpoint": "DeleteSecurityGroup.json", "réponse": {"operationId": "DeleteSecurityGroup", "path": "/DeleteSecurityGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"SecurityGroupId": "sg-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteSecurityGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SecurityGroupId\": \"sg-12345678\"}'"]}, "endpoint_index": 79} {"endpoint": "DeleteSecurityGroupRule.json", "réponse": {"operationId": "DeleteSecurityGroupRule", "path": "/DeleteSecurityGroupRule", "method": "post", "examples": [{"name": "ex1", "summary": "Deleting an inbound rule from an IP range", "value": {"Flow": "Inbound", "SecurityGroupId": "sg-12345678", "FromPortRange": 80, "ToPortRange": 80, "IpProtocol": "tcp", "IpRange": "10.0.0.0/16"}}, {"name": "ex2", "summary": "Deleting an inbound rule from another security group", "value": {"Flow": "Inbound", "SecurityGroupId": "sg-12345678", "Rules": [{"FromPortRange": 22, "ToPortRange": 22, "IpProtocol": "tcp", "SecurityGroupsMembers": [{"AccountId": "123456789012", "SecurityGroupName": "another-security-group"}]}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteSecurityGroupRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Flow\": \"Inbound\", \"SecurityGroupId\": \"sg-12345678\", \"FromPortRange\": 80, \"ToPortRange\": 80, \"IpProtocol\": \"tcp\", \"IpRange\": \"10.0.0.0/16\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteSecurityGroupRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Flow\": \"Inbound\", \"SecurityGroupId\": \"sg-12345678\", \"Rules\": [{\"FromPortRange\": 22, \"ToPortRange\": 22, \"IpProtocol\": \"tcp\", \"SecurityGroupsMembers\": [{\"AccountId\": \"123456789012\", \"SecurityGroupName\": \"another-security-group\"}]}]}'"]}, "endpoint_index": 80} {"endpoint": "DeleteServerCertificate.json", "réponse": {"operationId": "DeleteServerCertificate", "path": "/DeleteServerCertificate", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Name": "server-cert-example"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteServerCertificate \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Name\": \"server-cert-example\"}'"]}, "endpoint_index": 81} {"endpoint": "DeleteSnapshot.json", "réponse": {"operationId": "DeleteSnapshot", "path": "/DeleteSnapshot", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"SnapshotId": "snap-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\"}'"]}, "endpoint_index": 82} {"endpoint": "DeleteSubnet.json", "réponse": {"operationId": "DeleteSubnet", "path": "/DeleteSubnet", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"SubnetId": "subnet-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteSubnet \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SubnetId\": \"subnet-12345678\"}'"]}, "endpoint_index": 83} {"endpoint": "DeleteTags.json", "réponse": {"operationId": "DeleteTags", "path": "/DeleteTags", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ResourceIds": ["i-12345678"], "Tags": [{"Key": "key1", "Value": "value1"}]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteTags \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ResourceIds\": [\"i-12345678\"], \"Tags\": [{\"Key\": \"key1\", \"Value\": \"value1\"}]}'"]}, "endpoint_index": 84} {"endpoint": "DeleteUser.json", "réponse": {"operationId": "DeleteUser", "path": "/DeleteUser", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"UserName": "example-user"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteUser \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"UserName\": \"example-user\"}'"]}, "endpoint_index": 85} {"endpoint": "DeleteUserGroup.json", "réponse": {"operationId": "DeleteUserGroup", "path": "/DeleteUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Force": false, "Path": "/example/", "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Force\": false, \"Path\": \"/example/\", \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 86} {"endpoint": "DeleteUserGroupPolicy.json", "réponse": {"operationId": "DeleteUserGroupPolicy", "path": "/DeleteUserGroupPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyName": "example-usergroup-policy", "UserGroupName": "example-usergroup", "UserGroupPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteUserGroupPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyName\": \"example-usergroup-policy\", \"UserGroupName\": \"example-usergroup\", \"UserGroupPath\": \"/example/\"}'"]}, "endpoint_index": 87} {"endpoint": "DeleteVirtualGateway.json", "réponse": {"operationId": "DeleteVirtualGateway", "path": "/DeleteVirtualGateway", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VirtualGatewayId": "vgw-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVirtualGateway \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VirtualGatewayId\": \"vgw-12345678\"}'"]}, "endpoint_index": 88} {"endpoint": "DeleteVmGroup.json", "réponse": {"operationId": "DeleteVmGroup", "path": "/DeleteVmGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmGroupId": "vmgroup-12345678901234567890123456789012"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVmGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmGroupId\": \"vmgroup-12345678901234567890123456789012\"}'"]}, "endpoint_index": 89} {"endpoint": "DeleteVmTemplate.json", "réponse": {"operationId": "DeleteVmTemplate", "path": "/DeleteVmTemplate", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmTemplateId": "vmtemplate-98765432109876543210987654321012"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVmTemplate \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmTemplateId\": \"vmtemplate-98765432109876543210987654321012\"}'"]}, "endpoint_index": 90} {"endpoint": "DeleteVms.json", "réponse": {"operationId": "DeleteVms", "path": "/DeleteVms", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmIds": ["i-12345678"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmIds\": [\"i-12345678\"]}'"]}, "endpoint_index": 91} {"endpoint": "DeleteVolume.json", "réponse": {"operationId": "DeleteVolume", "path": "/DeleteVolume", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VolumeId": "vol-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeId\": \"vol-12345678\"}'"]}, "endpoint_index": 92} {"endpoint": "DeleteVpnConnection.json", "réponse": {"operationId": "DeleteVpnConnection", "path": "/DeleteVpnConnection", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VpnConnectionId": "vpn-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVpnConnection \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VpnConnectionId\": \"vpn-12345678\"}'"]}, "endpoint_index": 93} {"endpoint": "DeleteVpnConnectionRoute.json", "réponse": {"operationId": "DeleteVpnConnectionRoute", "path": "/DeleteVpnConnectionRoute", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VpnConnectionId": "vpn-12345678", "DestinationIpRange": "10.0.0.0/16"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeleteVpnConnectionRoute \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VpnConnectionId\": \"vpn-12345678\", \"DestinationIpRange\": \"10.0.0.0/16\"}'"]}, "endpoint_index": 94} {"endpoint": "DeregisterVmsInLoadBalancer.json", "réponse": {"operationId": "DeregisterVmsInLoadBalancer", "path": "/DeregisterVmsInLoadBalancer", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu", "BackendVmIds": ["i-12345678", "i-87654321"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/DeregisterVmsInLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendVmIds\": [\"i-12345678\", \"i-87654321\"]}'"]}, "endpoint_index": 95} {"endpoint": "LinkFlexibleGpu.json", "réponse": {"operationId": "LinkFlexibleGpu", "path": "/LinkFlexibleGpu", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FlexibleGpuId": "fgpu-12345678", "VmId": "i-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkFlexibleGpu \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FlexibleGpuId\": \"fgpu-12345678\", \"VmId\": \"i-12345678\"}'"]}, "endpoint_index": 96} {"endpoint": "LinkInternetService.json", "réponse": {"operationId": "LinkInternetService", "path": "/LinkInternetService", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"InternetServiceId": "igw-12345678", "NetId": "vpc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkInternetService \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"InternetServiceId\": \"igw-12345678\", \"NetId\": \"vpc-12345678\"}'"]}, "endpoint_index": 97} {"endpoint": "LinkLoadBalancerBackendMachines.json", "réponse": {"operationId": "LinkLoadBalancerBackendMachines", "path": "/LinkLoadBalancerBackendMachines", "method": "post", "examples": [{"name": "ex1", "summary": "Linking VMs to a load balancer", "value": {"LoadBalancerName": "example-lbu", "BackendVmIds": ["i-12345678", "i-87654321"]}}, {"name": "ex2", "summary": "Linking public IPs to a load balancer", "value": {"LoadBalancerName": "example-lbu", "BackendIps": ["192.0.2.0", "198.51.100.0"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkLoadBalancerBackendMachines \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendVmIds\": [\"i-12345678\", \"i-87654321\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkLoadBalancerBackendMachines \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendIps\": [\"192.0.2.0\", \"198.51.100.0\"]}'"]}, "endpoint_index": 98} {"endpoint": "LinkManagedPolicyToUserGroup.json", "réponse": {"operationId": "LinkManagedPolicyToUserGroup", "path": "/LinkManagedPolicyToUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkManagedPolicyToUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 99} {"endpoint": "LinkNic.json", "réponse": {"operationId": "LinkNic", "path": "/LinkNic", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NicId": "eni-12345678", "VmId": "i-12345678", "DeviceNumber": 1}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"VmId\": \"i-12345678\", \"DeviceNumber\": 1}'"]}, "endpoint_index": 100} {"endpoint": "LinkPolicy.json", "réponse": {"operationId": "LinkPolicy", "path": "/LinkPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "UserName": "example-user"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"UserName\": \"example-user\"}'"]}, "endpoint_index": 101} {"endpoint": "LinkPrivateIps.json", "réponse": {"operationId": "LinkPrivateIps", "path": "/LinkPrivateIps", "method": "post", "examples": [{"name": "ex1", "summary": "Linking specific secondary private IPs to a NIC", "value": {"NicId": "eni-12345678", "PrivateIps": ["10.0.0.6", "10.0.0.7"]}}, {"name": "ex2", "summary": "Linking a number of random secondary private IPs to a NIC", "value": {"NicId": "eni-12345678", "SecondaryPrivateIpCount": 3}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkPrivateIps \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"PrivateIps\": [\"10.0.0.6\", \"10.0.0.7\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkPrivateIps \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"SecondaryPrivateIpCount\": 3}'"]}, "endpoint_index": 102} {"endpoint": "LinkPublicIp.json", "réponse": {"operationId": "LinkPublicIp", "path": "/LinkPublicIp", "method": "post", "examples": [{"name": "ex1", "summary": "Linking a public IP to a VM", "value": {"PublicIp": "192.0.2.0", "VmId": "i-12345678"}}, {"name": "ex2", "summary": "Linking a public IP to a NIC", "value": {"PublicIp": "192.0.2.0", "NicId": "eni-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkPublicIp \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PublicIp\": \"192.0.2.0\", \"VmId\": \"i-12345678\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkPublicIp \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PublicIp\": \"192.0.2.0\", \"NicId\": \"eni-12345678\"}'"]}, "endpoint_index": 103} {"endpoint": "LinkRouteTable.json", "réponse": {"operationId": "LinkRouteTable", "path": "/LinkRouteTable", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"RouteTableId": "rtb-12345678", "SubnetId": "subnet-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkRouteTable \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"RouteTableId\": \"rtb-12345678\", \"SubnetId\": \"subnet-12345678\"}'"]}, "endpoint_index": 104} {"endpoint": "LinkVirtualGateway.json", "réponse": {"operationId": "LinkVirtualGateway", "path": "/LinkVirtualGateway", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VirtualGatewayId": "vgw-12345678", "NetId": "vpc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkVirtualGateway \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VirtualGatewayId\": \"vgw-12345678\", \"NetId\": \"vpc-12345678\"}'"]}, "endpoint_index": 105} {"endpoint": "LinkVolume.json", "réponse": {"operationId": "LinkVolume", "path": "/LinkVolume", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VolumeId": "vol-12345678", "VmId": "i-12345678", "DeviceName": "/dev/sdb"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/LinkVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeId\": \"vol-12345678\", \"VmId\": \"i-12345678\", \"DeviceName\": \"/dev/sdb\"}'"]}, "endpoint_index": 106} {"endpoint": "PutUserGroupPolicy.json", "réponse": {"operationId": "PutUserGroupPolicy", "path": "/PutUserGroupPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyDocument": "{\"Statement\": [ {\"Effect\": \"Allow\", \"Action\": [\"*\"], \"Resource\": [\"*\"]} ]}", "PolicyName": "example-usergroup-policy", "UserGroupName": "example-usergroup", "UserGroupPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/PutUserGroupPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyDocument\": \"{\\\"Statement\\\": [ {\\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": [\\\"*\\\"], \\\"Resource\\\": [\\\"*\\\"]} ]}\", \"PolicyName\": \"example-usergroup-policy\", \"UserGroupName\": \"example-usergroup\", \"UserGroupPath\": \"/example/\"}'"]}, "endpoint_index": 107} {"endpoint": "ReadAccessKeys.json", "réponse": {"operationId": "ReadAccessKeys", "path": "/ReadAccessKeys", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"States": ["ACTIVE"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadAccessKeys \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"States\": [\"ACTIVE\"]}}'"]}, "endpoint_index": 108} {"endpoint": "ReadAccounts.json", "réponse": {"operationId": "ReadAccounts", "path": "/ReadAccounts", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadAccounts \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 109} {"endpoint": "ReadAdminPassword.json", "réponse": {"operationId": "ReadAdminPassword", "path": "/ReadAdminPassword", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmId": "i-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadAdminPassword \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmId\": \"i-12345678\"}'"]}, "endpoint_index": 110} {"endpoint": "ReadApiAccessPolicy.json", "réponse": {"operationId": "ReadApiAccessPolicy", "path": "/ReadApiAccessPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadApiAccessPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 111} {"endpoint": "ReadApiAccessRules.json", "réponse": {"operationId": "ReadApiAccessRules", "path": "/ReadApiAccessRules", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"ApiAccessRuleIds": ["aar-1234567890abcdef1234567890abcdef"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadApiAccessRules \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ApiAccessRuleIds\": [\"aar-1234567890abcdef1234567890abcdef\"]}}'"]}, "endpoint_index": 112} {"endpoint": "ReadApiLogs.json", "réponse": {"operationId": "ReadApiLogs", "path": "/ReadApiLogs", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"QueryIpAddresses": ["192.0.2.0", "198.51.100.0"], "QueryDateAfter": "2017-05-10", "QueryDateBefore": "2017-05-10"}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadApiLogs \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"QueryIpAddresses\": [\"192.0.2.0\", \"198.51.100.0\"], \"QueryDateAfter\": \"2017-05-10\", \"QueryDateBefore\": \"2017-05-10\"}}'"]}, "endpoint_index": 113} {"endpoint": "ReadCas.json", "réponse": {"operationId": "ReadCas", "path": "/ReadCas", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"CaIds": ["ca-fedcba0987654321fedcba0987654321"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadCas \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"CaIds\": [\"ca-fedcba0987654321fedcba0987654321\"]}}'"]}, "endpoint_index": 114} {"endpoint": "ReadCatalog.json", "réponse": {"operationId": "ReadCatalog", "path": "/ReadCatalog", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadCatalog \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 115} {"endpoint": "ReadCatalogs.json", "réponse": {"operationId": "ReadCatalogs", "path": "/ReadCatalogs", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"CurrentCatalogOnly": true, "FromDate": "2021-01-01", "ToDate": "2023-01-01"}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadCatalogs \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"CurrentCatalogOnly\": true, \"FromDate\": \"2021-01-01\", \"ToDate\": \"2023-01-01\"}}'"]}, "endpoint_index": 116} {"endpoint": "ReadClientGateways.json", "réponse": {"operationId": "ReadClientGateways", "path": "/ReadClientGateways", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"ClientGatewayIds": ["cgw-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"BgpAsns": [65000], "PublicIps": ["192.0.2.0", "198.51.100.0"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadClientGateways \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ClientGatewayIds\": [\"cgw-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadClientGateways \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"BgpAsns\": [65000], \"PublicIps\": [\"192.0.2.0\", \"198.51.100.0\"]}}'"]}, "endpoint_index": 117} {"endpoint": "ReadConsoleOutput.json", "réponse": {"operationId": "ReadConsoleOutput", "path": "/ReadConsoleOutput", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmId": "i-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadConsoleOutput \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmId\": \"i-12345678\"}'"]}, "endpoint_index": 118} {"endpoint": "ReadConsumptionAccount.json", "réponse": {"operationId": "ReadConsumptionAccount", "path": "/ReadConsumptionAccount", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FromDate": "2023-06-01", "ToDate": "2023-07-01", "ShowPrice": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadConsumptionAccount \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FromDate\": \"2023-06-01\", \"ToDate\": \"2023-07-01\", \"ShowPrice\": true}'"]}, "endpoint_index": 119} {"endpoint": "ReadDedicatedGroups.json", "réponse": {"operationId": "ReadDedicatedGroups", "path": "/ReadDedicatedGroups", "method": "post", "examples": [{"name": "ex1", "summary": "Filtering on a specific dedicated group", "value": {"Filters": {"DedicatedGroupIds": ["ded-12345678"]}}}, {"name": "ex2", "summary": "Filtering on a specific Subregion and CPU generation", "value": {"Filters": {"SubregionNames": ["eu-west-2a"], "CpuGenerations": [4]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadDedicatedGroups \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"DedicatedGroupIds\": [\"ded-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadDedicatedGroups \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SubregionNames\": [\"eu-west-2a\"], \"CpuGenerations\": [4]}}'"]}, "endpoint_index": 120} {"endpoint": "ReadDhcpOptions.json", "réponse": {"operationId": "ReadDhcpOptions", "path": "/ReadDhcpOptions", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"DhcpOptionsSetIds": ["dopt-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"DomainNameServers": ["192.0.2.0", "198.51.100.0"], "DomainNames": ["example.com"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadDhcpOptions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"DhcpOptionsSetIds\": [\"dopt-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadDhcpOptions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"DomainNameServers\": [\"192.0.2.0\", \"198.51.100.0\"], \"DomainNames\": [\"example.com\"]}}'"]}, "endpoint_index": 121} {"endpoint": "ReadDirectLinkInterfaces.json", "réponse": {"operationId": "ReadDirectLinkInterfaces", "path": "/ReadDirectLinkInterfaces", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"DirectLinkInterfaceIds": ["dxvif-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadDirectLinkInterfaces \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"DirectLinkInterfaceIds\": [\"dxvif-12345678\"]}}'"]}, "endpoint_index": 122} {"endpoint": "ReadDirectLinks.json", "réponse": {"operationId": "ReadDirectLinks", "path": "/ReadDirectLinks", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"DirectLinkIds": ["dxcon-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadDirectLinks \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"DirectLinkIds\": [\"dxcon-12345678\"]}}'"]}, "endpoint_index": 123} {"endpoint": "ReadEntitiesLinkedToPolicy.json", "réponse": {"operationId": "ReadEntitiesLinkedToPolicy", "path": "/ReadEntitiesLinkedToPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "Reading all entities linked to a specific policy", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "ResultsPerPage": 2}}, {"name": "ex2", "summary": "Reading only users linked to a specific policy", "value": {"EntitiesType": ["USER"], "PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadEntitiesLinkedToPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"ResultsPerPage\": 2}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadEntitiesLinkedToPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"EntitiesType\": [\"USER\"], \"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\"}'"]}, "endpoint_index": 124} {"endpoint": "ReadFlexibleGpuCatalog.json", "réponse": {"operationId": "ReadFlexibleGpuCatalog", "path": "/ReadFlexibleGpuCatalog", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadFlexibleGpuCatalog \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 125} {"endpoint": "ReadFlexibleGpus.json", "réponse": {"operationId": "ReadFlexibleGpus", "path": "/ReadFlexibleGpus", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"FlexibleGpuIds": ["fgpu-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"ModelNames": ["nvidia-p6", "nvidia-p100"], "States": ["attached"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadFlexibleGpus \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"FlexibleGpuIds\": [\"fgpu-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadFlexibleGpus \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ModelNames\": [\"nvidia-p6\", \"nvidia-p100\"], \"States\": [\"attached\"]}}'"]}, "endpoint_index": 126} {"endpoint": "ReadImageExportTasks.json", "réponse": {"operationId": "ReadImageExportTasks", "path": "/ReadImageExportTasks", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"TaskIds": ["image-export-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadImageExportTasks \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"TaskIds\": [\"image-export-12345678\"]}}'"]}, "endpoint_index": 127} {"endpoint": "ReadImages.json", "réponse": {"operationId": "ReadImages", "path": "/ReadImages", "method": "post", "examples": [{"name": "ex1", "summary": "Reading a specific image", "value": {"Filters": {"ImageIds": ["ami-12345678"]}}}, {"name": "ex2", "summary": "Reading Ubuntu and RockyLinux images created by Outscale", "value": {"Filters": {"AccountAliases": ["Outscale"], "ImageNames": ["Ubuntu*", "RockyLinux*"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadImages \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ImageIds\": [\"ami-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadImages \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"AccountAliases\": [\"Outscale\"], \"ImageNames\": [\"Ubuntu*\", \"RockyLinux*\"]}}'"]}, "endpoint_index": 128} {"endpoint": "ReadInternetServices.json", "réponse": {"operationId": "ReadInternetServices", "path": "/ReadInternetServices", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"InternetServiceIds": ["igw-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"TagKeys": ["env"], "TagValues": ["prod", "test"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadInternetServices \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"InternetServiceIds\": [\"igw-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadInternetServices \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"TagKeys\": [\"env\"], \"TagValues\": [\"prod\", \"test\"]}}'"]}, "endpoint_index": 129} {"endpoint": "ReadKeypairs.json", "réponse": {"operationId": "ReadKeypairs", "path": "/ReadKeypairs", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"KeypairNames": ["keypair-example"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadKeypairs \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"KeypairNames\": [\"keypair-example\"]}}'"]}, "endpoint_index": 130} {"endpoint": "ReadLinkedPolicies.json", "réponse": {"operationId": "ReadLinkedPolicies", "path": "/ReadLinkedPolicies", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"PathPrefix": "/example/"}, "FirstItem": 1, "ResultsPerPage": 30, "UserName": "example-user"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadLinkedPolicies \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"PathPrefix\": \"/example/\"}, \"FirstItem\": 1, \"ResultsPerPage\": 30, \"UserName\": \"example-user\"}'"]}, "endpoint_index": 131} {"endpoint": "ReadListenerRules.json", "réponse": {"operationId": "ReadListenerRules", "path": "/ReadListenerRules", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"ListenerRuleNames": ["example-listener-rule"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadListenerRules \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ListenerRuleNames\": [\"example-listener-rule\"]}}'"]}, "endpoint_index": 132} {"endpoint": "ReadLoadBalancerTags.json", "réponse": {"operationId": "ReadLoadBalancerTags", "path": "/ReadLoadBalancerTags", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerNames": ["private-lb-example"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadLoadBalancerTags \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerNames\": [\"private-lb-example\"]}'"]}, "endpoint_index": 133} {"endpoint": "ReadLoadBalancers.json", "réponse": {"operationId": "ReadLoadBalancers", "path": "/ReadLoadBalancers", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"LoadBalancerNames": ["private*"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadLoadBalancers \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"LoadBalancerNames\": [\"private*\"]}}'"]}, "endpoint_index": 134} {"endpoint": "ReadLocations.json", "réponse": {"operationId": "ReadLocations", "path": "/ReadLocations", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadLocations \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 135} {"endpoint": "ReadManagedPoliciesLinkedToUserGroup.json", "réponse": {"operationId": "ReadManagedPoliciesLinkedToUserGroup", "path": "/ReadManagedPoliciesLinkedToUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"PathPrefix": "/ex", "UserGroupIds": ["ug-12345678"]}, "FirstItem": 1, "ResultsPerPage": 30, "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadManagedPoliciesLinkedToUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"PathPrefix\": \"/ex\", \"UserGroupIds\": [\"ug-12345678\"]}, \"FirstItem\": 1, \"ResultsPerPage\": 30, \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 136} {"endpoint": "ReadNatServices.json", "réponse": {"operationId": "ReadNatServices", "path": "/ReadNatServices", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"NatServiceIds": ["nat-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"NetIds": ["vpc-12345678", "vpc-87654321"], "SubnetIds": ["subnet-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNatServices \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NatServiceIds\": [\"nat-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNatServices \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetIds\": [\"vpc-12345678\", \"vpc-87654321\"], \"SubnetIds\": [\"subnet-12345678\"]}}'"]}, "endpoint_index": 137} {"endpoint": "ReadNetAccessPointServices.json", "réponse": {"operationId": "ReadNetAccessPointServices", "path": "/ReadNetAccessPointServices", "method": "post", "examples": [{"name": "ex1", "summary": "Listing one or more services according to their service IDs", "value": {"Filters": {"ServiceIds": ["pl-12345678", "pl-87654321"]}}}, {"name": "ex2", "summary": "Listing one or more services according to their service names", "value": {"Filters": {"ServiceNames": ["com.outscale.eu-west-2.api"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNetAccessPointServices \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ServiceIds\": [\"pl-12345678\", \"pl-87654321\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNetAccessPointServices \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ServiceNames\": [\"com.outscale.eu-west-2.api\"]}}'"]}, "endpoint_index": 138} {"endpoint": "ReadNetAccessPoints.json", "réponse": {"operationId": "ReadNetAccessPoints", "path": "/ReadNetAccessPoints", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"NetAccessPointIds": ["vpce-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"NetIds": ["vpc-12345678"], "States": ["available"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNetAccessPoints \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetAccessPointIds\": [\"vpce-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNetAccessPoints \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetIds\": [\"vpc-12345678\"], \"States\": [\"available\"]}}'"]}, "endpoint_index": 139} {"endpoint": "ReadNetPeerings.json", "réponse": {"operationId": "ReadNetPeerings", "path": "/ReadNetPeerings", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"NetPeeringIds": ["pcx-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"SourceNetNetIds": ["vpc-12345678"], "StateNames": ["active", "pending-acceptance"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNetPeerings \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetPeeringIds\": [\"pcx-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNetPeerings \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SourceNetNetIds\": [\"vpc-12345678\"], \"StateNames\": [\"active\", \"pending-acceptance\"]}}'"]}, "endpoint_index": 140} {"endpoint": "ReadNets.json", "réponse": {"operationId": "ReadNets", "path": "/ReadNets", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"NetIds": ["vpc-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"States": ["available"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNets \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetIds\": [\"vpc-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNets \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"States\": [\"available\"]}}'"]}, "endpoint_index": 141} {"endpoint": "ReadNics.json", "réponse": {"operationId": "ReadNics", "path": "/ReadNics", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"NicIds": ["eni-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"LinkNicVmIds": ["i-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNics \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NicIds\": [\"eni-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadNics \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"LinkNicVmIds\": [\"i-12345678\"]}}'"]}, "endpoint_index": 142} {"endpoint": "ReadPolicies.json", "réponse": {"operationId": "ReadPolicies", "path": "/ReadPolicies", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"OnlyLinked": true, "PathPrefix": "/", "Scope": "OWS"}, "FirstItem": 1, "ResultsPerPage": 30}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPolicies \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"OnlyLinked\": true, \"PathPrefix\": \"/\", \"Scope\": \"OWS\"}, \"FirstItem\": 1, \"ResultsPerPage\": 30}'"]}, "endpoint_index": 143} {"endpoint": "ReadPolicy.json", "réponse": {"operationId": "ReadPolicy", "path": "/ReadPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\"}'"]}, "endpoint_index": 144} {"endpoint": "ReadPolicyVersion.json", "réponse": {"operationId": "ReadPolicyVersion", "path": "/ReadPolicyVersion", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "VersionId": "v1"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPolicyVersion \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"VersionId\": \"v1\"}'"]}, "endpoint_index": 145} {"endpoint": "ReadPolicyVersions.json", "réponse": {"operationId": "ReadPolicyVersions", "path": "/ReadPolicyVersions", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FirstItem": 1, "PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "ResultsPerPage": 30}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPolicyVersions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FirstItem\": 1, \"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"ResultsPerPage\": 30}'"]}, "endpoint_index": 146} {"endpoint": "ReadProductTypes.json", "réponse": {"operationId": "ReadProductTypes", "path": "/ReadProductTypes", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"ProductTypeIds": ["0001"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadProductTypes \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ProductTypeIds\": [\"0001\"]}}'"]}, "endpoint_index": 147} {"endpoint": "ReadPublicCatalog.json", "réponse": {"operationId": "ReadPublicCatalog", "path": "/ReadPublicCatalog", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPublicCatalog \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 148} {"endpoint": "ReadPublicIpRanges.json", "réponse": {"operationId": "ReadPublicIpRanges", "path": "/ReadPublicIpRanges", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPublicIpRanges \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 149} {"endpoint": "ReadPublicIps.json", "réponse": {"operationId": "ReadPublicIps", "path": "/ReadPublicIps", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"PublicIps": ["192.0.2.0"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"VmIds": ["i-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPublicIps \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"PublicIps\": [\"192.0.2.0\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadPublicIps \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VmIds\": [\"i-12345678\"]}}'"]}, "endpoint_index": 150} {"endpoint": "ReadQuotas.json", "réponse": {"operationId": "ReadQuotas", "path": "/ReadQuotas", "method": "post", "examples": [{"name": "ex1", "summary": "Reading specific quota", "value": {"Filters": {"QuotaNames": ["lb_limit"]}}}, {"name": "ex2", "summary": "Reading collection of quotas", "value": {"Filters": {"Collections": ["VPC"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadQuotas \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"QuotaNames\": [\"lb_limit\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadQuotas \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"Collections\": [\"VPC\"]}}'"]}, "endpoint_index": 151} {"endpoint": "ReadRegions.json", "réponse": {"operationId": "ReadRegions", "path": "/ReadRegions", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadRegions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{}'"]}, "endpoint_index": 152} {"endpoint": "ReadRouteTables.json", "réponse": {"operationId": "ReadRouteTables", "path": "/ReadRouteTables", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"RouteTableIds": ["rtb-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"NetIds": ["vpc-12345678", "vpc-87654321"], "LinkRouteTableMain": true}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadRouteTables \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"RouteTableIds\": [\"rtb-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadRouteTables \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetIds\": [\"vpc-12345678\", \"vpc-87654321\"], \"LinkRouteTableMain\": true}}'"]}, "endpoint_index": 153} {"endpoint": "ReadSecurityGroups.json", "réponse": {"operationId": "ReadSecurityGroups", "path": "/ReadSecurityGroups", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"SecurityGroupIds": ["sg-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"InboundRuleIpRanges": ["192.0.2.0"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSecurityGroups \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SecurityGroupIds\": [\"sg-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSecurityGroups \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"InboundRuleIpRanges\": [\"192.0.2.0\"]}}'"]}, "endpoint_index": 154} {"endpoint": "ReadServerCertificates.json", "réponse": {"operationId": "ReadServerCertificates", "path": "/ReadServerCertificates", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"Paths": ["/example/"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadServerCertificates \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"Paths\": [\"/example/\"]}}'"]}, "endpoint_index": 155} {"endpoint": "ReadSnapshotExportTasks.json", "réponse": {"operationId": "ReadSnapshotExportTasks", "path": "/ReadSnapshotExportTasks", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"TaskIds": ["snap-export-12345678"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSnapshotExportTasks \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"TaskIds\": [\"snap-export-12345678\"]}}'"]}, "endpoint_index": 156} {"endpoint": "ReadSnapshots.json", "réponse": {"operationId": "ReadSnapshots", "path": "/ReadSnapshots", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"SnapshotIds": ["snap-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"TagKeys": ["env"], "TagValues": ["prod", "test"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSnapshots \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SnapshotIds\": [\"snap-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSnapshots \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"TagKeys\": [\"env\"], \"TagValues\": [\"prod\", \"test\"]}}'"]}, "endpoint_index": 157} {"endpoint": "ReadSubnets.json", "réponse": {"operationId": "ReadSubnets", "path": "/ReadSubnets", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"NetIds": ["vpc-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"States": ["available", "pending"], "SubregionNames": ["eu-west-2a"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSubnets \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"NetIds\": [\"vpc-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSubnets \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"States\": [\"available\", \"pending\"], \"SubregionNames\": [\"eu-west-2a\"]}}'"]}, "endpoint_index": 158} {"endpoint": "ReadSubregions.json", "réponse": {"operationId": "ReadSubregions", "path": "/ReadSubregions", "method": "post", "examples": [{"name": "ex1", "summary": "Listing a specific Subregion in the current Region", "value": {"Filters": {"SubregionNames": ["eu-west-2a"]}}}, {"name": "ex2", "summary": "Listing two specific Subregions in the current Region", "value": {"Filters": {"SubregionNames": ["eu-west-2a", "eu-west-2b"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSubregions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SubregionNames\": [\"eu-west-2a\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadSubregions \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SubregionNames\": [\"eu-west-2a\", \"eu-west-2b\"]}}'"]}, "endpoint_index": 159} {"endpoint": "ReadTags.json", "réponse": {"operationId": "ReadTags", "path": "/ReadTags", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"ResourceTypes": ["snapshot"], "Keys": ["key1"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadTags \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ResourceTypes\": [\"snapshot\"], \"Keys\": [\"key1\"]}}'"]}, "endpoint_index": 160} {"endpoint": "ReadUnitPrice.json", "réponse": {"operationId": "ReadUnitPrice", "path": "/ReadUnitPrice", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Operation": "CreateVolume", "Service": "TinaOS-FCU", "Type": "BSU:VolumeIOPS:io1"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUnitPrice \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Operation\": \"CreateVolume\", \"Service\": \"TinaOS-FCU\", \"Type\": \"BSU:VolumeIOPS:io1\"}'"]}, "endpoint_index": 161} {"endpoint": "ReadUserGroup.json", "réponse": {"operationId": "ReadUserGroup", "path": "/ReadUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Path": "/example/", "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Path\": \"/example/\", \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 162} {"endpoint": "ReadUserGroupPolicies.json", "réponse": {"operationId": "ReadUserGroupPolicies", "path": "/ReadUserGroupPolicies", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FirstItem": 1, "ResultsPerPage": 30, "UserGroupName": "example-usergroup", "UserGroupPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUserGroupPolicies \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FirstItem\": 1, \"ResultsPerPage\": 30, \"UserGroupName\": \"example-usergroup\", \"UserGroupPath\": \"/example/\"}'"]}, "endpoint_index": 163} {"endpoint": "ReadUserGroupPolicy.json", "réponse": {"operationId": "ReadUserGroupPolicy", "path": "/ReadUserGroupPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyName": "example-policy", "UserGroupName": "example-usergroup", "UserGroupPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUserGroupPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyName\": \"example-policy\", \"UserGroupName\": \"example-usergroup\", \"UserGroupPath\": \"/example/\"}'"]}, "endpoint_index": 164} {"endpoint": "ReadUserGroups.json", "réponse": {"operationId": "ReadUserGroups", "path": "/ReadUserGroups", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"PathPrefix": "/ex", "UserGroupIds": ["ug-12345678"]}, "FirstItem": 1, "ResultsPerPage": 30}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUserGroups \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"PathPrefix\": \"/ex\", \"UserGroupIds\": [\"ug-12345678\"]}, \"FirstItem\": 1, \"ResultsPerPage\": 30}'"]}, "endpoint_index": 165} {"endpoint": "ReadUserGroupsPerUser.json", "réponse": {"operationId": "ReadUserGroupsPerUser", "path": "/ReadUserGroupsPerUser", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"UserName": "example-user", "UserPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUserGroupsPerUser \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"UserName\": \"example-user\", \"UserPath\": \"/example/\"}'"]}, "endpoint_index": 166} {"endpoint": "ReadUsers.json", "réponse": {"operationId": "ReadUsers", "path": "/ReadUsers", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"UserIds": ["ABCDEFGHIJKLMNOPQRSTUVWXYZ12345"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadUsers \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"UserIds\": [\"ABCDEFGHIJKLMNOPQRSTUVWXYZ12345\"]}}'"]}, "endpoint_index": 167} {"endpoint": "ReadVirtualGateways.json", "réponse": {"operationId": "ReadVirtualGateways", "path": "/ReadVirtualGateways", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VirtualGatewayIds": ["vgw-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"States": ["available"], "LinkStates": ["attached", "detached"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVirtualGateways \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VirtualGatewayIds\": [\"vgw-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVirtualGateways \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"States\": [\"available\"], \"LinkStates\": [\"attached\", \"detached\"]}}'"]}, "endpoint_index": 168} {"endpoint": "ReadVmGroups.json", "réponse": {"operationId": "ReadVmGroups", "path": "/ReadVmGroups", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VmGroupIds": ["vmgroup-12345678901234567890123456789012"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmGroups \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VmGroupIds\": [\"vmgroup-12345678901234567890123456789012\"]}}'"]}, "endpoint_index": 169} {"endpoint": "ReadVmTemplates.json", "réponse": {"operationId": "ReadVmTemplates", "path": "/ReadVmTemplates", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VmTemplateNames": ["vmtemplate-example"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"CpuCores": [2], "CpuGenerations": ["v4"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmTemplates \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VmTemplateNames\": [\"vmtemplate-example\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmTemplates \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"CpuCores\": [2], \"CpuGenerations\": [\"v4\"]}}'"]}, "endpoint_index": 170} {"endpoint": "ReadVmTypes.json", "réponse": {"operationId": "ReadVmTypes", "path": "/ReadVmTypes", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VmTypeNames": ["t2.small"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmTypes \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VmTypeNames\": [\"t2.small\"]}}'"]}, "endpoint_index": 171} {"endpoint": "ReadVms.json", "réponse": {"operationId": "ReadVms", "path": "/ReadVms", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VmIds": ["i-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"TagKeys": ["env"], "TagValues": ["prod", "test"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VmIds\": [\"i-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"TagKeys\": [\"env\"], \"TagValues\": [\"prod\", \"test\"]}}'"]}, "endpoint_index": 172} {"endpoint": "ReadVmsHealth.json", "réponse": {"operationId": "ReadVmsHealth", "path": "/ReadVmsHealth", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu", "BackendVmIds": ["i-12345678", "i-87654321"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmsHealth \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendVmIds\": [\"i-12345678\", \"i-87654321\"]}'"]}, "endpoint_index": 173} {"endpoint": "ReadVmsState.json", "réponse": {"operationId": "ReadVmsState", "path": "/ReadVmsState", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"AllVms": true}}, {"name": "ex2", "summary": "", "value": {"Filters": {"SubregionNames": ["eu-west-2a"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmsState \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AllVms\": true}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVmsState \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"SubregionNames\": [\"eu-west-2a\"]}}'"]}, "endpoint_index": 174} {"endpoint": "ReadVolumes.json", "réponse": {"operationId": "ReadVolumes", "path": "/ReadVolumes", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VolumeIds": ["vol-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"VolumeStates": ["in-use"], "VolumeTypes": ["gp2", "io1"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVolumes \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VolumeIds\": [\"vol-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVolumes \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VolumeStates\": [\"in-use\"], \"VolumeTypes\": [\"gp2\", \"io1\"]}}'"]}, "endpoint_index": 175} {"endpoint": "ReadVpnConnections.json", "réponse": {"operationId": "ReadVpnConnections", "path": "/ReadVpnConnections", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Filters": {"VpnConnectionIds": ["vpn-12345678"]}}}, {"name": "ex2", "summary": "", "value": {"Filters": {"ClientGatewayIds": ["cgw-12345678"], "VirtualGatewayIds": ["vgw-12345678", "vgw-87654321"]}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVpnConnections \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"VpnConnectionIds\": [\"vpn-12345678\"]}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ReadVpnConnections \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Filters\": {\"ClientGatewayIds\": [\"cgw-12345678\"], \"VirtualGatewayIds\": [\"vgw-12345678\", \"vgw-87654321\"]}}'"]}, "endpoint_index": 176} {"endpoint": "RebootVms.json", "réponse": {"operationId": "RebootVms", "path": "/RebootVms", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmIds": ["i-12345678"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/RebootVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmIds\": [\"i-12345678\"]}'"]}, "endpoint_index": 177} {"endpoint": "RegisterVmsInLoadBalancer.json", "réponse": {"operationId": "RegisterVmsInLoadBalancer", "path": "/RegisterVmsInLoadBalancer", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LoadBalancerName": "example-lbu", "BackendVmIds": ["i-12345678", "i-87654321"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/RegisterVmsInLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendVmIds\": [\"i-12345678\", \"i-87654321\"]}'"]}, "endpoint_index": 178} {"endpoint": "RejectNetPeering.json", "réponse": {"operationId": "RejectNetPeering", "path": "/RejectNetPeering", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetPeeringId": "pcx-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/RejectNetPeering \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetPeeringId\": \"pcx-12345678\"}'"]}, "endpoint_index": 179} {"endpoint": "RemoveUserFromUserGroup.json", "réponse": {"operationId": "RemoveUserFromUserGroup", "path": "/RemoveUserFromUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"UserGroupName": "example-usergroup", "UserGroupPath": "/example/", "UserName": "example-user", "UserPath": "/example/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/RemoveUserFromUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"UserGroupName\": \"example-usergroup\", \"UserGroupPath\": \"/example/\", \"UserName\": \"example-user\", \"UserPath\": \"/example/\"}'"]}, "endpoint_index": 180} {"endpoint": "ScaleDownVmGroup.json", "réponse": {"operationId": "ScaleDownVmGroup", "path": "/ScaleDownVmGroup", "method": "post", "examples": [{"name": "ex1", "summary": "Removing 1 VM from a VM group", "value": {"VmGroupId": "vmgroup-12345678901234567890123456789012", "VmSubtraction": 1}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ScaleDownVmGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmGroupId\": \"vmgroup-12345678901234567890123456789012\", \"VmSubtraction\": 1}'"]}, "endpoint_index": 181} {"endpoint": "ScaleUpVmGroup.json", "réponse": {"operationId": "ScaleUpVmGroup", "path": "/ScaleUpVmGroup", "method": "post", "examples": [{"name": "ex1", "summary": "Adding 2 VMs in a VM group", "value": {"VmGroupId": "vmgroup-12345678901234567890123456789012", "VmAddition": 2}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/ScaleUpVmGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmGroupId\": \"vmgroup-12345678901234567890123456789012\", \"VmAddition\": 2}'"]}, "endpoint_index": 182} {"endpoint": "SetDefaultPolicyVersion.json", "réponse": {"operationId": "SetDefaultPolicyVersion", "path": "/SetDefaultPolicyVersion", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "VersionId": "v1"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/SetDefaultPolicyVersion \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"VersionId\": \"v1\"}'"]}, "endpoint_index": 183} {"endpoint": "StartVms.json", "réponse": {"operationId": "StartVms", "path": "/StartVms", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmIds": ["i-12345678"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/StartVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmIds\": [\"i-12345678\"]}'"]}, "endpoint_index": 184} {"endpoint": "StopVms.json", "réponse": {"operationId": "StopVms", "path": "/StopVms", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmIds": ["i-12345678"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/StopVms \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmIds\": [\"i-12345678\"]}'"]}, "endpoint_index": 185} {"endpoint": "UnlinkFlexibleGpu.json", "réponse": {"operationId": "UnlinkFlexibleGpu", "path": "/UnlinkFlexibleGpu", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FlexibleGpuId": "fgpu-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkFlexibleGpu \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FlexibleGpuId\": \"fgpu-12345678\"}'"]}, "endpoint_index": 186} {"endpoint": "UnlinkInternetService.json", "réponse": {"operationId": "UnlinkInternetService", "path": "/UnlinkInternetService", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"InternetServiceId": "igw-12345678", "NetId": "vpc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkInternetService \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"InternetServiceId\": \"igw-12345678\", \"NetId\": \"vpc-12345678\"}'"]}, "endpoint_index": 187} {"endpoint": "UnlinkLoadBalancerBackendMachines.json", "réponse": {"operationId": "UnlinkLoadBalancerBackendMachines", "path": "/UnlinkLoadBalancerBackendMachines", "method": "post", "examples": [{"name": "ex1", "summary": "Unlinking VMs from a load balancer", "value": {"LoadBalancerName": "example-lbu", "BackendVmIds": ["i-12345678", "i-87654321"]}}, {"name": "ex2", "summary": "Unlinking public IPs from a load balancer", "value": {"LoadBalancerName": "example-lbu", "BackendIps": ["192.0.2.0", "198.51.100.0"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkLoadBalancerBackendMachines \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendVmIds\": [\"i-12345678\", \"i-87654321\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkLoadBalancerBackendMachines \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"example-lbu\", \"BackendIps\": [\"192.0.2.0\", \"198.51.100.0\"]}'"]}, "endpoint_index": 188} {"endpoint": "UnlinkManagedPolicyFromUserGroup.json", "réponse": {"operationId": "UnlinkManagedPolicyFromUserGroup", "path": "/UnlinkManagedPolicyFromUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkManagedPolicyFromUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 189} {"endpoint": "UnlinkNic.json", "réponse": {"operationId": "UnlinkNic", "path": "/UnlinkNic", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LinkNicId": "eni-attach-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LinkNicId\": \"eni-attach-12345678\"}'"]}, "endpoint_index": 190} {"endpoint": "UnlinkPolicy.json", "réponse": {"operationId": "UnlinkPolicy", "path": "/UnlinkPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PolicyOrn": "orn:ows:idauth::012345678910:policy/example/example-user-policy", "UserName": "example-user"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PolicyOrn\": \"orn:ows:idauth::012345678910:policy/example/example-user-policy\", \"UserName\": \"example-user\"}'"]}, "endpoint_index": 191} {"endpoint": "UnlinkPrivateIps.json", "réponse": {"operationId": "UnlinkPrivateIps", "path": "/UnlinkPrivateIps", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NicId": "eni-12345678", "PrivateIps": ["10.0.0.6", "10.0.0.7"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkPrivateIps \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"PrivateIps\": [\"10.0.0.6\", \"10.0.0.7\"]}'"]}, "endpoint_index": 192} {"endpoint": "UnlinkPublicIp.json", "réponse": {"operationId": "UnlinkPublicIp", "path": "/UnlinkPublicIp", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"PublicIp": "192.0.2.0"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkPublicIp \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"PublicIp\": \"192.0.2.0\"}'"]}, "endpoint_index": 193} {"endpoint": "UnlinkRouteTable.json", "réponse": {"operationId": "UnlinkRouteTable", "path": "/UnlinkRouteTable", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LinkRouteTableId": "rtbassoc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkRouteTable \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LinkRouteTableId\": \"rtbassoc-12345678\"}'"]}, "endpoint_index": 194} {"endpoint": "UnlinkVirtualGateway.json", "réponse": {"operationId": "UnlinkVirtualGateway", "path": "/UnlinkVirtualGateway", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VirtualGatewayId": "vgw-12345678", "NetId": "vpc-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkVirtualGateway \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VirtualGatewayId\": \"vgw-12345678\", \"NetId\": \"vpc-12345678\"}'"]}, "endpoint_index": 195} {"endpoint": "UnlinkVolume.json", "réponse": {"operationId": "UnlinkVolume", "path": "/UnlinkVolume", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VolumeId": "vol-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UnlinkVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeId\": \"vol-12345678\"}'"]}, "endpoint_index": 196} {"endpoint": "UpdateAccessKey.json", "réponse": {"operationId": "UpdateAccessKey", "path": "/UpdateAccessKey", "method": "post", "examples": [{"name": "ex1", "summary": "Updating the expiration date of the access key", "value": {"AccessKeyId": "ABCDEFGHIJ0123456789", "State": "ACTIVE", "ExpirationDate": "2063-04-05"}}, {"name": "ex2", "summary": "Updating the state of one of your own access keys (if you are the root account or an EIM user)", "value": {"AccessKeyId": "ABCDEFGHIJ0123456789", "State": "ACTIVE"}}, {"name": "ex3", "summary": "Updating the access key of a specific EIM user", "value": {"AccessKeyId": "ABCDEFGHIJ0123456789", "State": "ACTIVE", "UserName": "example-user"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateAccessKey \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AccessKeyId\": \"ABCDEFGHIJ0123456789\", \"State\": \"ACTIVE\", \"ExpirationDate\": \"2063-04-05\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateAccessKey \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AccessKeyId\": \"ABCDEFGHIJ0123456789\", \"State\": \"ACTIVE\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateAccessKey \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AccessKeyId\": \"ABCDEFGHIJ0123456789\", \"State\": \"ACTIVE\", \"UserName\": \"example-user\"}'"]}, "endpoint_index": 197} {"endpoint": "UpdateAccount.json", "réponse": {"operationId": "UpdateAccount", "path": "/UpdateAccount", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"AdditionalEmails": ["another@example.com", "yet.another@example.com"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateAccount \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"AdditionalEmails\": [\"another@example.com\", \"yet.another@example.com\"]}'"]}, "endpoint_index": 198} {"endpoint": "UpdateApiAccessPolicy.json", "réponse": {"operationId": "UpdateApiAccessPolicy", "path": "/UpdateApiAccessPolicy", "method": "post", "examples": [{"name": "ex1", "summary": "Require expiration dates of maximum 1 year", "value": {"MaxAccessKeyExpirationSeconds": 31536000, "RequireTrustedEnv": false}}, {"name": "ex2", "summary": "Require expiration dates of maximum 100 years and activate a trusted session", "value": {"MaxAccessKeyExpirationSeconds": 3153600000, "RequireTrustedEnv": true}}, {"name": "ex3", "summary": "Do not require expiration dates and deactivate a trusted session", "value": {"MaxAccessKeyExpirationSeconds": 0, "RequireTrustedEnv": false}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateApiAccessPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"MaxAccessKeyExpirationSeconds\": 31536000, \"RequireTrustedEnv\": false}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateApiAccessPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"MaxAccessKeyExpirationSeconds\": 3153600000, \"RequireTrustedEnv\": true}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateApiAccessPolicy \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"MaxAccessKeyExpirationSeconds\": 0, \"RequireTrustedEnv\": false}'"]}, "endpoint_index": 199} {"endpoint": "UpdateApiAccessRule.json", "réponse": {"operationId": "UpdateApiAccessRule", "path": "/UpdateApiAccessRule", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ApiAccessRuleId": "aar-1234567890abcdef1234567890abcdef", "IpRanges": ["0.0.0.0/0"], "Description": "Allows all Ipv4 domain"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateApiAccessRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ApiAccessRuleId\": \"aar-1234567890abcdef1234567890abcdef\", \"IpRanges\": [\"0.0.0.0/0\"], \"Description\": \"Allows all Ipv4 domain\"}'"]}, "endpoint_index": 200} {"endpoint": "UpdateCa.json", "réponse": {"operationId": "UpdateCa", "path": "/UpdateCa", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"CaId": "ca-fedcba0987654321fedcba0987654321", "Description": "New description"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateCa \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"CaId\": \"ca-fedcba0987654321fedcba0987654321\", \"Description\": \"New description\"}'"]}, "endpoint_index": 201} {"endpoint": "UpdateDedicatedGroup.json", "réponse": {"operationId": "UpdateDedicatedGroup", "path": "/UpdateDedicatedGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DedicatedGroupId": "ded-12345678", "Name": "New-dedicated-group-name"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateDedicatedGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DedicatedGroupId\": \"ded-12345678\", \"Name\": \"New-dedicated-group-name\"}'"]}, "endpoint_index": 202} {"endpoint": "UpdateDirectLinkInterface.json", "réponse": {"operationId": "UpdateDirectLinkInterface", "path": "/UpdateDirectLinkInterface", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"DirectLinkInterfaceId": "dxvif-12345678", "Mtu": 1500}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateDirectLinkInterface \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"DirectLinkInterfaceId\": \"dxvif-12345678\", \"Mtu\": 1500}'"]}, "endpoint_index": 203} {"endpoint": "UpdateFlexibleGpu.json", "réponse": {"operationId": "UpdateFlexibleGpu", "path": "/UpdateFlexibleGpu", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"FlexibleGpuId": "fgpu-12345678", "DeleteOnVmDeletion": false}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateFlexibleGpu \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"FlexibleGpuId\": \"fgpu-12345678\", \"DeleteOnVmDeletion\": false}'"]}, "endpoint_index": 204} {"endpoint": "UpdateImage.json", "réponse": {"operationId": "UpdateImage", "path": "/UpdateImage", "method": "post", "examples": [{"name": "ex1", "summary": "Adding permission", "value": {"ImageId": "ami-12345678", "PermissionsToLaunch": {"Additions": {"AccountIds": ["987654321098"]}}}}, {"name": "ex2", "summary": "Removing permission", "value": {"ImageId": "ami-12345678", "PermissionsToLaunch": {"Removals": {"AccountIds": ["987654321098"]}}}}, {"name": "ex3", "summary": "Making an image public to everyone", "value": {"ImageId": "ami-12345678", "PermissionsToLaunch": {"Additions": {"GlobalPermission": true}}}}, {"name": "ex4", "summary": "Making an image private to everyone", "value": {"ImageId": "ami-12345678", "Description": "Private image", "PermissionsToLaunch": {"Removals": {"GlobalPermission": true}}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"PermissionsToLaunch\": {\"Additions\": {\"AccountIds\": [\"987654321098\"]}}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"PermissionsToLaunch\": {\"Removals\": {\"AccountIds\": [\"987654321098\"]}}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"PermissionsToLaunch\": {\"Additions\": {\"GlobalPermission\": true}}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateImage \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ImageId\": \"ami-12345678\", \"Description\": \"Private image\", \"PermissionsToLaunch\": {\"Removals\": {\"GlobalPermission\": true}}}'"]}, "endpoint_index": 205} {"endpoint": "UpdateListenerRule.json", "réponse": {"operationId": "UpdateListenerRule", "path": "/UpdateListenerRule", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"ListenerRuleName": "example-listener-rule", "HostPattern": "*.newhost.com"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateListenerRule \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"ListenerRuleName\": \"example-listener-rule\", \"HostPattern\": \"*.newhost.com\"}'"]}, "endpoint_index": 206} {"endpoint": "UpdateLoadBalancer.json", "réponse": {"operationId": "UpdateLoadBalancer", "path": "/UpdateLoadBalancer", "method": "post", "examples": [{"name": "ex1", "summary": "Updating health checks", "value": {"LoadBalancerName": "private-lb-example", "HealthCheck": {"HealthyThreshold": 10, "CheckInterval": 30, "Path": "/index.html", "Port": 8080, "Protocol": "HTTPS", "Timeout": 5, "UnhealthyThreshold": 5}}}, {"name": "ex2", "summary": "Updating access logs", "value": {"LoadBalancerName": "private-lb-example", "AccessLog": {"PublicationInterval": 5, "IsEnabled": true, "OsuBucketName": "BUCKET", "OsuBucketPrefix": "PREFIX"}}}, {"name": "ex3", "summary": "Updating policies", "value": {"LoadBalancerName": "private-lb-example", "LoadBalancerPort": 443, "PolicyNames": ["example-browser-policy"]}}, {"name": "ex4", "summary": "Updating SSL certificate", "value": {"LoadBalancerName": "private-lb-example", "LoadBalancerPort": 443, "ServerCertificateId": "orn:ows:idauth::012345678910:server-certificate/AnotherCertificate"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"private-lb-example\", \"HealthCheck\": {\"HealthyThreshold\": 10, \"CheckInterval\": 30, \"Path\": \"/index.html\", \"Port\": 8080, \"Protocol\": \"HTTPS\", \"Timeout\": 5, \"UnhealthyThreshold\": 5}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"private-lb-example\", \"AccessLog\": {\"PublicationInterval\": 5, \"IsEnabled\": true, \"OsuBucketName\": \"BUCKET\", \"OsuBucketPrefix\": \"PREFIX\"}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"private-lb-example\", \"LoadBalancerPort\": 443, \"PolicyNames\": [\"example-browser-policy\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateLoadBalancer \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LoadBalancerName\": \"private-lb-example\", \"LoadBalancerPort\": 443, \"ServerCertificateId\": \"orn:ows:idauth::012345678910:server-certificate/AnotherCertificate\"}'"]}, "endpoint_index": 207} {"endpoint": "UpdateNet.json", "réponse": {"operationId": "UpdateNet", "path": "/UpdateNet", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NetId": "vpc-12345678", "DhcpOptionsSetId": "dopt-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateNet \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetId\": \"vpc-12345678\", \"DhcpOptionsSetId\": \"dopt-12345678\"}'"]}, "endpoint_index": 208} {"endpoint": "UpdateNetAccessPoint.json", "réponse": {"operationId": "UpdateNetAccessPoint", "path": "/UpdateNetAccessPoint", "method": "post", "examples": [{"name": "ex1", "summary": "Adding a route table", "value": {"NetAccessPointId": "vpce-12345678", "AddRouteTableIds": ["rtb-87654321"]}}, {"name": "ex2", "summary": "Removing a route table", "value": {"NetAccessPointId": "vpce-12345678", "RemoveRouteTableIds": ["rtb-12345678"]}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateNetAccessPoint \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetAccessPointId\": \"vpce-12345678\", \"AddRouteTableIds\": [\"rtb-87654321\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateNetAccessPoint \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NetAccessPointId\": \"vpce-12345678\", \"RemoveRouteTableIds\": [\"rtb-12345678\"]}'"]}, "endpoint_index": 209} {"endpoint": "UpdateNic.json", "réponse": {"operationId": "UpdateNic", "path": "/UpdateNic", "method": "post", "examples": [{"name": "ex1", "summary": "Modifying the DeleteOnVmDeletion value of a NIC", "value": {"NicId": "eni-12345678", "LinkNic": {"DeleteOnVmDeletion": false, "LinkNicId": "eni-attach-12345678"}}}, {"name": "ex2", "summary": "Modifying the security groups of a NIC", "value": {"NicId": "eni-12345678", "SecurityGroupIds": ["sg-12345678"]}}, {"name": "ex3", "summary": "Modifying the description of a NIC", "value": {"NicId": "eni-12345678", "Description": "Example of description"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"LinkNic\": {\"DeleteOnVmDeletion\": false, \"LinkNicId\": \"eni-attach-12345678\"}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"SecurityGroupIds\": [\"sg-12345678\"]}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateNic \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NicId\": \"eni-12345678\", \"Description\": \"Example of description\"}'"]}, "endpoint_index": 210} {"endpoint": "UpdateRoute.json", "réponse": {"operationId": "UpdateRoute", "path": "/UpdateRoute", "method": "post", "examples": [{"name": "ex1", "summary": "Updating a route to a virtual gateway", "value": {"RouteTableId": "rtb-12345678", "DestinationIpRange": "198.51.100.0/24", "GatewayId": "vgw-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateRoute \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"RouteTableId\": \"rtb-12345678\", \"DestinationIpRange\": \"198.51.100.0/24\", \"GatewayId\": \"vgw-12345678\"}'"]}, "endpoint_index": 211} {"endpoint": "UpdateRoutePropagation.json", "réponse": {"operationId": "UpdateRoutePropagation", "path": "/UpdateRoutePropagation", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VirtualGatewayId": "vgw-12345678", "RouteTableId": "rtb-12345678", "Enable": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateRoutePropagation \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VirtualGatewayId\": \"vgw-12345678\", \"RouteTableId\": \"rtb-12345678\", \"Enable\": true}'"]}, "endpoint_index": 212} {"endpoint": "UpdateRouteTableLink.json", "réponse": {"operationId": "UpdateRouteTableLink", "path": "/UpdateRouteTableLink", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"LinkRouteTableId": "rtbassoc-12345678", "RouteTableId": "rtb-12345678"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateRouteTableLink \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"LinkRouteTableId\": \"rtbassoc-12345678\", \"RouteTableId\": \"rtb-12345678\"}'"]}, "endpoint_index": 213} {"endpoint": "UpdateServerCertificate.json", "réponse": {"operationId": "UpdateServerCertificate", "path": "/UpdateServerCertificate", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Name": "server-cert-example", "NewName": "new-name"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateServerCertificate \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Name\": \"server-cert-example\", \"NewName\": \"new-name\"}'"]}, "endpoint_index": 214} {"endpoint": "UpdateSnapshot.json", "réponse": {"operationId": "UpdateSnapshot", "path": "/UpdateSnapshot", "method": "post", "examples": [{"name": "ex1", "summary": "Adding permission", "value": {"SnapshotId": "snap-12345678", "PermissionsToCreateVolume": {"Additions": {"AccountIds": ["987654321098"]}}}}, {"name": "ex2", "summary": "Removing permission", "value": {"SnapshotId": "snap-12345678", "PermissionsToCreateVolume": {"Removals": {"AccountIds": ["987654321098"]}}}}, {"name": "ex3", "summary": "Making an image public to everyone", "value": {"SnapshotId": "snap-12345678", "PermissionsToCreateVolume": {"Additions": {"GlobalPermission": true}}}}, {"name": "ex4", "summary": "Making an image private to everyone", "value": {"SnapshotId": "snap-12345678", "PermissionsToCreateVolume": {"Removals": {"GlobalPermission": true}}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\", \"PermissionsToCreateVolume\": {\"Additions\": {\"AccountIds\": [\"987654321098\"]}}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\", \"PermissionsToCreateVolume\": {\"Removals\": {\"AccountIds\": [\"987654321098\"]}}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\", \"PermissionsToCreateVolume\": {\"Additions\": {\"GlobalPermission\": true}}}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateSnapshot \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SnapshotId\": \"snap-12345678\", \"PermissionsToCreateVolume\": {\"Removals\": {\"GlobalPermission\": true}}}'"]}, "endpoint_index": 215} {"endpoint": "UpdateSubnet.json", "réponse": {"operationId": "UpdateSubnet", "path": "/UpdateSubnet", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"SubnetId": "subnet-12345678", "MapPublicIpOnLaunch": true}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateSubnet \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"SubnetId\": \"subnet-12345678\", \"MapPublicIpOnLaunch\": true}'"]}, "endpoint_index": 216} {"endpoint": "UpdateUser.json", "réponse": {"operationId": "UpdateUser", "path": "/UpdateUser", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"UserName": "example-user", "NewUserEmail": "user@example.com", "NewUserName": "test-user", "NewPath": "/product/"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateUser \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"UserName\": \"example-user\", \"NewUserEmail\": \"user@example.com\", \"NewUserName\": \"test-user\", \"NewPath\": \"/product/\"}'"]}, "endpoint_index": 217} {"endpoint": "UpdateUserGroup.json", "réponse": {"operationId": "UpdateUserGroup", "path": "/UpdateUserGroup", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"NewPath": "/new-path/", "NewUserGroupName": "new-usergroup", "Path": "/example/", "UserGroupName": "example-usergroup"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateUserGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"NewPath\": \"/new-path/\", \"NewUserGroupName\": \"new-usergroup\", \"Path\": \"/example/\", \"UserGroupName\": \"example-usergroup\"}'"]}, "endpoint_index": 218} {"endpoint": "UpdateVm.json", "réponse": {"operationId": "UpdateVm", "path": "/UpdateVm", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VmId": "i-12345678", "VmType": "tinav5.c2r2p2"}}, {"name": "ex2", "summary": "", "value": {"VmId": "i-12345678", "UserData": "..."}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVm \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmId\": \"i-12345678\", \"VmType\": \"tinav5.c2r2p2\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVm \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmId\": \"i-12345678\", \"UserData\": \"...\"}'"]}, "endpoint_index": 219} {"endpoint": "UpdateVmGroup.json", "réponse": {"operationId": "UpdateVmGroup", "path": "/UpdateVmGroup", "method": "post", "examples": [{"name": "ex1", "summary": "Updating the name and description of a VM group", "value": {"VmGroupId": "vmgroup-12345678901234567890123456789012", "VmGroupName": "new-name", "Description": "New description of the VM group"}}, {"name": "ex2", "summary": "Updating the VM template of a VM group", "value": {"VmGroupId": "vmgroup-12345678901234567890123456789012", "VmTemplateId": "vmtemplate-98765432109876543210987654321012"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVmGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmGroupId\": \"vmgroup-12345678901234567890123456789012\", \"VmGroupName\": \"new-name\", \"Description\": \"New description of the VM group\"}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVmGroup \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VmGroupId\": \"vmgroup-12345678901234567890123456789012\", \"VmTemplateId\": \"vmtemplate-98765432109876543210987654321012\"}'"]}, "endpoint_index": 220} {"endpoint": "UpdateVmTemplate.json", "réponse": {"operationId": "UpdateVmTemplate", "path": "/UpdateVmTemplate", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"Description": "The new description of the VM template", "VmTemplateId": "vmtemplate-98765432109876543210987654321012", "VmTemplateName": "second-name"}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVmTemplate \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"Description\": \"The new description of the VM template\", \"VmTemplateId\": \"vmtemplate-98765432109876543210987654321012\", \"VmTemplateName\": \"second-name\"}'"]}, "endpoint_index": 221} {"endpoint": "UpdateVolume.json", "réponse": {"operationId": "UpdateVolume", "path": "/UpdateVolume", "method": "post", "examples": [{"name": "ex1", "summary": "Updating the size of a volume", "value": {"VolumeId": "vol-12345678", "Size": 50}}, {"name": "ex2", "summary": "Updating the type of a volume to io1", "value": {"VolumeId": "vol-12345678", "VolumeType": "io1", "Iops": 200}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeId\": \"vol-12345678\", \"Size\": 50}'", "curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVolume \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VolumeId\": \"vol-12345678\", \"VolumeType\": \"io1\", \"Iops\": 200}'"]}, "endpoint_index": 222} {"endpoint": "UpdateVpnConnection.json", "réponse": {"operationId": "UpdateVpnConnection", "path": "/UpdateVpnConnection", "method": "post", "examples": [{"name": "ex1", "summary": "", "value": {"VpnConnectionId": "vpn-12345678", "VpnOptions": {"TunnelInsideIpRange": "169.254.254.22/30"}}}], "curl_examples": ["curl -X POST https://api.$OSC_REGION.outscale.com/api/v1/UpdateVpnConnection \\\n --user $OSC_ACCESS_KEY:$OSC_SECRET_KEY \\\n --aws-sigv4 'osc' \\\n --header 'Content-Type: application/json' \\\n --data '{\"VpnConnectionId\": \"vpn-12345678\", \"VpnOptions\": {\"TunnelInsideIpRange\": \"169.254.254.22/30\"}}'"]}, "endpoint_index": 223}