Private
Server IP : 195.201.23.43  /  Your IP : 3.135.211.221
Web Server : Apache
System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64
User : kdecoratie ( 1041)
PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3/dist-packages/botocore/data/efs/2015-02-01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /lib/python3/dist-packages/botocore/data/efs/2015-02-01/examples-1.json
{
  "version": "1.0",
  "examples": {
    "CreateFileSystem": [
      {
        "input": {
          "CreationToken": "tokenstring",
          "PerformanceMode": "generalPurpose"
        },
        "output": {
          "CreationTime": "1481841524.0",
          "CreationToken": "tokenstring",
          "FileSystemId": "fs-01234567",
          "LifeCycleState": "creating",
          "NumberOfMountTargets": 0,
          "OwnerId": "012345678912",
          "PerformanceMode": "generalPurpose",
          "SizeInBytes": {
            "Value": 0
          }
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "This operation creates a new file system with the default generalpurpose performance mode.",
        "id": "to-create-a-new-file-system-1481840798547",
        "title": "To create a new file system"
      }
    ],
    "CreateMountTarget": [
      {
        "input": {
          "FileSystemId": "fs-01234567",
          "SubnetId": "subnet-1234abcd"
        },
        "output": {
          "FileSystemId": "fs-01234567",
          "IpAddress": "192.0.0.2",
          "LifeCycleState": "creating",
          "MountTargetId": "fsmt-12340abc",
          "NetworkInterfaceId": "eni-cedf6789",
          "OwnerId": "012345678912",
          "SubnetId": "subnet-1234abcd"
        },
        "comments": {
          "input": {
          },
          "output": {
          }
        },
        "description": "This operation creates a new mount target for an EFS file system.",
        "id": "to-create-a-new-mount-target-1481842289329",
        "title": "To create a new mount target"
      }
    ],
    "CreateTags": [
      {
        "input": {
          "FileSystemId": "fs-01234567",
          "Tags": [
            {
              "Key": "Name",
              "Value": "MyFileSystem"
            }
          ]
        },
        "comments": {
        },
        "description": "This operation creates a new tag for an EFS file system.",
        "id": "to-create-a-new-tag-1481843409357",
        "title": "To create a new tag"
      }
    ],
    "DeleteFileSystem": [
      {
        "input": {
          "FileSystemId": "fs-01234567"
        },
        "comments": {
        },
        "description": "This operation deletes an EFS file system.",
        "id": "to-delete-a-file-system-1481847318348",
        "title": "To delete a file system"
      }
    ],
    "DeleteMountTarget": [
      {
        "input": {
          "MountTargetId": "fsmt-12340abc"
        },
        "comments": {
        },
        "description": "This operation deletes a mount target.",
        "id": "to-delete-a-mount-target-1481847635607",
        "title": "To delete a mount target"
      }
    ],
    "DeleteTags": [
      {
        "input": {
          "FileSystemId": "fs-01234567",
          "TagKeys": [
            "Name"
          ]
        },
        "comments": {
        },
        "description": "This operation deletes tags for an EFS file system.",
        "id": "to-delete-tags-for-an-efs-file-system-1481848189061",
        "title": "To delete tags for an EFS file system"
      }
    ],
    "DescribeFileSystems": [
      {
        "input": {
        },
        "output": {
          "FileSystems": [
            {
              "CreationTime": "1481841524.0",
              "CreationToken": "tokenstring",
              "FileSystemId": "fs-01234567",
              "LifeCycleState": "available",
              "Name": "MyFileSystem",
              "NumberOfMountTargets": 1,
              "OwnerId": "012345678912",
              "PerformanceMode": "generalPurpose",
              "SizeInBytes": {
                "Value": 6144
              }
            }
          ]
        },
        "comments": {
        },
        "description": "This operation describes all of the EFS file systems in an account.",
        "id": "to-describe-an-efs-file-system-1481848448460",
        "title": "To describe an EFS file system"
      }
    ],
    "DescribeMountTargetSecurityGroups": [
      {
        "input": {
          "MountTargetId": "fsmt-12340abc"
        },
        "output": {
          "SecurityGroups": [
            "sg-fghi4567"
          ]
        },
        "comments": {
        },
        "description": "This operation describes all of the security groups for a file system's mount target.",
        "id": "to-describe-the-security-groups-for-a-mount-target-1481849317823",
        "title": "To describe the security groups for a mount target"
      }
    ],
    "DescribeMountTargets": [
      {
        "input": {
          "FileSystemId": "fs-01234567"
        },
        "output": {
          "MountTargets": [
            {
              "FileSystemId": "fs-01234567",
              "IpAddress": "192.0.0.2",
              "LifeCycleState": "available",
              "MountTargetId": "fsmt-12340abc",
              "NetworkInterfaceId": "eni-cedf6789",
              "OwnerId": "012345678912",
              "SubnetId": "subnet-1234abcd"
            }
          ]
        },
        "comments": {
        },
        "description": "This operation describes all of a file system's mount targets.",
        "id": "to-describe-the-mount-targets-for-a-file-system-1481849958584",
        "title": "To describe the mount targets for a file system"
      }
    ],
    "DescribeTags": [
      {
        "input": {
          "FileSystemId": "fs-01234567"
        },
        "output": {
          "Tags": [
            {
              "Key": "Name",
              "Value": "MyFileSystem"
            }
          ]
        },
        "comments": {
        },
        "description": "This operation describes all of a file system's tags.",
        "id": "to-describe-the-tags-for-a-file-system-1481850497090",
        "title": "To describe the tags for a file system"
      }
    ],
    "ModifyMountTargetSecurityGroups": [
      {
        "input": {
          "MountTargetId": "fsmt-12340abc",
          "SecurityGroups": [
            "sg-abcd1234"
          ]
        },
        "comments": {
        },
        "description": "This operation modifies the security groups associated with a mount target for a file system.",
        "id": "to-modify-the-security-groups-associated-with-a-mount-target-for-a-file-system-1481850772562",
        "title": "To modify the security groups associated with a mount target for a file system"
      }
    ]
  }
}
Private